traefik / traefik

The Cloud Native Application Proxy
https://traefik.io
MIT License
51.63k stars 5.12k forks source link

DTLS Support #6642

Open smoebody opened 4 years ago

smoebody commented 4 years ago

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.

muebau commented 2 years ago

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

ddtmachado commented 2 years ago

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.

hakarim740-com-ra commented 6 months ago

DTLS is all what Traefic needs