You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project uses .NET Core 2.2 under CentOS Lunux (docker) and it seems that a client library ignores env proxy settings (http_proxy & https_proxy). The OAuth authorization (ADUser) uses a proxy settings but ReportJob ignores it.
Kind regards,
Piotr
The text was updated successfully, but these errors were encountered:
I've found couse ot the problem. AdManager library has reference to the System.ServiceModel.Http 4.4.2 and there was a bug with a proxy support in that version. If I force my app tu use System.ServiceModel.Http 4.5 everything works fine.
Hi,
My project uses .NET Core 2.2 under CentOS Lunux (docker) and it seems that a client library ignores env proxy settings (http_proxy & https_proxy). The OAuth authorization (ADUser) uses a proxy settings but ReportJob ignores it.
Kind regards,
Piotr
The text was updated successfully, but these errors were encountered: