Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. [Wed Jun 19 03:51:17 2019] [warn] [client xx.x.xx.xxx] mod_fcgid: stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'cURL error: [77] Problem with the SSL CA cert (path? access rights?)' in /var/www/vhosts/xxxxxx.com/httpdocs/PaypalIPN.php:114
  2. [Wed Jun 19 03:51:17 2019] [warn] [client xx.x.xx.xxx] mod_fcgid: stderr: Stack trace:
  3.  
  4. # yum reinstall openssl
  5. Installed:
  6. openssl.x86_64 0:1.0.1e-57.el6
  7.  
  8. Complete!
  9.  
  10. # yum reinstall ca-certificates
  11. Installed:
  12. ca-certificates.noarch 0:2018.2.22-65.1.el6
  13.  
  14. Complete!
  15.  
  16. [root@server-xxxxxxx-x ~]# service nginx restart
  17. Starting nginx: [ OK ]
  18. [root@server-xxxxxxx-x ~]# service httpd restart
  19. Stopping httpd: [ OK ]
  20. Starting httpd: [ OK ]
  21. [root@server-xxxxxxx-x ~]# service php-fpm restart
  22. Stopping php-fpm: [ OK ]
  23. Starting php-fpm: [ OK ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement