> -----Original Message----- > From: a a [mailto:vasura@xxxxxxxxx] > Sent: Tuesday, May 17, 2005 11:36 PM > To: squid-users@xxxxxxxxxxxxxxx > Subject: [squid-users] squid and SSL > > > Hello. I'm sorry, but my english is not good. > I'm triying to give http service to a computer wich is located outside > of my lan. This computer only has the port 443 opened. > In my router, any incoming tcp to the port 443 is "NATted" to my > computer ( 192.168.1.2 ) to the port 4128 ( squid ) ... ¿ how could I > redirect this request to the http web requested ? > It's something like this: https://www.proxify.com > > Thanks a lot ! If you are NATing incoming port 443 on your router to Squid, it seems to me that setting a browser to use your router IP, port 443 as a proxy would allow a computer outside of your lan to use your proxy. It would not explicitly encrypt traffic between the "outside" computer like proxify does, but doing so is a slightly more complex problem, and not related to Squid. Chris