501 error on push to https?
Ian Dees
undees at gmail.com
Thu Jul 3 01:55:31 UTC 2008
Hi, Andrew.
> I keep getting this:
>
> hg push
> pushing to https://computer/hg/my-repo
> abort: HTTP Error 501: Not Implemented
I've got the same problem with Apache running on Solaris at a shared
host. The common thread might be our non-default SSL certs: you're
using a self-signed one, and I'm using a cheesy wildcard one from my
host.
On the client side, I get a 501 on Windows, even just doing an hg
clone from the https://... URL to my desktop. The situation on OS X
is much scarier: hg push prompts me for a user name and password (as
it should), and then appears to send them _in the clear_ to the server
over plain HTTP -- the response comes back, "ssl required."
Meanwhile, I can browse the repository just fine in any Web browser: I
get properly warned about the certificate, my login is sent over
HTTPS, and so on.
--Ian
More information about the Mercurial
mailing list