Skip to content

Seamless HTTPS without certificate warnings: integrate nodecert/https-server #519

Open
@aral

Description

https-server-v1 0 4

This is a 🙋 feature request.

As documented in the readme, the expected behaviour of Bankai currently is to present a certificate error in the browser on first use.

I just released nodecert (github mirror), which uses mkcert to create locally-trusted certificates. I also just released https-server (github mirror) which uses nodecert to provide a seamless experience for running a local development server over port 443.

To try it out with some static content:

  1. npm i -g @ind.ie/https-server
  2. https-server [folder-to-serve]
  3. Go to https://localhost to view the site without certificate warnings.

One of the reasons I wrote these is because I am considering using Choo and Bankai for my next project and I’d love to see this seamless workflow integrated. I wanted to get your thoughts on (a) whether this is something you’d like to see in Bankai and (b) if you had any thoughts on how best to integrate it before kicking off by myself :)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions