My local network is, uh, unique, and blocks all ports except 80 and 22. I changed the webGUI to HTTPS without thinking about it, now I can't access the GUI. How do i change that setting back with the command line?
Solved. I was able to ssh in and download the /data/freenas-v1.db file where all the settings are stored. Then I used a sqlite db browser and found the session-settings table and edited it back to "http" from "https". After sending the file back and rebooting the problem was solved.
I'm sure there is a way to edit the db from the command line. Someone with sqlite knowledge will know.