Hello folks,
I'm trying to secure my web application using the https connector.
As you may have guessed this was unsuccessful.
The environment:
- Windows 2000 Advanced Server
- Tomcat 5.5
- JRE 1.5
- Zonealarm 6 / Integrity Flex
- NO Apache or IIS
The config:
- server.xml
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" keystoreFile="C:/Documents and Settings/nt3adm/.keystore" sslProtocol="TSL" />
Symptoms:
- Absolutely no errors or warnings logged
- https://localhost:8443/axis fails Browser 'connects' to the website and nothing happens (no 404, no connection refused, nothing)
- http://localhost:8443/axis works
- http://localhost:8080/axis works
- The same configuration is working on Windows XP
What I've done so far:
- Disabled ZoneAlarm
- Shared ports 8443, 8080, 443
- Created certificate for java runtime and windows user
- Switched to another port
- Recreated keystore file
- Reinstalled tomcat, JRE
- Checked all solutions mentioned in the mailing list
No luck so far.
mit freundlichen Grüßen | kind regards
Erik Nijkamp
Erik Nijkamp Business Computing Mobile: +49-(0)160 2153796 Kst: 6807 | GBS: 10178-80 |
| IBM Ausbildung Berlin Karl-Liebknecht-Straße 29 D-10178 Berlin University Education Berlin / IBM Germany Human Resources, IBM Sales & Distribution |