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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat 5.0: SSL Problem with Internet Explorer

Status
Not open for further replies.

olivernolden

Programmer
Feb 2, 2004
1
DE
Hi,

I configured Tomcat 5.0.14 to work with SSL.
It works fine with Mozilla, Netscape and Opera. But it doesn't work with the Internet Explorer, I always get this error:

"Access Denied. Access control configuration prevents your request from being allowed at this time."

Does anyone has an idea why I can't establish a ssl-connection with the Internet Explorer?

I thougth the Internet Explorer might have a problem with the security protocol "TLS". So I activated in the Internet Explorer only "SSL 3.0", then only "TLS 1.0" and then all both, but it didn't work.

Thanks for any help.

Oliver

----------- server.xml ---------------------------
<Service name=&quot;Catalina&quot;>
....
<Connector port=&quot;8443&quot;
scheme=&quot;https&quot;
sslProtocol=&quot;TLS&quot;
debug=&quot;0&quot;
keystoreFile=&quot;/usr/local/jakarta-tomcat-5.0.14/keystore/tomcat.keystore&quot;
keystorePass=&quot;changeit&quot;
</Connector>
...
</Service>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top