mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Caddy fixes for Linux.
This commit is contained in:
parent
a80a72c5fa
commit
26dbf28c36
1 changed files with 13 additions and 0 deletions
|
|
@ -87,3 +87,16 @@ Option 1 which worked on PopOS: `sudo setcap CAP_NET_BIND_SERVICE=+eip $(which c
|
||||||
Possibly need to allow port `:443` and `:80` in Linux firewall
|
Possibly need to allow port `:443` and `:80` in Linux firewall
|
||||||
`sudo ufw allow 443/tcp`
|
`sudo ufw allow 443/tcp`
|
||||||
`sudo ufw allow 80/tcp`
|
`sudo ufw allow 80/tcp`
|
||||||
|
|
||||||
|
### NET::ERR_CERT_AUTHORITY_INVALID or SEC_ERROR_UNKNOWN_ISSUER Browser Errors
|
||||||
|
|
||||||
|
1. Run `caddy trust`
|
||||||
|
2. If still does not work then untrust and re-trust:
|
||||||
|
|
||||||
|
```
|
||||||
|
caddy untrust && caddy trust
|
||||||
|
```
|
||||||
|
|
||||||
|
### Firefox Root Certs
|
||||||
|
|
||||||
|
Enable the about:config property `security.enterprise_roots.enabled` to true.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue