Support HTTPS internal server schema in coder_app
#5891
Labels
must-do
Issues that must be completed by the end of the Sprint. Or else. Only humans may set this.
In Coder v1, we supported both
http
andhttps
servers via dev URLs. If the user was running an app in their workspace with a self-signed certificate, Coder would essentially ignore/replace it with the valid certificate for dev URLs.We should do something similar for v2. Perhaps magically supporting
https
URLs incoder_app
?When I tried this, it didn't work
The text was updated successfully, but these errors were encountered: