I managed to get stunnel working, though it is a lot more complicated than I thought originally. On the windows server, the stunnel.conf file is setup as server mode and redirect port 8443 to 8000. On the client side, I also have to set up another stunnel as client mode and redirect 127.0.0.1:80 to 192.168.1.11 - server's IP address. As this server will be facing public, I cannot expect people to set up stunnel in their machine in order to access my website. I was expecting a tool which runs on the server side to do port redirection, and then when I type in http://server_ip:8443 from another machine, it will route me to my target app. (note: I did NOT set up any SSL certificate to get stunnel working)
Also with stunnel, I still cannot access the target app without entering the admin password, I cannot find any response.menu_auth to remove. I also have another mac which I tried to set up stunnel, but when I run sudo stunnel3 I got the following error: "inetd mode must define a remote host or an executable" Anyone familiar with mac can give some tips on how to solve this Cheers Al -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

