tht13 / html-preview-vscode

A HTML previewer for Visual Studio Code
MIT License
44 stars 22 forks source link

Allow bypass of self-signed SSL certificate validation for developer environments #70

Open doublehelix opened 3 years ago

doublehelix commented 3 years ago

I've come across an issue where I'm developing using DNS entries that point my local server with self-signed certificates for development, and as such, the HTML preview won't show any content from these resources due to SSL certificate validation.

Is there any way to configure the extension to Bypass SSL certificate verification for self-signed certs, or alternatively, alert and allow with a warning (as per chrome/firefox edge etc.)