Page 1 of 1

Tomcat : https not working

Posted: Mon Jul 01, 2013 1:02 am
by waxapps
Hello,

I'm trying to make it work in https (for example, the cart checkout feature).

I've added this in server.xml :

<Connector
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="conf/keystore//blc-example.keystore" keystorePass="Password"
clientAuth="false" sslProtocol="TLS"/>

And put the keystore in conf/keystore directory

And when I test I get a http 302 error.

Can you help me please ?

Re: Tomcat : https not working

Posted: Mon Jul 01, 2013 1:11 am
by phillipuniverse
An HTTP 302 is not an error, it is just a redirect. This alone usually does not mean there is an error. Any further details?

Re: Tomcat : https not working

Posted: Mon Jul 01, 2013 7:44 am
by waxapps
Here's what I get with chrome (at job, behind a proxy), after clicking on checkout :

Page Web inaccessible
Il se peut que la page Web à l'adresse https://www.ecigland.fr/ecigland/checkout soit temporairement inaccessible ou qu'elle ait été déplacée de façon permanente à une autre adresse Web.

Erreur 111 (net::ERR_TUNNEL_CONNECTION_FAILED) : Erreur inconnue

Re: Tomcat : https not working

Posted: Mon Jul 01, 2013 12:40 pm
by waxapps
At my home I get message :

Erreur 102 (net::ERR_CONNECTION_REFUSED) : Le serveur a refusé la connexion. (server refused connection)