Hi All,
Need some help. BO 4.3 SP2 Patch 2. Implemented SSL on tomcat; on that task the only action that was performed was generating keystore.jks file and server.xml was modified with below code:
<Connector <br> protocol="org.apache.coyote.http11.Http11NioProtocol"<br> port="8443" maxThreads="200"<br> scheme="https" secure="true" SSLEnabled="true"<br> keystoreFile="C:\TomcatSSL\keystore.jks" keystorePass="mykeystorepass"<br> clientAuth="false" sslProtocol="TLS"/>
We have OCI load balancer, has anyone configured BO with SSL on tomcat with OCI load balancer? Any help would be appreciated.
Thanks