Enable high strength cipher for golang compatibility

This commit is contained in:
Jason Ertel
2020-10-11 22:31:15 -04:00
parent c9c8c5e5f5
commit 3fff1451d4

View File

@@ -8,5 +8,6 @@ protocols:
- TLSv1.2
ciphers:
- TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384
transport.encrypted: true
http.encrypted: false