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
By default, certs are not verified and a lot of warnings are displayed and spam the console.
Could you just print at the beginning of the execution a simple warning like "[!] certs are not verified, use --verify-certs instead" and disable original warnings with the directive like urllib3.disable_warnings()
Cheers !
The text was updated successfully, but these errors were encountered:
Hello @taraslayshchuk,
By default, certs are not verified and a lot of warnings are displayed and spam the console.
Could you just print at the beginning of the execution a simple warning like
"[!] certs are not verified, use --verify-certs instead"
and disable original warnings with the directive likeurllib3.disable_warnings()
Cheers !
The text was updated successfully, but these errors were encountered: