Why apache doesn't restart after configuring SSL?

Posted by poz2k4444 on Server Fault See other posts from Server Fault or by poz2k4444
Published on 2012-10-03T02:36:21Z Indexed on 2012/10/03 3:40 UTC
Read the original article Hit count: 575

Filed under:
|

I've installed apache2 and then configure it to work with SSL following this and this tutorials, the problem becomes when I try to restart the service, the following error throws:

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs

the output of netstat -anp | grep 443 just display firefox listening and anything else, how could I solve this and get the service running??

© Server Fault or respective owner

Why apache doesn't restart after configuring SSL?

Posted by poz2k4444 on Super User See other posts from Super User or by poz2k4444
Published on 2012-10-03T01:31:16Z Indexed on 2012/10/03 3:41 UTC
Read the original article Hit count: 575

Filed under:
|

I've installed apache2 and then configure it to work with SSL following this and this tutorials, the problem becomes when I try to restart the service, the following error throws:

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs

the output of netstat -anp | grep 443 just display firefox listening and anything else, how could I solve this and get the service running??

The ouput of ps -Af|grep <firefox PID> is:

root 1949 1 11 18:42 tty1 00:20:55 /opt/firefox/firefox-bin root 2025 1949 4 18:43 tty1 00:08:39 /opt/firefox/plugin-container /root/.mozilla/plugins/libflashplayer.so -greomni /opt/firefox/omni.ja 1949 true plugin

after closing firefox and then cheking again for port 443 the output is:

tcp 0 0 10.32.208.179:38923 74.125.139.155:443 TIME_WAIT -
tcp 0 0 10.32.208.179:45706 74.125.139.113:443 TIME_WAIT -
tcp 0 0 10.32.208.179:40456 74.125.139.156:443 TIME_WAIT -
tcp 0 0 10.32.208.179:56823 69.171.227.62:443 FIN_WAIT2 -
unix 3 [ ] STREAM CONNECTED 12443 1721/dbus-daemon @/tmp/dbus-8ee35rmOOS

Seeing the error logs, which are not at the time when I'm doing this, the last errors are:

[Tue Oct 02 18:41:54 2012] [error] Init: Unable to read server certificate from file /etc/apache2/ssl/sever.crt [Tue Oct 02 18:41:54 2012] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag [Tue Oct 02 18:41:54 2012] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error

© Super User or respective owner

Related posts about apache2

Related posts about ssl