Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to connect to https://localhost:8443

Status
Not open for further replies.

web4fun

MIS
Joined
Oct 2, 2002
Messages
127
Location
US
Running tomcat5 on RHEL 6 and not able to connect to Tomcat admin page securely...
Connecting unsecure works fine...
Server.xml looks like the following (following a bunch of google searches)

<!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
<!--
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true" SSLEnabled='true'
keystoreFile="/home/portal/mybeta.key"
clientAuth="false" sslProtocol="TLS" />

Cert has been added to the following keystore:

/opt/coldfusion10/jre/lib/security/cacerts

Just keep getting page cannot be displayed.

Please advise.

Thanks in advance.
 
check and open in firewall tcp port 8443
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top