2013年9月12日
摘要: cocos2d-x :2.1.3HttpClient.cpp文件中 bool configureCURL(CURL *handle)后边添加如下两句: curl_easy_setopt(handle, CURLOPT_SSL_VERIFYPEER, 0L); curl_easy_setopt(handle, CURLOPT_SSL_VERIFYHOST, 0L); 阅读全文
posted @ 2013-09-12 21:37 Games 阅读(700) 评论(0) 推荐(0)