Quantcast
Channel: Web services
Viewing all articles
Browse latest Browse all 2361

Re: Get a user token https

$
0
0
por Oliver Obermayr.  

You need enable https:// in your php.ini file:

  • extension=php_openssl.dll (uncomment it)
  • allow_url_include = On (change to on)

then try again with cURL using following parameters:

  • curl_setopt($ch, CURLOPT_SSLCERT, "example.p12");
  • curl_setopt($ch, CURLOPT_SSLCERTTYPE, "P12");
  • curl_setopt($ch, CURLOPT_SSLKEYPASSWD, "password here");

Viewing all articles
Browse latest Browse all 2361

Trending Articles