I've set it up many times on earliaer versions but its not taking on 4.2.0. I created the Keystore, pointed to it in server.xml and i cannot get my url to work
https://localhost:8443 fails http://localhost:8443 succeeds? Any ideas? | <Connector port="8443" address="${jboss.bind.address}" | maxThreads="100" strategy="ms" maxHttpHeaderSize="8192" | emptySessionPath="true" | scheme="https" secure="true" clientAuth="false" | keystoreFile="${jboss.server.home.dir}/conf/ima.keystore" | keystorePass="imaima" sslProtocol = "TLS" | /> | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065024#4065024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065024 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
