Hi,
Has anyone setup modssl for Win32/WinNT? I've finished installting
Apache 1.3.9 with modssl, but am having problem configuring SSL for
Win32. I tried to use similar configuration as my Apache w/ ModSSL for
Solaris but in-vain. I startup my SSL service with "Apache -D SSL".
"curl.exe" complains that "SSL is disabled, https: not supported!"
Below is my SSL setup:
....
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>
<IfDefine SSL>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
</IfDefine>
<IfModule mod_ssl.c>
SSLPassPhraseDialog builtin
SSLSessionCache dbm:C:/Apache/logs/ssl_scache
SSLSessionCacheTimeout 300
# SSLMutex failed w/ "Failed to acquire global muxtex # lock"
# SSLMutex file:C:/Apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog C:/Apache/logs/ssl_engine_log
SSLLogLevel info
</IfModule>
<IfDefine SSL>
<VirtualHost _default_:443>
DocumentRoot C:/Apache/htdocs
ServerName myhost.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog C:/Apache/logs/error_log
TransferLog C:/Apache/logs/access_log
SSLEngine on
SSLCertificateFile C:/Apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile C:/Apache/conf/ssl.key/server.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive \
ssl-unclean-shutdown
CustomLog C:/Apache/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
</IfDefine>
...
Thanks,
YK
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]