Tomcat SSL Problem
Hi All , i configured tomcat to use SSL by the tomcat documentation steps
1 - Generated the the certificated using the command
keytool -genkey -alias tomcat -keyalg RSA
with the password changeit
2 -Uncomment the "SSL HTTP/1.1" in the server.xml file
i then opened the browser and accessed the tomcat http://localhost:8443 and i get a strange response , which is squares ( a bad encoding maybe )
i didnt get any exceptions from the standard or the log
is there any furthor steps that i need to make or any suggestions
Thanks in Advance

