When opening up a self signed certificate website (local web service) I get this error: "A TLS error caused the secure connection to fail."
https://finance.lan/account/needs-bootstrap
[Error] Failed to load resource: A TLS error caused the secure connection to fail. (needs-bootstrap, line 0)
The project that I am using is from: https://actualbudget.org/docs/install/docker.
It seems like if I make a private browser for this or safari it works fine.
The response should return:
{
"status": "ok",
"data": {
"bootstrapped": true,
"loginMethod": "password",
"availableLoginMethods": [
{
"method": "password",
"active": 1,
"displayName": "Password"
}
],
"multiuser": false
}
}
Version 1.0.0 (139-rc), WebKit 623.1.8.0.0 Build date November 25, 2025 MacBook Pro (macOS Tahoe 26.2 beta build 25C5048a)
Tahoe (26)