Need help accessing TrueNAS Gui after messing the certificate up

Hi,
I got the notification that my default certificate is expiring in a few days so I generated a new ca and a new certificate and changed the webgui to that new certificate. The default redirect from http to https is unfortunately still active. For some reason I changed the ciphers and messed up there so that I get “SSL_ERROR_NO_CYPHER_OVERLAP” in every browser I try. Can anyone help me?

Thanks

Based on this

https://www.truenas.com/docs/core/13.0/api/core_websocket_api.html#system.general

And this

You could try

midclt call system.general.update '{"ui_httpsredirect": false}'

Otherwise reinstalling with a recent config backup is always an option.

1 Like

Sometimes you just have to try again. It worked, thanks a lot :slight_smile:

1 Like