-
-
Notifications
You must be signed in to change notification settings - Fork 60
SSL Verify Options #178
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Make use of standard ssl verify options
ssl.CERT_NONE
ssl.CERT_OPTIONAL
ssl.CERT_REQUIRED
Additional context
Allow for standard SSL client authentication options
Example:
Thank you