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
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.
The text was updated successfully, but these errors were encountered:
Due to the new parameter
--no-check-certificate
,verify_ssl
is nowFalse
by default in CLI mode.In contrast, if I pass the parameter, it becomes
True
, so exactly the opposite of what is intended.The text was updated successfully, but these errors were encountered: