-
Notifications
You must be signed in to change notification settings - Fork 12
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
Certificate/SSL based authentication #10
Comments
When requests package is used, SSL/certificate based authentication can be achieved like below
|
currently ... reqman bypass totally the SSL part : all requests are "unverified" ! Currently it uses the aiohttp module, but plans to go with httpx (when it will support socks proxy (needed at my job)) ... (can't use requests, coz it miss async support) But sure, it can be more valuable to be able to tests ssl keychains. |
How do I replicate these commands when creating
reqman.conf
?Essentially enable ssl/certificate based authentication for all my calls?
Thanks
The text was updated successfully, but these errors were encountered: