Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - JaY_III

#1
Quote from: Monviech (Cedrik) on September 29, 2025, 06:24:19 AMThese logs are unrelated to what you think. You can ignore them if everything works.
Thank you
#2
I was also required to SSH in and run:

@OPNsense:/ # service netbird onestart

Following this new guide the service would not stay up
https://docs.netbird.io/how-to/installation/opnsense
#3
Been trying to migrate to Caddy, and it seems very promising. 
I'm working off a fresh re-install of OPNsense and have followed the setup guide to get up an running.
My first domains I have added all can be reached from a public or private address, so that's great.

However I am getting this in my logs:

2025-09-28T15:49:42-04:00
Warning
caddy
"warn","ts":"2025-09-28T19:49:42Z","logger":"http","msg":"HTTP/3 skipped because it requires TLS","network":"tcp","addr":":80"}
2025-09-28T15:49:42-04:00
Warning
caddy
"warn","ts":"2025-09-28T19:49:42Z","logger":"http","msg":"HTTP/2 skipped because it requires TLS","network":"tcp","addr":":80"}
2025-09-28T15:49:42-04:00
Warning
caddy
"warn","ts":"2025-09-28T19:49:42Z","logger":"admin","msg":"admin endpoint on open interface; host checking disabled","address":"unix//var/run/caddy/caddy.sock|0220"}
2025-09-28T15:49:42-04:00
Warning
caddy
"warn","ts":"2025-09-28T19:49:42Z","logger":"admin.api","msg":"exiting; byeee!! 👋"}

From my understanding of the docs, I need to check "TLS Insecure Skip Verify" in the handlers tab.
However that option is not available.


Any tips or pointing me in the right direction to start looking would be much appreciated.  Thanks