Hi, I need to secure HTTP service in my LAN (HW IP relay controller). I have TP-Link TL-WR741ND with 4MB flash only.
I need to do reverse proxy. All request from WAN to https://OPENWRT.IP:443/ must be redirected to http://LAN.IP:80/ + I need to add basic password auth for HTTPS.
How can I do that? On "normal" Linux server I'm using apache, or nginx. But nginx is compiled without ssl support on OpenWrt. And nginx+ssl is probably over 4MB.
I cannot use stunnel. I need to use normal web browser like firefox as clients.
