Greetings,

Ok, here's my setup...  I'm running Apache 1.3.20, mod_ssl 2.8.4, OpenSSL 0.9.6a on a 
Linux box.  My cert is from Thawte.

I've had several people report problems with the secure side of the site.  Usually 
it's that images are not being served on secure pages.  Sometimes a couple of the 
images come through but not all (and randomly).  Very rarely they get no response from 
the server at all.

They have no problems at all on the non-secure pages.  

When an image doesn't load I can get them to go to properties for the image, copy the 
link, paste the link in the address bar and it loads fine.  (And yes, I am doing 
https:// in for img src=)

I have tried to duplicate this problem on my machines here, but it works perfectly for 
me in IE5.5, IE6, and Netscape 6.  I can't get it to fail once.  I was able to 
pcAnywhere into one of my client's boxes who was having the problem.  It did exactly 
as he described.

The people having the problem seem to be running IE4/5, one has a CompuServe branded 
version of IE, and two others are using AOL5.  I could just tell them all to upgrade, 
but that's not a solution.

Here's the SSL bits of my config, ip's modified:

SSLDisable
SSLSessionCacheTimeout 600
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl

(VirtualHost 127.0.0.1:443)
   SSLEnable
   ServerName secure.myplace.com
   DocumentRoot /www/secure.myplace.com/web-root
   ScriptAlias /cgi-bin/ /www/secure.myplace.com/cgi-bin/
   SSLEngine on
   SSLLogFile /var/log/ssllog
   SSLCertificateFile /usr/local/apache/conf/ssl.crt/secure.myplace.com.crt
   SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/secure.myplace.com.key
   Alias /images_c1 /www/store.thesepeople.com/images
(/VirtualHost)

Any ideas would be greatly appreciated.

Thanks,
--James


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to