|
||||||||
Hey, I've got a problem with enabling the HTTPS-Login for the Authentication in the Captive Portal. If I enable it and try to open a webpage i get redirectet to https://192.168.40.1:8001/?redirectAndSoOn. But this address is not reachable. The HTTPS-Server name I entered should be correct. Without HTTPS-Login everything works perfectly. The WebGUI address is https://192.168.40.1:443 and works without any problems. Running httpd Processes: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 4671 3.0 1.6 2376 1844 ?? S 12:28PM 0:00.11 /usr/local/sbin/mini_httpd -S -E /var/etc/cert.pem -c **.php|**.cgi -u root -maxproc 16 -i /var/run/mini_httpd.pid root 4670 0.0 1.6 2376 1844 ?? S 12:28PM 0:00.00 /usr/local/sbin/mini_httpd -S -E /var/etc/cert.pem -c **.php|**.cgi -u root -maxproc 16 -i /var/run/mini_httpd.pid root 3367 0.0 1.1 2252 1260 ?? INs 2:44AM 0:00.05 /usr/local/sbin/mini_httpd -a -M 0 -u root -maxproc 16 -maxperip 4 -p 8000 -i /var/run/mini_httpd.cp.pid -cpelement /var/db/cpelements 192.168.40.1:8000 root 86 0.0 1.4 2292 1644 ?? Ss 2:33PM 0:00.07 /usr/local/sbin/mini_httpd -S -E /var/etc/cert.pem -c **.php|**.cgi -u root -maxproc 16 -i /var/run/mini_httpd.pid Where could be the problem for this? Toby |