You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to (re)start Filebeat i get the following error:
2016/03/30 13:47:55.988952 transport.go:125: ERR SSL client failed to connect with: x509: certificate has expired or is not yet valid
Stopping filebeat: [ OK ]
Starting filebeat: 2016/03/30 13:47:56.110564 transport.go:125: ERR SSL client failed to connect with: x509: certificate has expired or is not yet valid
[ OK ]
Notice the date/time stamp? it's an hour behind, but the SSL cert is still valid..
The dateime on the server is actually:
[root@web-01-iom ~]# date
Wed Mar 30 14:48:24 BST 2016
I don't think it has to do with expiration, it's that go can't validate the full chain. Most self-signed certificates would not be considered 'valid' in a production environment.
Hi,
So I created a self signed ssl which starts at 13.28:
When trying to (re)start Filebeat i get the following error:
Notice the date/time stamp? it's an hour behind, but the SSL cert is still valid..
The dateime on the server is actually:
EDIT:
Just to prove it hasn't expired..
Let me know if you need anything else.
The text was updated successfully, but these errors were encountered: