-
Notifications
You must be signed in to change notification settings - Fork 70
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
Attempting to verify a CSR causes panic: runtime error: index out of range #177
Comments
We don't support |
I just wanted to double check it was the right one, as I'm juggling TLS updates for a couple of machines right now. I understand it's not supported functionality, just thought you'd want to issue an error rather than crashing :-) |
I'm seeing the same panic with the connect command: Command: Result
|
Is issue #213 related? |
As suggested by @siebenmann, commenting out line 166 resolves the error for me. cli/cli.go:166 |
The text was updated successfully, but these errors were encountered: