WebGUI protocol https redirection
-
I googled and search, but I could not find how to make this happen. (redirecting http -> https)
???
-
what are you trying to do?
could you please elaborate?
(your post says as much as nothing) -
Have you enabled HTTPS support (tick the box under "General" and provide a certificate under "Advanced")?
-
what are you trying to do?
could you please elaborate?
(your post says as much as nothing)sorry.
"It seems they want to
redirect connections to the web interface that would go to port 80
(cleartext) to port 443 (https). A 403 style redirect. Not just have it
listen on a different port."http://m0n0.ch/wall/list/showmsg.php?id=155/46
Practically that. Have pfsense webgui automatically redirect to https. (so I can just type gateway in my address and reach the NAT, without having to type https://gateway)
-
You could activate https and change the port to 80 but then you still need to type the https (and additionally :80 because it's not standard http). But i dont think it's possible to just redirect the request. You would need a page on port 80 that has a redirection to the https page on another port. And afaik the webgui cannot run on multiple ports.