Proxy configurations when using ServiceClient #473
Unanswered
BJ (bjm3819)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Were using ServiceClient in a web app. The web app lives in a EC2. The company uses a proxy.
I also have a .net core console app, this app on the same EC2 can get out to the dataverse/dynamics endpoint when setting the env http proxy variables. However, the web site cannot, it's httpclient connection under the hood of the ServiceClient type times out.
What can we do?
Were using a Amazon Linux 2023.3.20240312 and have also tried Red Hat Enterprise Linux 8.10 (Ootpa)
All reactions