Issues Show Unassigned Show All Search
Login Remember me? Register Lost your login?
Help Roundup docs
I'm trying to push to a repo pusblished over https through squid. The push fails: -- moya@gloria:~/src/foo-trunk$ hg --verbose --debug push https://hg.foo.org/foo-trunk using https://hg.foo.org/foo-trunk proxying through http://localhost:3128 pushing to https://hg.foo.org/foo-trunk sending capabilities command abort: HTTP Error 501: Not Implemented -- The same push works if I do it not behind the proxy. The squid log have the following 1202287933.801 3 127.0.0.1 TCP_DENIED/501 1501 GET https://hg.foo.org/foo-trunk?cmd=capabilities - NONE/- text/html Searching the web for 'GET https' I found this http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-03d5d82b9c2b2e558084f4ba72b226a711639d62 I'm using mercurial 0.9.5. Regards, maykel