On Tue, 15 Jun 1999 [EMAIL PROTECTED] wrote:

> What happens then is that Netscape asks me several times for ONE
> PAGE to choose my certificate. It seems to me this is due to inline
> images on the page, which are requested by the browser simultaneously.
> 

It would probably be better to set the images as full seperate links to an
http URL as opposed to an a relative link under the https side (i.e. if
your page was https://mysite.com then access the graphics in the html as
http://mysite.com/graphic/whatever.jpg than /graphic/whatever.jpg). The
SSL overhead for the graphics is simply not needed unless they have
content that is to be protected as well.

The side benefit is that the graphics are then not protected and hence
Netscape will not ask you for the certificate every time.

We have a large site (currently using Stronghold) which employs extensive
SSL and it was really bogging our server down. Forcing the graphics to
come over the regular http port helped out a lot.



Jeff


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

Reply via email to