root@OPNsense:~ # ps aux | grep lightroot 88505 0.0 0.2 18224 7472 - S 14:19 0:00.10 /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf
Sep 24 16:10:38 OPNsense lighttpd[97861]: (gw_backend.c.315) gw-server re-enabled: unix:/tmp/php-fastcgi.socket-1 0 /tmp/php-fastcgi.socketSep 24 16:10:39 OPNsense lighttpd[97861]: (gw_backend.c.236) establishing connection failed: Connection refused socket: unix:/tmp/php-fastcgi.socket-1Sep 24 16:10:41 OPNsense lighttpd[97861]: (gw_backend.c.315) gw-server re-enabled: unix:/tmp/php-fastcgi.socket-1
root@OPNsense:~ # tail /var/log/php-fpm.log[10-Dec-2020 17:45:46] NOTICE: configuration file /usr/local/etc/php-fpm.conf test is successful[10-Dec-2020 17:45:47] NOTICE: fpm is running, pid 26438[10-Dec-2020 17:45:47] NOTICE: ready to handle connections[08-Jan-2021 13:46:13] NOTICE: Finishing ...[08-Jan-2021 13:46:13] NOTICE: exiting, bye-bye![08-Jan-2021 14:00:33] NOTICE: configuration file /usr/local/etc/php-fpm.conf test is successful[08-Jan-2021 14:00:33] NOTICE: fpm is running, pid 23207[08-Jan-2021 14:00:33] NOTICE: ready to handle connections
root@OPNsense:~ # ls -la /tmp/php-fastcgi.socket-*srwxr-xr-x 1 root wheel 0 Jan 8 14:19 /tmp/php-fastcgi.socket-0srwxr-xr-x 1 root wheel 0 Jan 8 14:19 /tmp/php-fastcgi.socket-1
00:00:00.282300 rule 72/0(match): pass in on igb0: (tos 0x0, ttl 128, id 25963, offset 0, flags [DF], proto TCP (6), length 52) 192.168.91.130.10041 > 192.168.91.1.443: Flags [S], cksum 0x536c (correct), seq 2836207325, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 00:00:00.000071 rule 72/0(match): pass in on igb0: (tos 0x0, ttl 128, id 25964, offset 0, flags [DF], proto TCP (6), length 52) 192.168.91.130.10042 > 192.168.91.1.443: Flags [S], cksum 0x70be (correct), seq 2228559298, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 00:00:00.404254 rule 72/0(match): pass in on igb0: (tos 0x0, ttl 128, id 25974, offset 0, flags [DF], proto TCP (6), length 52) 192.168.91.130.10043 > 192.168.91.1.443: Flags [S], cksum 0xd4c3 (correct), seq 614537712, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 00:00:00.005782 rule 72/0(match): pass in on igb0: (tos 0x0, ttl 128, id 25980, offset 0, flags [DF], proto TCP (6), length 52) 192.168.91.130.10044 > 192.168.91.1.443: Flags [S], cksum 0x67d1 (correct), seq 2702838376, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 00:00:00.585299 rule 73/0(match): pass out on igb2: (tos 0x0, ttl 127, id 16841, offset 0, flags [DF], proto TCP (6), length 52)
192.168.91.1.51915 > 192.168.91.1.443: Flags [S], cksum 0x3782 (incorrect -> 0xcef2), seq 1690452735, win 65228, options [mss 16344,nop,wscale 7,sackOK,TS val 2548563096 ecr 0], length 0 00:00:00.000141 rule 68/0(match): pass in on lo0: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60, bad cksum ff28 (->292)!)
<webgui> <protocol>https</protocol> <ssl-certref>5cf0d67021325</ssl-certref> <port>4433</port> <ssl-ciphers/> <interfaces>lan,opt3,opt4,opt5,opt6,opt1</interfaces> <compression/> <nodnsrebindcheck>1</nodnsrebindcheck> </webgui>
root@OPNsense:~ # wget https://192.168.91.1:4433--2021-01-08 15:48:26-- https://192.168.91.1:4433/Connecting to 192.168.91.1:4433... connected.OpenSSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal errorUnable to establish SSL connection.
root@OPNsense:~ # wget http://192.168.91.1:4433--2021-01-08 15:52:27-- http://192.168.91.1:4433/Connecting to 192.168.91.1:4433... connected.HTTP request sent, awaiting response... 200 OKLength: 2952 (2.9K) [text/html]Saving to: 'index.html'index.html 100%[====================================================================================================================================================================================================>] 2.88K --.-KB/s in 0s2021-01-08 15:52:27 (125 MB/s) - 'index.html' saved [2952/2952]
Any update on this by any chance?