Selecting https in GUI disconnects me from GUI

Hi, First post. Just getting into open source and self-hosting. Setup a TurnKey CT template of Syncthing on PVE. Was able to login and change password. But as I was changing settings I selected “Use HTTPS” and I was immediately disconnected from web GUI. Using Firefox. So I cleared cache/cookies, tried different device, no luck. Looking for a way to verify/change settings using console. Any assistance would be appreciated. Thanks!

[SOLVED]

After using one of our AI overlords, I was finally able to find the .xml file and make one simple change. Since I used TurnKey the path to the file was different than normal. The path was /home/syncthing/.local/state/syncthing/config.xml

Scrolled down to gui enabled=“true” tls=“true” … and changed tls=”true” to tls=”false”

Then restarted syncthing using systemctl restart syncthing@syncthing

And then refreshed my browser IP and bingo! I was able to login as normal! Hope this helps someone.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.