joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
858 stars 542 forks source link

Fault when visiting https://www.somedomain.com #106

Closed chaihahaha closed 6 years ago

chaihahaha commented 6 years ago

When visiting http sites: like "http://www.bing.com", everything goes right. But when visiting https sites: like "https://www.google.com", only a blank page(without any pictures or words) is shown. My server is run on windows server and php5.4 and cannot run with https.

joshdick commented 6 years ago

Your server OS is Windows, but which web server are you using? Apache? IIS? Something else? Can you access HTTPS sites using a web browser directly on the server machine?

chaihahaha commented 6 years ago

Thanks very much for your reply! I'm using IIS web server, and I can access HTTPS on my server machine. I tried but can't find out why.

joshdick commented 6 years ago

Try this: https://scribesroom.wordpress.com/2016/07/11/configuring-phpcurl-on-windowsiis-https-site/