cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

.js and .css images do no load after Enable HTTPs in Tomcat for Enable Now

ry10877
Discoverer
0 Kudos
297

Hi Team,

We have recently upgraded our enable now from 1905 to 2211 and as part of this project we have introduced HTTPs with NetScaler. But when we try launching the URL there are images with .css and .js that are being blocked using mixed mode. So, we enabled HTTPs/SSL and the 8443 port works fine in the local server for few hours and them the 8443 port also does not respond. Below is the configuration for HTTPs from server.xml file. Please let me know if there is anything that is missed or if is any configuration that needs to be done to have these images enabled.

Tomcat version 9.0.65 and we have SAP Machine JDK being used and not oracle Java.

Thank you!

Regards,

<!-- Define an SSL/TLS HTTP/1.1 Connector on port 8443

This connector uses the NIO implementation. The default

SSLImplementation will depend on the presence of the APR/native

library and the useOpenSSL attribute of the AprLifecycleListener.

Either JSSE or OpenSSL style configuration may be used regardless of

the SSLImplementation selected. JSSE style configuration is used below.

-->

<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"

maxThreads="2000" scheme="https" secure="true" SSLEnabled="true">

<SSLHostConfig>

<Certificate certificateKeystoreFile="Path of the Keystore file" certificateKeystorePassword="Password" clientAuth="false" sslProtocol="all"

type="RSA" />

</SSLHostConfig>

</Connector>

Accepted Solutions (0)

Answers (0)