Reduce amount of ssl related params in client API #2626
Closed
Description
Now we have verify_ssl, fingerprint and ssl_context.
The proposal is replacing all of them with ssl.
- if
sslis instance ofssl.SSLContextit is used asssl_context - if
sslisFalse--verify_ssl=Falselogic is applied - if
sslis instance of newFingerprintclass --fingerpritcheck is applied
Existing params should be deprecated.