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
Can a flag like --ignore-self-signed-certificate that ignores self-signed certificates or --skip-ssl-verification that completely ignores SSL verification be added? This would be very helpful during dev testing where instances may or may not be SSL-signed.
The text was updated successfully, but these errors were encountered:
We should be able to do the axios calls with a custom agent that sets rejectUnauthorized: false. (Kinda unrelated, but I wonder if we actually need axios or if we would be fine with just calling fetch?)
I am tempted to say this should just be default behavior. 🤔
Can a flag like
--ignore-self-signed-certificate
that ignores self-signed certificates or--skip-ssl-verification
that completely ignores SSL verification be added? This would be very helpful during dev testing where instances may or may not be SSL-signed.The text was updated successfully, but these errors were encountered: