You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The following command sudo lxdmosaic.disable-https does not disable HTTPS. I am trying to put my mosaic instance behind an Nginx proxy and need to disable HTTPS as this is managed by the Nginx proxy. Terminal suggests it is disabled but when trying to access the mosaic instance I get ERR_SSL_PROTOCOL_ERROR suggesting apache is still auto-upgrading the connection to HTTPS.
To Reproduce
Steps to reproduce the behavior:
Change SSL Port and HTTP Port using sudo snap set lxdmosaic ports.http=100 ports.https=543
Ensure HTTPS is 'disabled' lxdmosaic.disable-https
Access the site.
Expected behavior
No auto-upgrading of non-HTTPS connections when disabled.
Desktop (please complete the following information):
OS: Ubuntu Server 22.04 LTS
Browser: Chrome, Firefox, Edge
Version: Latest snap
The text was updated successfully, but these errors were encountered:
Describe the bug
The following command
sudo lxdmosaic.disable-https
does not disable HTTPS. I am trying to put my mosaic instance behind an Nginx proxy and need to disable HTTPS as this is managed by the Nginx proxy. Terminal suggests it is disabled but when trying to access the mosaic instance I get ERR_SSL_PROTOCOL_ERROR suggesting apache is still auto-upgrading the connection to HTTPS.To Reproduce
Steps to reproduce the behavior:
sudo snap set lxdmosaic ports.http=100 ports.https=543
lxdmosaic.disable-https
Expected behavior
No auto-upgrading of non-HTTPS connections when disabled.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: