|
I can browse the following project without any issues from Firefox/internet explorer,
https://hg.codeplex.com/oxyplot
But, using the TortoiseHG version 2.4.2 client, I am unable to clone the repository. Here are the steps I followed to configure the proxy settings,
- Open up the TortoiseHg Workbench
- Select File > Settings
- Press button 'Edit File' near the top-right to open file editor
And in the file I added these line
[http_proxy]
host = 111.11.11.11:80
user = xxxxxxx
passwd = xxxxxxx
(actual values withheld)
Now, when I try to checkout I'm getting the following error message,
SSL error: unknown protocol
Does anyone have any ideas on what I could try next? I'm doing my thesis and the university proxy does not seem to co-operate with me. :(
-chronodekar
|