【发布时间】:2017-11-23 12:07:12
【问题描述】:
我使用以下标签在 Docker 暖模式下运行服务:
- "traefik.docker.network=proxy"
- "traefik.backend=kibana"
- "traefik.frontend.entryPoints=https,http"
- "traefik.frontend.rule=Host:mydomain"
- "traefik.port=5601"
- "traefik.frontend.auth.basic=test:098f6bcd4621d373cade4e832627b4f6"
使用 HTTPS 遇到这个问题
curl -u test:test https://my-domain.com
401 Unauthorized
使用 HTTP 一切正常
curl -u test:test http://my-domain.com
Found
【问题讨论】:
标签: traefik