tortoisehg-2.0

When trying to connect through a proxy server TortoiseHg for Windows says “SSL error: unknown protocol”

南笙酒味 提交于 2019-12-18 23:13:47
问题 The scenario: You're behind a proxy server on Windows. You've configured TortoiseHg to use a proxy server; that is you've entered a server name/IP and port number. You are able to connect to the internet using Internet Explorer. But when you try to pull or push and it produces the error message "SSL error: unknown protocol". (I plan to answer this myself.) 回答1: The cause is that Internet Explorer is using an automatic proxy configuration script and TortoiseHg is using a particular proxy

When trying to connect through a proxy server TortoiseHg for Windows says “SSL error: unknown protocol”

断了今生、忘了曾经 提交于 2019-12-18 23:12:59
问题 The scenario: You're behind a proxy server on Windows. You've configured TortoiseHg to use a proxy server; that is you've entered a server name/IP and port number. You are able to connect to the internet using Internet Explorer. But when you try to pull or push and it produces the error message "SSL error: unknown protocol". (I plan to answer this myself.) 回答1: The cause is that Internet Explorer is using an automatic proxy configuration script and TortoiseHg is using a particular proxy

Disabling HTTPS host authentication in TortoiseHG for internal self-signed certificates

馋奶兔 提交于 2019-12-03 06:38:34
问题 How do you disable HTTPS host authentication in TortoiseHG for internal self-signed certificates. For internal servers HTTPS is primarily used for encryption. The TortoiseHG documentation says that it is possible to disable host verification (i.e. verification against the Certificate Authority chain) here but I can't seem to find the option. Its supposed to be an option when cloning a remote repository. I am using the latest TortoiseHG 2.0.5 回答1: In the TortoiseHG Workbench, in the Sync tab

Disabling HTTPS host authentication in TortoiseHG for internal self-signed certificates

╄→尐↘猪︶ㄣ 提交于 2019-12-02 19:13:48
How do you disable HTTPS host authentication in TortoiseHG for internal self-signed certificates. For internal servers HTTPS is primarily used for encryption. The TortoiseHG documentation says that it is possible to disable host verification (i.e. verification against the Certificate Authority chain) here but I can't seem to find the option. Its supposed to be an option when cloning a remote repository. I am using the latest TortoiseHG 2.0.5 Joel B Fant In the TortoiseHG Workbench, in the Sync tab (or in the Sync screen), if you have a remote path selected, you should see a button with a lock

When trying to connect through a proxy server TortoiseHg for Windows says “SSL error: unknown protocol”

社会主义新天地 提交于 2019-11-30 18:49:00
The scenario: You're behind a proxy server on Windows. You've configured TortoiseHg to use a proxy server; that is you've entered a server name/IP and port number. You are able to connect to the internet using Internet Explorer. But when you try to pull or push and it produces the error message "SSL error: unknown protocol". (I plan to answer this myself.) The cause is that Internet Explorer is using an automatic proxy configuration script and TortoiseHg is using a particular proxy server. IE is not using the same proxy server because the automatic script picked a different proxy server. The