Forums » Extensions and Tools » curl connect https CURLE_UNSUPPORTED_PROTOCOL »
| buerkai buerkai | curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|---|---|---|---|---|---|
|
Added by buerkai buerkai 10 months ago
I use cocos2d-x 2.0 , void HelloWorld::dohttps(const char *url,const char *data){ // do test //but return CURLE_UNSUPPORTED_PROTOCOL,I don't know why? |
||||
| martin sue | RE: curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|
Added by martin sue 8 months ago
is anyone have solution? |
||||
| Zhe Wang | RE: curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|
Please refer to the source code of CCHttpClient & CCHttpRequest in v2.0.2, extensions folder. Enjoy Coding, Enjoy Life. |
||||
| martin sue | RE: curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|
Added by martin sue 8 months ago
Walzer Wang wrote:
oh, i get it |
||||
| Nico L. | RE: curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|
Hi, I encounter the same problem to access a https url.
I didn't find anything about https in the source code @Martin sue : could you share your solution ? Thanks |
||||
| Christian Rothe | RE: curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|
Added by Christian Rothe 6 months ago
I'd like to chime in here, since we just stumbled upon the same problem. Apparently the liburl used by cocos2d-x has not been configured to enable https calls. Does anyone have an idea how to fix that? |
||||
| The Devil | RE: curl connect https CURLE_UNSUPPORTED_PROTOCOL | ||||
|
"Protocol https not supported or disabled in libcurl" Any fix for this? Update: |
(1-6/6)