Problem Description
When accessing websites with self-signed certificates (e.g., https://localhost:2746/), Wave terminal's web view shows the error:
Failed to load https://localhost:2746/: ERR_CERT_AUTHORITY_INVALID
This blocks access to local development servers, internal tools, and other legitimate use cases that use self-signed certificates.
Expected Behavior
Similar to how Chrome handles this situation, it would be great to have one of the following options:
- A toggle/setting to allow self-signed certificates (either globally or per-site)
- A click-to-proceed option like Chrome's "Proceed to localhost (unsafe)" button that allows users to acknowledge the risk and continue
Use Cases
- Accessing local development servers with HTTPS
- Connecting to internal company tools with self-signed certificates
Screenshot
The error shows ERR_CERT_AUTHORITY_INVALID when trying to access https://localhost:2746/
Thank you for considering this feature!