You're asking a mod_ssl-specific question on openssl-users?  I'm
sorry, that's not quite the right list, you should try
[EMAIL PROTECTED]

An idea though: are you sure there is no other daemon hooked on port
443?  Tools like 'netstat -an' and 'lsof' may be of help here, at
least if that's on a Unix system.

In message <[EMAIL PROTECTED]> on Sun, 19 Oct 2003 20:18:10 -0500, jna <[EMAIL 
PROTECTED]> said:

jna> 
jna> I am getting the following:
jna> 
jna> [Sun Oct 19 03:02:36 2003] [crit] (98)Address already in use: make_sock:
jna> could not bind to port 443
jna> 
jna> When I try starting my apache ssl server. I am using open ssl and mod_ssl.
jna> 
jna> I have one address only that is using ssl and the rest of  my sites are
jna> using normal web port (80). I have an example shortened here below:
jna> 
jna> NameVirtualHost 12.96.249.122:80
jna> 
jna> <virtualhost 12.96.249.122:80>
jna> #This is the non ssl address
jna> ServerAdmin [EMAIL PROTECTED]
jna> DocumentRoot /usr/web/tcpbbs.net
jna> ServerName   www.tcpbbs.net
jna> ServerPath /tcpbbs.net
jna> ServerAlias tcpbbs.net
jna> ErrorLog /usr/web/logs/tcp_error.log
jna> TransferLog /usr/web/logs/tcp_access.log
jna> </VirtualHost>
jna> 
jna> <VirtualHost 12.96.249.122:443>
jna> DocumentRoot "/usr/web/webroot"
jna> ServerName unix.tcpbbs.net
jna> ServerAdmin [EMAIL PROTECTED]
jna> ErrorLog /usr/web/logs/unix-error_log
jna> TransferLog /usr/web/logs/unix-access_log
jna> SSLEngine on
jna> SSLCipherSuite
jna> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
jna> SSLCertificateFile /usr/local/apache/conf/ssl.crt/public.crt
jna> SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/myserver.key
jna> <Files ~ "\.(cgi|shtml|phtml|php3?)$">
jna>     SSLOptions +StdEnvVars
jna> </Files>
jna> <Directory "/usr/local/apache/cgi-bin">
jna>     SSLOptions +StdEnvVars
jna> </Directory>
jna> SetEnvIf User-Agent ".*MSIE.*" \
jna>          nokeepalive ssl-unclean-shutdown \
jna>          downgrade-1.0 force-response-1.0
jna> CustomLog /usr/local/apache/logs/ssl_request_log \
jna>           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
jna> 
jna> </VirtualHost>
jna> 
jna> 
jna> Again the above shows one non ssl and one ssl host, in actuallity there are
jna> 12 non ssl hosts and 1 ssl host but for simplicity there was no reason to
jna> post all 12 non ssl virtual host section.
jna> 
jna> Any idea why I am getting that error and how to rid the server of it so it
jna> will work!?

-- 
Richard Levitte   \ Tunnlandsv�gen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to