Forum Moderators: phranque

Message Too Old, No Replies

proxy https to http (e.g. 443 to 80)

         

oraerk

12:00 pm on Jul 16, 2010 (gmt 0)

10+ Year Member



Is it possible to somehow pass https through normal 80 port? The situation is rather hilarious, the 443 port is banned on corporate proxy of one of our clients, and there will be no way to change proxy config in a month. Though they need access to some secure content on our site. I don't really get if it is ever could be done. Maybe through mod_proxy by using reverse proxy?

jdMorgan

1:14 am on Jul 17, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think it would be faster to fix the root problem than to try to put a band-aid on it... SSL traffic is encrypted, so you would have to handle encrypting and decrypting the data -- not a small project.

Jim

oraerk

1:30 pm on Jul 17, 2010 (gmt 0)

10+ Year Member



Thanks, jdMorgan, i thought that too, just was curious.