Menu

#1981 Can't connect with default proxy settings (solution included)

KeePass_2.x
closed
nobody
Proxy (3)
5
2015-12-07
2014-11-13
No

Hello,

I work in a large Company with a lot of proxy rules. I have corrently no chance to get update information or use database via internet. As the application is written in .NET the following code worked for me to get connected in own applications with Default proxy settings and no separate credentials:

webClient.Proxy = WebRequest.GetSystemWebProxy();
webClient.Proxy.Credentials = CredentialCache.DefaultCredentials;
webClient.UseDefaultCredentials = true;


Regards

Holger

Discussion

  • Dominik Reichl

    Dominik Reichl - 2015-03-22

    Thanks for the suggestion. I've now added an option in the proxy configuration dialog ('Tools' -> 'Options' -> tab 'Advanced' -> button 'Proxy') to use the user's default credentials (provided by the system).

    Here's the latest development snapshot for testing:
    http://keepass.info/filepool/KeePass_150322.zip

    Moving to closed feature requests.

    Best regards,
    Dominik

     
  • Dominik Reichl

    Dominik Reichl - 2015-03-22
    • status: open --> closed
     
  • Dominik Reichl

    Dominik Reichl - 2015-03-22

    Ticket moved from /p/keepass/bugs/1317/

     
  • Holger Boskugel

    Holger Boskugel - 2015-12-07

    Thanks, it works like expected ... :-) ... now I can use the tool also in Siemens environment.

     

Log in to post a comment.

Monday.com Logo