-
Notifications
You must be signed in to change notification settings - Fork 321
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
Support TLS 1.3 #310
Comments
This plugin is a wrapper around docker, which means support for TLS 1.3 needs to be implemented at the docker level. It looks like implementing TLS 1.3 is on the docker roadmap. See moby/moby#40495 |
@ashwilliams1 the error is actually is in the |
not sure I follow, since this plugin does not perform a git clone |
Hummmm what does then? on drone i mean. It clones the original repo and (this plugin) builds a docker image from it. Was under the impression it was this plugin that did it.
^^ this turns into this: |
the clone step is handled by the clone plugin. See https://github.com/drone/drone-git. |
Ah! I'll open a but there then. thx for the info EDIT: Can't open since it doesn't have "Issues" activated. Any info on how to proceed? |
Create a PR ;) |
hahahaha wouldn't even know where to start :D not a go programmer myself :( |
The git plugin is not even written in Go ;) |
@tboerger my bad..... didn't even check 😇 |
Pretty much the same as drone-plugins/drone-matrix#17
Right now, when connection to a TLS 1.3 only server, we get this when cloning the repo:
fatal: unable to access 'https://************.org/********/docker-ideaspacevr.git/': error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert protocol version
The text was updated successfully, but these errors were encountered: