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
feat: Add allow_unverified option to disable SSL certificate verification
- Add allow_unverified parameter to socketdev constructor (defaults to False)
- Add set_allow_unverified method to API class
- Pass verify=not allow_unverified to requests.request() calls
- Add comprehensive unit tests for the new functionality
- Update README.rst with documentation for the new parameter
- Maintains backward compatibility with existing code
This allows users to disable SSL verification for testing environments
with self-signed certificates while keeping secure defaults for production.
0 commit comments