Web GUI Issue (pfSense_2.4.4-p2)
-
After updating my SSL cert in pfSense the webConfigurator is not able to be reached internally or externally w/ dynDNS; I am currently able to SSH in and the router is still fully functional, I just cannot access the web GUI. I have tried the restart webConfigurator option 11, but it tells me that the address is already in use and fails to bind. I have also set the LAN interface IP to the same one, but opted to use HTTP instead, and that has not resolved the issue either.
-
@forbidden_magic said in Web GUI Issue (pfSense_2.4.4-p2):
but it tells me that the address is already in use and fails to bind.
By who / what process ?
edit : enter console mode, option 8 and run this command :
ps ax | grep 'nginx'
kill any nginx 'master' process.
Using the kill command followed by the process ID.Use also
sockstat -4l | grep ':80'
to see which process is bound to the port 80.
Kill them all - and retry option 11.