After a crash of TortoiseProc (I will write about the crash in other
thread) SendRpt seems to not completely honor proxy settings in ssl
communications.
My TortoiseSVN client is working behind a proxy (with basic
authentication). When crash happen, SendRpt is launched trying to send
crash report to crash-server. Then, authentication credentials are
required but finally an error message popup is showed and crash report
is not sent (screenshot1):
* PopUp Title: SenRpt: Error;
* PopUpBody: SOAP 1.2 fault: SOAP-ENV: Sender[no subcode]
"HttpSendRequest failed" Detail: <spanish message saying that
connection could not be established with revocation server>
Sniffed traffic (dump.txt attachment) shows that connetion with
https://www.crash-server.com is correct (through proxy). But when
SendRpt try to validate crash-server SSL server certificate doesn't
use proxy configuration data (so cannot check ocsp or recover crls).
To reproduce:
* System: Windows 7 Enterprise 64 bits
* TortoiseSVN: 1.8.1
* TortoiseSVN Settings -> Network -> Enable Proxy Server active and
Proxy Settings filled
* Proxy System Settings filled
* No global http proxy configuration in Subversion server file (but
same happen with this information filled)
Maybe I am forgetting some more configuration to get SendRpt working
behind a proxy?
Thanks for your help
Regards,
David.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3061719
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-07-31 16:04:02 CEST