verify_ssl handled wrongly in CLI mode
abulhol opened this issue · 1 comments
abulhol commented
Due to the new parameter --no-check-certificate
, verify_ssl
is now False
by default in CLI mode.
In contrast, if I pass the parameter, it becomes True
, so exactly the opposite of what is intended.
georgschoelly commented
Fixed in 3.7.1