cocos2d-x https

cocos2d-x :2.1.3
HttpClient.cpp文件中  bool configureCURL(CURL *handle)后边添加如下两句:

    curl_easy_setopt(handle, CURLOPT_SSL_VERIFYPEER, 0L);

    curl_easy_setopt(handle, CURLOPT_SSL_VERIFYHOST, 0L);

posted on 2013-09-12 21:37  Games  阅读(690)  评论(0编辑  收藏  举报