Hi,
We have deployed our solution to servers where proxy is applied on the server and all outbound traffic should go throw the proxy. The issue is all connections (email, captcha with google app verification, SMS) is refuse to use the default proxy settings of the server. and i have to go throw every component and configure the proxy as below client.ProxyClient = new MailKit.Net.Proxy.HttpProxyClient("172.21.17.7", 8080);
My question; is their any way that i can apply proxy settings globally (like startup.cs ot web.config)?
2 Answer(s)
-
0
Hi,
We haven't worked on such a scenario but maybe this can help https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-7.0.
-
0
Thanks for you support, it seams it is server issue not application issue