Home
Options

LINQPad 8: Proxy authentication not working for Azure SQL

We are still using proxy severs with Kerberos authentication for most of our computers. But we als have computers directly running on the Internet. I can connect to my Azure SQL DB on a client without proxy without any issues. But when I try to connect to the same server from my computer that is behind the authenticating proxy I get a proxy 407 error

The proxy settings a such work

i guess the setting to use the Windows credentials for the proxy server is nor being used for the connection - which is the default for .net core.

There is also the issue that changes to the proxy settings are not directly being used for connections (both new or existing). You first have to re-start LINQPad 8

LINQPad 8.0.18 x64
Host runtime version: 8.0.0
Default query runtime version: 8.0.0
Default query reference assembly version: 8.0.0
Roslyn Version: 4.8.0-7.23558.1
FSharp.Compiler.Service version: 43.7.400.0
NuGet client version: 6.7.0.127
Results rendering engine: Edge Chromium Engine 120.0.2210.91 (WebView2)

Windows 10 22H2

Comments

Sign In or Register to comment.