php - CURL - Getting empty response -


i'm facing problem curl. might related ssl.

i had problem in both local , server. added below code in both source files:

curl_setopt($ch, curlopt_ssl_verifypeer, false); 

i got response in local. not in server. why?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -