logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: 2520:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unkn
Author
SudheendraNSingh



Joined: 02 Oct 2009
Posts: 1

PostPosted: Fri 09 Oct '09 10:59    Post subject: 2520:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unkn Reply with quote

Hi,
I have Apache listening on 443 SSL port. I have installed Tomcat and have configured its SSL port 8443. Both are running as a service. I get the error
2520:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol when Tesing my POC and when I try the openssl s_client -connect ssingg:8443 -state -debug , I get the same error.

Has someone come across this before?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Wed 14 Oct '09 13:25    Post subject: Reply with quote

I'm not used to tomcat, but it seems that there is no SSL. Maybe you can try with a browser http://_YOUR_IP:8443 and https://_YOUR_IP:8443
Which error do you get than?
Back to top


Reply to topic   Topic: 2520:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unkn View previous topic :: View next topic
Post new topic   Forum Index -> Apache