Tomcat : https not working
Posted: Mon Jul 01, 2013 1:02 am
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 ?
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 ?