waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

Feature Request: Add option to trust self-signed certificates or click-to-proceed like Chrome

Open li-zhixin opened this issue 2 months ago • 0 comments

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:

  1. A toggle/setting to allow self-signed certificates (either globally or per-site)
  2. 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

Image

The error shows ERR_CERT_AUTHORITY_INVALID when trying to access https://localhost:2746/

Thank you for considering this feature!

li-zhixin avatar Dec 08 '25 01:12 li-zhixin