On Sat, 14 Aug 1999, blokos wrote:

> > But When i type in my browser for example "https://www.pyt.net" (it's a
> > virtual host)
> > the browser wait, wait and w....
> > After 3 mn it tells me "unable to blabla bla..."
> >
> > Otherwise, when i type "http://www.pyt.net;443", it works well.

If your browser works as mine, then in the first case your browser tries
to connect to port 443 with SSL, whereas in the second case it connects to
port 443 without SSL.

If you try
  https://www.pyt.net:443/
it should work as bad as
  https://www.pyt.net/

You should configure the virtual host to use port 443 and SSL,
"SSLEnable".



-----------------------------------------------------------------
Mats Dufberg                                    [EMAIL PROTECTED]
NIC-SE AB                                        +46-8-545 857 06
Box 5774                                    fax: +46-8-545 857 29
SE-114 87 Stockholm                         http://www.nic-se.se/

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

Reply via email to