Is it possible to enable HTTPS support by default?
Closed this issue · 3 comments
aoy2024 commented
Many browsers are currently unable to open HTTP websites.
TRANS_BY_GPT4
nemorosus commented
This is false, all browsers support the core format of the protocol HTTP.
You just can't load HTTP content on a HTTPS website, for example - if you put one image/content/whatever source onto a HTTPS website, it'll fail to load- because it'll loose the encryption.
But, if you're looking to make your stream on HTTPS, you need a proxy.
aoy2024 commented
Perhaps consider a different approach: if an SSL certificate is detected and properly configured, then use HTTPS. If SSL configuration is not detected, automatically enable HTTP.
TRANS_BY_GPT4
nemorosus commented
HTTPS without a certificate is a silly thing these days either way.