Thank you Thierry,

for your link. I tested that one on out old Power Macintosh 8600 with os 9.1
and ie 5.0 (build 2022) and surprising: it can display your site without any
problems. The only thing I am wondering is, why does the ie does not show
the secure symbol on left under frame ?

Anyway: 

This how our httpd.conf looks like:

# virtual server for swiss-solidarity.org
<VirtualHost 194.6.181.168:80>
          DocumentRoot /opt/apache_glk/htdocs
          ServerName www.swiss-solidarity.org
          DirectoryIndex luck.php3 index.html index.htm
</VirtualHost>

# Virtual Server for swiss-solidarity.org running ssl
<VirtualHost 194.6.181.168:443>
        SSLEngine on
        SSLProtocol all
        SSLCertificateFile
/opt/apache_glk/cert/verisign/final/swiss-solidarity.org/server.crt
        SSLCertificateKeyFile
/opt/apache_glk/cert/verisign/final/swiss-solidarity.org/server.key.unsecure
        SSLCertificateChainFile
/opt/apache_glk/cert/verisign/final/intermediate/verisign.crt
        SSLLogLevel warn
        SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
        SSLLog logs/swiss-solidarity.ch.ssl.log
        DocumentRoot /opt/apache_glk/htdocs
        ServerName www.swiss-solidarity.org
        DirectoryIndex luck.php3 index.html index.htm
</VirtualHost>

This config works for win-Machines, but Macs says: "Security failure. Data
decryption error".

Any ideas ?

thnx 

Chris

-----Ursprüngliche Nachricht-----
Von: Thierry Coopman [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 26. Februar 2001 11:50
An: [EMAIL PROTECTED]
Cc: '[EMAIL PROTECTED]'
Betreff: Re: SSL v3 works with IE5.x on Apple Macintosh?


At 10:17 AM +0100 2/26/01, Christian Jürges wrote:
>Hi there,
>
>has anybody out there a working installation with apache, mod_ssl, apache
on
>any unix flavor that an Apple with OS 9.1 can connect?
>We could only get a connect (with warnings from Browser) only by using
>SSLProtocol all -SSLv3.
>

I have had no troubles using
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

try https://zapdos.keytrade.com/graphs/test.html

>Please let me know. Send me your https://
>
>thx
>
>Chris
>--
>Christian Juerges
>Xwave GmbH
>Josefstr. 92
>8005 Zuerich
>
>Tel. +41 1 273 21 02/00
>Fax. +41 1 273 21 03
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]

-- 
Thierry Coopman - [EMAIL PROTECTED]
My opinions are personal, and have really nothing or nothing to do 
with Keytrade!

"C'mon guys. Tonight we're gonna party like it's 1999...again." -Fry
 "I'm gonna drink 'till I reboot." -Bender
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to