Hello I have problem with HTTPS connection with my server. It`s my server.xml config:
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol" port="8443" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" keystoreFile="key.bin" keystorePass="<password>" clientAuth="false" sslProtocol="TLS"/>
File "key.bin" is located the same directory as the server.xml
When i `ve tried connect with server by visualize.js i have got this error:
https://<ip>:8443/jasperserver/client/visualize.js net::ERR_TIMED_OUT
0 Answers:
No answers yet