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
An invalid time can cause SSL certificates to report that they're expired. The reason is that the system time is before the certificate is valid. As you'd expect, the word "expired" makes you think that something else is wrong. While the docs need to be improved to debug this situation, I think that it may be helpful to see the system time render in orange (not red, since it's not necessarily wrong) if NervesTime.synchronized? is false.
The text was updated successfully, but these errors were encountered:
An invalid time can cause SSL certificates to report that they're expired. The reason is that the system time is before the certificate is valid. As you'd expect, the word "expired" makes you think that something else is wrong. While the docs need to be improved to debug this situation, I think that it may be helpful to see the system time render in orange (not red, since it's not necessarily wrong) if
NervesTime.synchronized?
isfalse
.The text was updated successfully, but these errors were encountered: