CipherSuits thats与Traefik和http / 2一起工作

时间:2018-11-28 13:22:10

标签: docker traefik

我使用traefik并使用以下配置进行设置:

[entryPoints.https.tls]
minVersion = "VersionTLS12"
cipherSuites = ["TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"]

当我尝试运行此容器时,出现此错误:

traefik_1_bebdf5edc5a9 | time="2018-11-28T13:20:35Z" level=error msg="Error creating server: http2: TLSConfig.CipherSuites index 2 contains an HTTP/2-approved cipher suite (0xcca8), but it comes after unapproved cipher suites. With this configuration, clients that don't support previous, approved cipher suites may be given an unapproved one and reject the connection."

我该如何解决?我尝试使用不同的密码,但是总是遇到相同的错误,并且无法访问我的任何网站。

0 个答案:

没有答案
相关问题