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 ?
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.