-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom client cert #105
Comments
Solution 1 (hacky)I did hack something together to get the job done. However, I don't want to create a PR for that, since it is.... too hacky for the public. But if someone else has a similar requirement:
websocket_transport.py (replace the start method)
ofc you have to add the Solution 2 (less hacky, but still)In addition, if you use an ASP.NET backend, you might use the following config:
In that case, you don't need to extend the library. Instead, you can make use of the optional header:
|
Is your feature request related to a problem? Please describe.
Due to cert authentication, we require to attach a custom certificate for the client.
Describe the solution you'd like
An option to provide a custom certificate. E.g.:
Describe alternatives you've considered
I took a look at the implementation details of this project. I did encounter
request
does not implement client certs. StackOverflow exampleAdditional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: