1 Answer
- Newest
- Most votes
- Most comments
0
In the TLS handshake process the client system time is used to test the validity of the certificate. When the client and server device date/time are off significantly it can make the certificate appear to be expired. I don't think there is a workaround for this.
Since you are using curl, have you tried the -k or --insecure syntax to ignore SSL certificate warnings?
answered 2 years ago
Relevant content
- asked a year ago