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
First of all, a big thanks for this http client, great project there!
I am enjoying using this http client, used. it to send request to some servers, and it is easy to use, efficient.
Now, I need to send to another server, and this other server is a bit problematic.
1 - this server requires all the clients to present the client certificates. The server will do some kind of OU CN extraction and validation.
2 - this server is HTTP2 only, does not accept HTTP1 etc
3 - this server is TLSv1.3 only, cannot go with 1.2 etc.
Therefore, I am having. bit of a trouble, now with this "other server"
I managed to tackle 1) I believe, as this async http client supports a security contact:
Hello Team,
First of all, a big thanks for this http client, great project there!
I am enjoying using this http client, used. it to send request to some servers, and it is easy to use, efficient.
Now, I need to send to another server, and this other server is a bit problematic.
1 - this server requires all the clients to present the client certificates. The server will do some kind of OU CN extraction and validation.
2 - this server is HTTP2 only, does not accept HTTP1 etc
3 - this server is TLSv1.3 only, cannot go with 1.2 etc.
Therefore, I am having. bit of a trouble, now with this "other server"
I managed to tackle 1) I believe, as this async http client supports a security contact:
Unfortunately, above code will get protocol version exception.
May I ask, how to set as HTTP2 please?
How to set as TLSv1.3 please?
I would have excepted this client will allow something like this.
But looked at the docs many times, and could not find anything similar.
What would be the proper way please?
Thank you
The text was updated successfully, but these errors were encountered: