OPNsense Forum

Archive => 24.1, 24.4 Legacy Series => Topic started by: mulaparda on February 09, 2024, 10:07:10 AM

Title: HAProxy not able to listen 8443
Post by: mulaparda on February 09, 2024, 10:07:10 AM
Hello guys,

I am trying to setup HAProxy and when configuring the Public server to listen to 8443 I do not see it open when running the command:

root@OPNsense:~ # sockstat -4 -l
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
root     lighttpd   30777 7  tcp4   *:443                 *:*
root     lighttpd   30777 9  tcp4   *:80                  *:*
root     sshd       22752 4  tcp4   *:22                  *:*

There must be something I am missing
Title: Re: HAProxy not able to listen 8443
Post by: mulaparda on February 09, 2024, 11:52:24 AM
Actually I have found why it is not working, my HAProxy Services is not starting, now I need to find why,  ;)
Title: Re: HAProxy not able to listen 8443
Post by: mulaparda on February 09, 2024, 12:12:38 PM
Problem solved, some rubish config into HAProxy, deleted all o fit, started from scratch and all good now.