Do you guys know fine tutorials, sample codes for SSL socket programming with Jetty? I am going to implement some secured applications with Jetty.. 🙂
Do you guys know fine tutorials, sample codes for SSL socket programming with Jetty?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the Jetty Ssl Socket Connector instead of the often use Socket Connector. http://docs.codehaus.org/display/JETTY/Ssl+Connector+Guide http://docs.codehaus.org/display/JETTY/Embedding+Jetty?focusedCommentId=9241003#comment-9241003
Its not that difficult. Just add the sslSocketConnector to your server (after configuring it) and after this your application should respond to https requests.