Status
Not open for further replies.

CyberWizard

Active Member
50
2010
0
10
Can someone tell me what is this error

CurlException: 1: Protocol https not supported or disabled in libcurl

can anyone tell how to enable libucrl in ssl

i scanned php.ini 3-4 times

where is the curl settings ?

Please help

cPanel / WHM used

please help :)

---------- Post added at 03:08 PM ---------- Previous post was at 02:36 PM ----------

no one knows this :( ?
 
7 comments
Check whether you have SSL as "Yes" in phpinfo or not.

If you don't know what to do, follow the steps:

1. Create a new file in public_html named phpinfo.php
2. Edit (or open) and add the following lines in it
PHP:
<?php
echo phpinfo();
?>
3. Open the file via browser (http://yourDomain.com/phpinfo.php)

The SSL (yes or no) info is under Curl heading.
 
i did that..
u can check it at
https://www.fbgeeks.com/phpinfo.php

i need to edit curl settings u see...

cURL support enabled
cURL Information 7.24.0
Age 3
Features
AsynchDNS No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
Largefile Yes
NTLM No
SPNEGO No
SSL No <--- Need to make this yes

any solutin /?

no curl lines in php.ini !
 
i did that..
u can check it at
https://wwo.php

i need to edit curl settings u see...

cURL support enabled
cURL Information 7.24.0
Age 3
Features
AsynchDNS No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
Largefile Yes
NTLM No
SPNEGO No
SSL No <--- Need to make this yes

any solutin /?

no curl lines in php.ini !
And please dont post your php info like this in public, it can cause you damage.
 
Can you please confirm the php module curlssl is enabled in your server.
You can confirm it from the following

======
php -m | grep curl
======
 
Status
Not open for further replies.
Back
Top