[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] https and 404 page not found errors



Ahoy


> Problems on RAQ 4
> When Using https ( Thawte Certificate)
> 90% of time OK - 10% gives 404 page not found errors (irrespective of
> Browser type)
> Nearly always works OK second time round after browser refresh.
>
> Sure I saw something about this being to do with a 'Keep Alive' setting
> - but can`t remember where I saw it.
>



Had this problem before. Solved it. Forgot how. Got it again. Applied to
Thawte for the answer. I received these instructions from Thawte today:

___________________________
Please try this in your SSL virtual host section,
--
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
--

This information, and plenty more from the openssl-users list,
http://www.mail-archive.com/openssl-users@xxxxxxxxxxx/

____________________________

The problem stems from a bug in schannel.dll. When the server is NT IIS and
the browser is not MS or when the browser is MS and the server is not then
schannel.dll will sometimes choose the wrong key upon reconnect. See
http://support.microsoft.com/support/kb/articles/Q249/8/63.asp .

Aloha
Davis