Forum Moderators: coopster

Message Too Old, No Replies

Need help connecting to https

... i need to bypass a proxy server first

         

painless

6:39 am on Jun 24, 2006 (gmt 0)

10+ Year Member



I'm trying to connect to a secure server using php. The problem is i need to bypass a proxy server. When i tried the code i get this error message :

"Unable to service this URL without parent cache"

Does anyone knows how to solve this? What's a parent cache anyway?

eelixduppy

8:47 pm on Jun 26, 2006 (gmt 0)



Is this an error that PHP is giving you or an error message that's part of your script? It seems like it may be the latter. Are you using a pre-made script?

eeek

9:50 pm on Jun 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It means you are going through a proxy and trying to go out of the proxy via ssl. What you really want to do is go ssl direct to the server you are trying to connect to.