Hello folks I am facing with this problem: exception 'Exception' with message 'curl error: Protocol "https" not supported or disabled in libcurl' That is a message from error log for my website.Usually my website is taking to much to load and then i must restart my server to he normal work. That happen couple of times every day. Then all other websites on my server are not available too. Now can somebody explain me step by step what i must to do to fix this error? Did i must enable https" and where? Or something else? I am using VPS Thanks in advance
I am not sure if it's related to that curl error. Sounds too me that you have peaks throughout the day when your CPU usage is high, and your site gets hung. You see VPS is not a dedicated server. It acts like it's a dedicated server but it's still a shared hosting (shared hosting environment). Normally it's not an issue since you should get 100% of CPU usage but if, let's say, the company you are with has oversold their VPS packages it may start negatively affecting your CPU usage. It's just a guess, since I don't know all the details.
Hello qwikad is not CPU because i always see that he is normal. I have read here some answer explanation about that by drew010,but i don't know how to fix this. Just check his answer https://stackoverflow.com/questions/9595820/protocol-https-not-supported-or-disabled-in-libcurl Btw if you said about CPU or maybe RAM they are always ok, because i not have heavy traffic to site get hung.
Still have this error when i want to fetch Youtube url on my site: Curl Error : Protocol "https" not supported or disabled in libcurl
Your curl installation seems not proper.. Check using curl -V command If it's compiled properly "--with-ssl", https was still not supported.