OlofBlomqvist / odd-box

dead simple reverse proxy and webserver
https://odd-box.cruma.io/
MIT License
9 stars 1 forks source link

feat: https support #2

Closed OlofBlomqvist closed 1 year ago

OlofBlomqvist commented 1 year ago

The first https request to a configured process hostname will automatically generate a new self signed certificate for it, and cache it in ".odd-box-cache/(domain-name)/" (pkcs8 pem) for all other requests.

This PR also adds working websocket proxying for both http and https