• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

httpss

Vartan

Chevereto Member
[18-Feb-2021 22:11:42] WARNING: [pool www] child 7357 said into stderr: "NOTICE: PHP message: Curl error Protocol httpss not supported or disabled in libcurl"
[18-Feb-2021 22:11:42] WARNING: [pool www] child 7358 said into stderr: "NOTICE: PHP message: Curl error Protocol httpss not supported or disabled in libcurl"
[18-Feb-2021 22:11:42] WARNING: [pool www] child 7359 said into stderr: "NOTICE: PHP message: Curl error Protocol httpss not supported or disabled in libcurl"
[18-Feb-2021 22:11:42] WARNING: [pool www] child 7360 said into stderr: "NOTICE: PHP message: Curl error Protocol httpss not supported or disabled in libcurl"

CentOS Linux release 7.9.2009 (Core)
PHP 7.4.14 (cli)
10.1.48-MariaDB MariaDB Server


I needed to do a clean server install and since then I am receiving these PHP errors as show above.

httpss what on earth is that?

I have searched the entire codebase for httpss and it does not exist. I suspected I may have made a typo but that isn't the case at all.
 
Last edited:
I have no experience with centOS but this looks strange. Can you reinstall it with ubuntu 20 or is that not your fav?
 
i think it could be a typo, it probably is referring to https not httpss. some times typos occur in developments.

when i searched "NOTICE: PHP message: Curl error Protocol httpss not supported or disabled in libcurl" googled directly asked me if i meant "NOTICE: PHP message: Curl error Protocol https not supported or disabled in libcurl"

So i clicked it and got following link about it:

So answer is yes it's a typo and it is referring to https not httpss.

You are getting this error because curl isn't properly built for https protocol. So you would need to rebuild curl with https support to use https.
 
Back
Top