CURL Failed to connect: Permission denied
Posted: Mon Dec 11, 2006 9:50 am
hello,
I am using PHP's CURL to connect to a secure URL. however, while i may get a successfull response on occassions i sometimes get a curl_error "Permission denied" (usually on a consecutive curl_init(). refreshing the page)
Now what is un-usual about this is that before i was using a self signed certificate for which i got no permission denied problems. now i went and got a commercial one.
has PHP's curl function have any restrictions on connection limits or number of times it is allowed to make a connection or re-connect?
when using SSL do i need to pass any keys and use any of curl's SSL options to ensure a connection everytime?
what can be causing this "drop" in connection because as stated it works on occassions
I am using PHP's CURL to connect to a secure URL. however, while i may get a successfull response on occassions i sometimes get a curl_error "Permission denied" (usually on a consecutive curl_init(). refreshing the page)
Now what is un-usual about this is that before i was using a self signed certificate for which i got no permission denied problems. now i went and got a commercial one.
has PHP's curl function have any restrictions on connection limits or number of times it is allowed to make a connection or re-connect?
when using SSL do i need to pass any keys and use any of curl's SSL options to ensure a connection everytime?
what can be causing this "drop" in connection because as stated it works on occassions