• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Could not get Mozilla tls config: cURL error 77 [cannot update plugin et. al.]

panelfront

New Pleskian
Server operating system version
CentOS Linux 7.9.2009
Plesk version and microupdate number
Plesk Obsidian v18.0.55_build1800230919.07
Hello , today I start to get this error on SSL/Certificate panel , also I cant make curl requests from my server to external https adresses I got curl 77 error . Is it plesk related issue? , can you help me to fix this issue? Thank you.
 
Ive got this problem on a website that was performing a cURL request. There i got error 77 also.
Ive changed the ssh access to /bin/sh and now the cURL work perfectly fine. When changing it back to forbidden, it still keeps working like before.
 
I have the same issue on several servers that uses PHP to perform cURL calls , they all end up with error 77.

It seems that un automatic update of nss package happened overnight causing corruption on its internal DB, that is being used by PHP cURL by default.

A verbose logging of a PHP cURL call produces :

Code:
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* Unable to initialize NSS database
* Initializing NSS with certpath: none
* Unable to initialize NSS
* Closing connection 2 HTTP Code: 0
 
Ive got this problem on a website that was performing a cURL request. There i got error 77 also.
Ive changed the ssh access to /bin/sh and now the cURL work perfectly fine. When changing it back to forbidden, it still keeps working like before.

I think this is not a global fix for this issue , did anybody managed to fix this issue?
 
After the operating system's update of NSS files, a restart of PHP-FPM services is required to mitigate the issue. It is not necessary to change the shell setting. However, by changing the shell setting, likely that restart also occured, for that reason it works after setting it to "forbidden" again.

--> Solution is to restart all PHP-FPM services.
 
How do you restart if you use the dedicated php-fpm? Since the primary php-fpm 8.2.11 is not setup at tool-settings > services
 
Anyone experiencing ipv6 issues? Running CentOS 7.9 with Virtuozzo. From the host I can ping6 (internet+local containers). From the containers/vm's I can ping the host but I can't ping external. The issue started after the yum update in all vm's ( also had the curl/no resolve possible from php curl issue ).

No settings have been changed, I've already checked all settings I could find ( forwarding, accept_ra, added/removed ipv6 ip from container, added new route to ipv6 gw in container, restarted network in container etc. ).

Any help would be really appreciated.
 
Back
Top