Full_Name: cube
Version: 2.8.1-1.3.19
OS: redhat 6.2
Submission from: (NULL) (4.33.194.174)
It seems as though modssl is compiled in, and when I startssl, it looks like
it works fine.
[Fri May 4 16:57:05 2001] [notice] Apache/1.3.19 (Unix) mod_ssl/2.8.2
OpenSSL/0.9.6a PHP/4.0.4pl1 FrontPage/4.0.4.3 configured -- resuming normal
operations
I have one wildcard ssl virtualhost configured: I have other wildcard ssl hosts
configured on other machines and it works like a charm...
I startssl and it seems to work fine, but when I try to pull it up in a browser
it lags and lags....domain name and ip addresses below were changed...
here is what the ssl_engine_log reports...usually in the other log it has these
warnings, but after the last one below, the server that works usually says
connection to child 5 established yadda,yadda...
Thanks for your help,
cube whidden
[04/May/2001 16:57:05 01435] [info] Init: 1st restart round (already detached)
[04/May/2001 16:57:05 01435] [info] Init: Reinitializing OpenSSL library
[04/May/2001 16:57:05 01435] [info] Init: Seeding PRNG with 1160 bytes of
entropy
[04/May/2001 16:57:05 01435] [info] Init: Configuring temporary RSA private
keys (512/1024 bits)
[04/May/2001 16:57:05 01435] [info] Init: Configuring temporary DH parameters
(512/1024 bits)
[04/May/2001 16:57:05 01435] [info] Init: Initializing (virtual) servers for
SSL
[04/May/2001 16:57:05 01435] [info] Init: Configuring server
ssl.buttcheek.com:443 for SSL protocol
[04/May/2001 16:57:05 01435] [warn] Init: (ssl.buttcheek.com:443) RSA server
certificate wildcard CommonName (CN) `*.buttcheek.com' does NOT
match server name!?
<IfDefine SSL>
LoadModule ssl_module libexec/libssl.so
</IfDefine>
<IfDefine SSL>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
</IfDefine>
<IfModule mod_ssl.c>
SSLPassPhraseDialog builtin
#SSLSessionCache none
#SSLSessionCache shm:/usr/local/etc/apache/logs/ssl_scache(512000)
SSLSessionCache dbm:/usr/local/etc/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex file:/usr/local/etc/apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
#SSLRandomSeed startup file:/dev/random 512
#SSLRandomSeed startup file:/dev/urandom 512
#SSLRandomSeed connect file:/dev/random 512
#SSLRandomSeed connect file:/dev/urandom 512
SSLLog /usr/local/etc/apache/logs/ssl_engine_log
SSLLogLevel info
</IfModule>
<IfDefine SSL>
NameVirtualHost 213.144.223.111:443
<VirtualHost 213.144.223.111:443>
User farnicra
Group farnicra
DocumentRoot /usr/web/ssl.commercebox.com/SSL/html
ServerName ssl.buttcheek.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog /usr/web/ssl.buttcheek.com/logs/error_log
TransferLog /usr/web/ssl.buttcheek.com/logs/access_log
DirectoryIndex index.html index.htm index.shtml index.php index.php3 index.cgi
index.tzf
SSLEngine on
SSLCertificateFile
/usr/local/etc/apache/conf/certs/www.commercebox.com.crt
SSLCertificateKeyFile
/usr/local/etc/apache/conf/certs/www.commercebox.com.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /usr/local/etc/apache/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
</IfDefine>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]