With GraphQL Client, how to set Expect100Continue = true #624
Closed
startovernow
started this conversation in
General
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.
-
Hi All,
My GraphQL client need to attach client certificate to call API. In the past with WebRequest, I need to set ServicePointManager.Expect100Continue = true.
Now I am re using similar code for GraphQL Client. How can I set this value? Currently I am getting error "WebException: The request was aborted. Could not create SSL/TLS secure channel."
Any help greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions