More easy solution for centos 6/7. Remove ca and reinstall certificate.
rm -f /etc/ssl/certs/ca-bundle.crt && yum reinstall -y ca-certificates
Problem that if you just only reinstall certs. This will dont replace ca-bundle. Leave it new with .rpmnew name.
Related Posts:
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- https connection using CURL from command line
- How to generate a self-signed SSL certificate using OpenSSL?
- curl: (35) SSL connect error
- OpenSSL: unable to verify the first certificate for Experian URL
- Getting error in Curl – Peer certificate cannot be authenticated with known CA certificates
- How to install OpenSSL in windows 10?
- SSL Error: unable to get local issuer certificate
- When you use ‘badidea’ or ‘thisisunsafe’ to bypass a Chrome certificate/HSTS error, does it only apply for the current site? [closed]
- When you use ‘badidea’ or ‘thisisunsafe’ to bypass a Chrome certificate/HSTS error, does it only apply for the current site? [closed]
- Is there a way to follow redirects with command line cURL?
- How to fix “SSL certificate problem: self signed certificate in certificate chain” error?
- How to send a header using a HTTP request through a cURL call?
- How can I set the request header for curl?
- Curl command for https ( SSL )
- How to display request headers with command line curl
- SSL_read failing with SSL_ERROR_SYSCALL error
- Convert .pem to .crt and .key
- How to fix libeay32.dll was not found error
- cURL to show response headers after submiting a file
- SSL_ERROR_BAD_CERT_DOMAIN
- wget/curl large file from google drive
- cURL error 60: SSL certificate: unable to get local issuer certificate
- OpenSSL: PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
- How do I make curl ignore the proxy?
- What exactly is cacert.pem for?
- curl : (1) Protocol https not supported or disabled in libcurl
- keytool error bash: keytool: command not found
- When you use ‘badidea’ or ‘thisisunsafe’ to bypass a Chrome certificate/HSTS error, does it only apply for the current site?
- How do I measure request and response times at once using cURL?
- Error:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
- How to disable cURL SSL certificate verification
- How do you sign a Certificate Signing Request with your Certification Authority?
- cURL equivalent in Node.js?
- Curl Error 56 “Failure when receiving data from the peer” while sending .tar.gz File
- Run Rsync from Python [duplicate]
- Is it safe to use sslverify => true for with wp_remote_get/wp_remote_post
- wp_remote_get vs. file_get_contents vs. cURL?
- wp_remote_get – cURL error 28 – only on same domain
- cURL – How to send and fetch data in WordPress
- cURL RETURNTRANSFER function in wp_remote_post
- How to convert this cURL to wp_remote_*?
- How to send file by wp_remote_post?
- Download file using cURL into wp-includes/uploads
- cURL request to plugin repository fails 403
- Curl error while creating user
- Call external API in wordpress based on user input
- Inconsistencies between wp_remote_post and cURL
- How to send user data from one website to another
- Set wordpress auth cookie from external site?
- Does wp_remote_post() require curl?
- Displaying a remote SSL certificate details using CLI tools
- how to download the ssl certificate from a website?
- How do I view the details of a digital certificate .cer file?
- How to view all ssl certificates in a bundle?
- How can I verify if TLS 1.2 is supported on a remote web server from the RHEL/CentOS shell?
- Wildcard SSL certificate for second-level subdomain
- Difference between `curl -I` and `curl -X HEAD`
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Generating a self-signed cert with openssl that works in Chrome 58
- wp_remote_post vs curl to send data in WordPress plugin
- After upgrading WordPress, I am getting the following error. Error message: cURL error 52: Empty reply from server
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- ImportError: No module named psycopg2
- OpenSSL Verify return code: 20 (unable to get local issuer certificate)
- VirtualBox: mount.vboxsf: mounting failed with the error: No such device
- SSL error : routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- Curl : connection refused
- file_get_contents( ) not working
- HAProxy vs. Nginx
- Force home page to be https?
- Admin-Ajax.php, SSL, Non-SSL
- Add media with WP-Rest-API v2 II
- frontend upload return async-ajax.php 302
- How to automate filing a form as a user
- Creating login session via CURL
- Where Does WordPress Make cURL Requests? How To Add cURL Option
- PHP to Handle API Return instead of print
- Conflict with Force SSL and Rewrite Rules
- get post content of particular post by url
- SSL via different domain & path with NGINX/PHP-FPM/WP
- redirected you too many times
- Generate HTTPS Urls in multisite
- How do I find non-SSL problems on my SSL page?
- How to send a HTTP Post request using PHP Curl and WordPress
- Is it safe to use Web Invoice 2.1.0 without SSL?
- Getting Download failed. cURL error 28: Connection timed out after 10001 milliseconds
- 301 Redirect Loop www to non-www – Nginx + Apache2
- After using ssl certificate, wordpress doesn’t work
- WordPress Multisite keeps redirecting to HTTPS
- mixed content missing from wordpress media
- Post to WordPress API using cURL and login cookies
- Not logged in when using http
- SSL problems with WordPress
- Rewrite old post images to https
- Properly setting up a “default” nginx server for https
- Does each server behind a load balancer need their own SSL certificate?
- Changing my URL in General Settings cause the site to crash
- wordpress is auto using http: not https: as it needs to because the server is http behind a reverse proxy https, how do I stop it?