The `ssl.VerifyMode` and `ssl.verifyFlags` enums seem to be missing from the standard library declarations which leads to: `error: Module 'ssl' has no attribute 'VerifyMode'`
The
ssl.VerifyModeandssl.verifyFlagsenums seem to be missing from the standard library declarations which leads to:error: Module 'ssl' has no attribute 'VerifyMode'