Hi Traefik team,
I am trying to get an IngressRouterTCP to auto-generate an ACME cert so that I can connect via amqps (have tested and amqp works just fine but I get SSL: CERTIFICATE_VERIFY_FAILED when connecting via the secure protocol).
Below is my yaml for the IngressRouterTCP. Any light you can shed on what step I am missing is much appreciated.
kind: IngressRouteTCP
metadata:
name: amqps
spec:
entryPoints:
- amqps
routes:
- match: HostSNI(`mysub.domain.com`)
services:
- name: rp-rabbitmq
port: 5672
terminationDelay: 400
tls:
{}