Hi!
I have some issue setting up SSL with Grizzly server. I am using Grizzly 2 and the web browser as the client. Following is my startup code:
I generated the certificates using the following method
So when I browse
https://localhost:3000 the browser simply says it could not establish secure connection to server. I checked the debug log and it had thrown an SSLHandshakeException saying that there were no cipher suites in common. Following is the complete debug log
http://pastebin.com/Q6U7Q8wW
Can someone help me with this?
Abhinav