Skip to content
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

DTLS Support #6642

Open
smoebody opened this issue Apr 6, 2020 · 3 comments
Open

DTLS Support #6642

smoebody opened this issue Apr 6, 2020 · 3 comments
Labels
area/udp contributor/wanted Participation from an external contributor is highly requested kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future
Projects

Comments

@smoebody
Copy link

smoebody commented Apr 6, 2020

Do you want to request a feature or report a bug?

Feature

What did you expect to see?

Apart from valuing Traefik as reverse proxy which i can configure by docker-labels i really love Traefik for taking care of my letsencrypt certificates by acting as ssl terminator for http and tcp

I would be delighted if Traefik could be my ssl terminator for UDP as well by supporting DTLS. something like:

...
      - "traefik.udp.routers.coturn-3478.entrypoints=coturn_3478"
      - "traefik.udp.routers.coturn-3478.service=coturn"
      - "traefik.udp.routers.coturn-5349.entrypoints=coturn_5349"
      - "traefik.udp.routers.coturn-5349.tls=true"
      - "traefik.udp.routers.coturn-5349.service=coturn"
...

would be perfect.

@ldez ldez added area/udp kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future and removed status/0-needs-triage labels Apr 7, 2020
@ldez ldez added this to issues in v2 via automation Apr 7, 2020
@muebau
Copy link

muebau commented Jun 8, 2022

Is there any news about UDP and TLS?
I comes handy for many things like VPN, DoT and others.

@ddtmachado
Copy link
Contributor

Hi @muebau, we're still interested in adding DTLS support, but unfortunately we're a small team and our priorities are focused elsewhere for the moment, plus we're already late in finishing the work to support middleware and load balancing for UDP, not to mention Proxy Protocol, Tracing... 😅 So much good stuff, it feels we could have a release just dedicated to UDP.

If we manage to free up some time to prioritize this we'll definitely update here.

@ddtmachado ddtmachado added the contributor/wanted Participation from an external contributor is highly requested label Jul 7, 2022
@hakarim740-com-ra
Copy link

DTLS is all what Traefic needs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/udp contributor/wanted Participation from an external contributor is highly requested kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future
Projects
Status: Explore
v2
issues
Development

No branches or pull requests

6 participants