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

Re: [cobalt-users] SSL not working on port 81



On Mon, 4 Feb 2002, Olaf Alders wrote:

> on 2/4/02 4:09 PM, David Lucas at david@xxxxxxxxxxxxxxxx wrote:
> > Have you closed port 443 recently?
> I'm not aware that I have.  If it were closed I'm assuming that
> https://www.urwebhost.com would give the same error or am I missing
> something?

you can't do https://domain:81 when you want SSL , The server can't tell
the difference between plain http and secure except by the port number,
you overrode the port number explicitly, so you are trying to make a
secure connection to a plain http port ;P

gsh