On Mon, Jul 12, 1999, Jens Leuschner wrote:

> I successfully used apache1.3.6 + openssl0.9.2 + mod_ssl2.2.8.
> Now I upgraded to openssl0.9.3a + modssl2.3.5 - and got problems.
> When I connect to my server using https, the server just hangs (Netscape
> prints out 'stalled'). Some times apache sends a few bytes before
> hanging.
> This only affects https. http works well.
> In the former configuration I got this problem, when I copiled modssl
> and apache with -O6 (I'm using egcs). When I compiled it with -O2,
> everything worked fine.
> This time I tried it with -O3, -O2, no optimization and even with gcc. I
> always get the same result.
> 
> Does anybody know this problem?

Perhaps your <VirtualHost> which has the "SSLEngine on" is not applied at all.
For instance because it doesn't match your Listen directives. Because such
hangs usually mean one connects via HTTP to a HTTPS port or vice versa.

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

Reply via email to