Skip to Content
0
Dec 14, 2022 at 08:49 PM

BO 4.3 SSL with OCI Load Balancer

498 Views Last edit Dec 15, 2022 at 07:43 AM 4 rev

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