-
-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
negative serial number? #67
Comments
Do you mind submitting the certificate (not the key) so I can look into this? |
|
Here's what openssl has to say about that:
|
So the certificate really does have a negative number and it is not a parsing problem. RFC5280 says they should not be, but users should try to handle them anyway. I do not immediately see a way to override this in Go. |
Bummer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any idea what that is about? The browser deals with it. Chrome reports the serial as 2257982035. It is a self-signed cert generated by the device, so I can imagine it's wrong, but I'm surprised at that.
The text was updated successfully, but these errors were encountered: