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
For local development, it would be helpful to have an option like InsecureSkipVerify when fetching the configuration from a remote URL over HTTPS.
I'm using a self-signed certificate in my local environment, and currently, the TLS handshake fails due to the certificate not being trusted. Adding an option to skip TLS verification (with a clear warning that it should only be used for development/testing) would make it easier to test without needing to set up a trusted certificate authority.
Of course, this should default to false, and possibly show a warning if enabled, to avoid any unintentional security risks.