Jump to content
JasperReports Library 7.0 is now available ×

HTTPS problem visualize.js net::ERR_TIMED_OUT How can I fix this?


matirati

Recommended Posts

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"/>[/code]

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[/code]

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...