View Single Post

  #3 (permalink)  
Old 09-09-2005
Florin
 
Posts: n/a
Default Re: Netscape, Mozilla and https access.

Thank you for answering my question!
So:
It is no Proxy involved, all computers I am talking about here streigt
connection the internet.
You are right, "doesn't work" isn't very helpful:
This is what's hapenning when I use "https://www.alpha.....":

after I got the normal certificate on the browser screen, when I
connect to the apache2 server, after clicking OK, I get the message

"Connection to www.alpha..... has terminated unexpectedly".
Using http instead of https, everything is working fine.

There is nothing in the logs regarding this failure.
Now, what I know is this:

all info regarding the ssl connection are in "ssl.conf" file, and
httpd.conf has a directive that says:

<IfModule mod_ssl.c>
Include /etc/apache2/ssl.conf
</IfModule>

it is a "string" comming for the browser (Netscape, Mozilla, FireFox)
and checked by the apache2 server (maybe User Agent?). It looks OK for
Internet Explorer and Konqueror, but not for all of the above.
I think that something in the "ssl.conf" file should be modified, but ..
... I don't know what!

This is what is going on!
Again, thank you and I wait for any idea,

Florin
Dan Wilga wrote:


>
> Perhaps you have the "bad" browsers set to use a proxy that is
> misbehaving?
>
> Aside from that, the phrase "doesn't work" isn't very helpful. We need
> more details (like full error messages) to figure out what's happening.
>
> Also, does the failing request get logged in the server's log? There may
> be useful information there, as well.
>