Is anything listening on those ports?
Code Select
sockstat -4 -6 -l | grep :2000
sockstat -4 -6 -l | grep :5060
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 Menusysctl kern.ipc.tls.enable=0Quote from: mrpink on July 15, 2026, 11:51:42 PM# sysctl kern.ipc.tls.enable=0
# configctl webgui restart
That worked for me with haproxy, just give it a try.
Quote from: franco on July 15, 2026, 05:27:30 PMperhaps also related to ktls: https://github.com/opnsense/ports/issues/275
Quote from: dw on July 15, 2026, 06:28:42 PMSeconded. Was working fine before 26.7 but now several Web GUI pages don't load completely.
For example the firewall/live view keeps loading with the spinner and the main lobby/dashboard shows nothing apart from the menu on the left.
Same errors in the Web GUI log:
(/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.85/src/mod_openssl.c.5005) SSL: addr:192.168.0.108 ssl_err:5 ret:-1 errno:35: Resource temporarily unavailable
(192.168.0.108 is the NGINX proxy.)
Everything works fine when accessing the Web GUI directly.