As the title says I'm having some problems with my https connection, it was working perfectly but now (2 weeks after) I was installing the Jetpack plug-in on my wordpress site when I got an IXR -32300: transport error: http_request_failed SSL certificate problem: unable to get local issuer certificate
error.
I went to my website and the https connection was working perfectly (I can still access it) and the certificate details on the browser said that it was still valid:
Certificate description on Safari and Chrome
But openssl s_client -connect tiferrei.com:443
gives:
CONNECTED(00000003)
depth=0 /CN=tiferrei.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /CN=tiferrei.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /CN=tiferrei.com
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
0 s:/CN=tiferrei.com
i:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X1
-----END CERTIFICATE-----
subject=/CN=tiferrei.com
issuer=/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X1
---
No client certificate CA names sent
---
SSL handshake has read 2253 bytes and written 456 bytes
---
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
Some more info:
Domain: tiferrei.com
Issuer: Let's Encrypt Authority
Webserver: Apache2
Database: MySQL
OS: Ubuntu Server 14.04 LTS
I'm sorry this probably a super easy and simple question and I tried Google but I couldn't find anything that worked, I even searched throw the WordPress forums.
Thanks in advance, Tiferei