> -----Messaggio originale-----
> Da: Stoltenberg, Jay [mailto:[EMAIL PROTECTED]]
> Inviato: mercoled� 9 maggio 2001 17.28
> A: '[EMAIL PROTECTED]'
> Oggetto: RE: R: Problems with IE and SSL
>
>
> Sorry I can't help with your problem, but was wondering if you could
> explain your configuration (httpd.conf entries) a little for me.
Of course.
# load module only if called (httpd -DSSL)
<IfModule mod_ssl.c>
SSLPassPhraseDialog builtin
# Cache for Sessions (appears to be needed for IE to work)
SSLSessionCache shm:/var/run/apache/ssl_scache(512000)
SSLSessionCacheTimeout 300
SSLMutex file:/var/run/apache/ssl_mutex
# Random device
SSLRandomSeed startup file:/dev/urandom 512
SSLRandomSeed connect file:/dev/urandom 512
# My log
SSLLog /var/log/apache/ssl_engine_log
SSLLogLevel info
</IfModule>
##### Virtual host running ssl
# Activate SSL on this VH
SSLEngine on
# What Ciphers are allowed
# SSLCipherSuite
ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCipherSuite
ALL:!ADH:!RC4-MD5:!EXP-DES-CBC-SHA:!EXP-RC4-MD5:!EXPORT56:!EXP56:RC4+RSA:+HI
GH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
# Disable SSLv3 (for the IE problem, not a good idea, thought)
SSLProtocol all -SSLv3
# My certificate in pem format
SSLCertificateFile /coda/apache/htdocs/MySite/certs/ssl.pem
# Security for this kind of files
<Files ~ "\.(cgi|shtml|phtml|php3|php?)$">
SSLOptions +StdEnvVars
</Files>
# <Directory "/coda/apache/cgi-bin">
# SSLOptions +StdEnvVars
# </Directory>
# A modus operandi of mod_ssl if the browser calls hitself *.MSIE.*
SetEnvIf User-Agent ".*MSIE.*" \
ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
# My log for this VH
CustomLog /var/log/apache/www.centromultimediale.it/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" I'm new
> at this ssl thing and I need to know how to set up my server and how to
> make downloads to a client. We are using Oracle with Apache as the web
> server and need to transfer database data to our client over the
> internet. I hear it can be done but no one has been able to give me
> enough details for me to set it up.
??? Do you want to force a client to download something?
Or you just want your db be downloadable by clients?
> Just wondering if you might be able to help.
I hope :)
---
Cordiali saluti / Best regards
Andrea Cerrito
^^^^^^^^^^^^^^
Net.Admin @ Centro MultiMediale di Terni S.p.A.
P.zzale Bosco 3A
05100 Terni IT
Tel. +39 744 5441330
Fax. +39 744 5441372
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]