Discussion:
Could not create SSL connection through Proxy Server
hawkmaster
2007-07-19 07:57:48 UTC
Permalink
Hi there,
I am new in this forum / mailing list.
I am using TSVN 1.4.3 on a XP Prof PC.
If I try to Commit, Update my project or click on Show Log, I always receive
the error
"Error PROPFIND request failed on
'/repos/svn/..' Error PROPFIND of '/repos/svn/..:
Could not create SSL connection through proxy server "

The network settings (settings--network) for the proxy server are ok.
Username and password is correct.

The curios thing is: If I open Internet Explorer, fill in the https URL of
our SVN server, accept the SSL certificate and try then again with TSVN,
then it works.
I am not sure, but I think in my former version 1.3 I did not have these
problem. I have updated TSVN.
It seems for me, that TSVN can not store the SSL username and password.

Any idea?

regards
Hans
--
View this message in context: http://www.nabble.com/Could-not-create-SSL-connection-through-Proxy-Server-tf4108764.html#a11684081
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
Stefan Küng
2007-07-19 12:19:00 UTC
Permalink
Post by hawkmaster
I am new in this forum / mailing list.
I am using TSVN 1.4.3 on a XP Prof PC.
If I try to Commit, Update my project or click on Show Log, I always receive
the error
"Error PROPFIND request failed on
Could not create SSL connection through proxy server "
The network settings (settings--network) for the proxy server are ok.
They always tell that, but I just don't buy it anymore :)
Post by hawkmaster
Username and password is correct.
The curios thing is: If I open Internet Explorer, fill in the https URL of
our SVN server, accept the SSL certificate and try then again with TSVN,
then it works.
Which indicates that your proxy server isn't configured properly until
you do it with IE.
Post by hawkmaster
I am not sure, but I think in my former version 1.3 I did not have these
problem. I have updated TSVN.
It seems for me, that TSVN can not store the SSL username and password.
* check your proxy settings in IE. Use the same in TSVN (settings dialog)

You're using squid?
Your problem most likely is that your proxy server requires NTLM
authentication, but the one provided by Subversion isn't allowed to go
through. Subversion unfortunately doesn't ask for a different
username/password if the NTLM auth fails (it will in 1.5, but doesn't
in 1.4 or earlier). If you enable the connections with IE (which I
guess asks you first for username/password), then Subversion works
because your proxy was told to allow those connections from your pc.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
hawkmaster
2007-07-19 14:31:12 UTC
Permalink
Hi Stefan
thanks for your help.

<<* check your proxy settings in IE. Use the same in TSVN (settings dialog)

I have checked and filled in the data several times!
I am 100% sure that the Proxy Server IP address, Username and Password is
exact same as in Internet Explorer.

I do not know which Proxy software we use, sorry.

regards
Hans
--
View this message in context: http://www.nabble.com/Could-not-create-SSL-connection-through-Proxy-Server-tf4108764.html#a11690507
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
Loading...