-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update image to support TLS 1.3 #17
Comments
Not sure what needs to be done here, I guess an updated Go version to compile the plugin? |
Yeah, I think you need at least Go 1.12 (not sure which is the latest version)
|
Please do a local build of #18 and see if this solves your problem. I don't use matrix so I can't verify it works. |
@donny-dont not really sure how i can test this :-/ |
You would need to build the executable and see if it connects to your server.
Will make an exe. You can then run With the docker one things might be tricky for you drone-plugins/drone-docker#244 so you should probably not use TLS 1.3 exclusively if you have a local registry. But yea you can open the bug. |
Tested it and it works (built with go 1.14.10) I don't have a private registry, so, it's only the "connecting to" part i'm worried. ;) |
This should be fixed by #18 |
What the tittle says. Right now, if connection to a TLS1.3 only server, we get this message:
2020/11/05 22:56:49 failed to authenticate user: Post https://xxxxxxxxx/_matrix/client/r0/login: remote error: tls: protocol version not supported
The text was updated successfully, but these errors were encountered: