Hi, I configured SSL mechanism in tomcat 6 by generated certificate using java keytool with RSA algorithm and I’m able access the urls using the HTTPS.
Now I have few doubts
- While communicating client with server (browser to server or server to browser), is Data also encrypted using 128 bit encryption?
- If stand alone application is communicating with server do I get encrypted data only?
Please clarify my doubts. Thanks in advance