Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Add TLS min/max configuration #31

Open
otolizz opened this issue Aug 9, 2019 · 2 comments
Open

Add TLS min/max configuration #31

otolizz opened this issue Aug 9, 2019 · 2 comments

Comments

@otolizz
Copy link

otolizz commented Aug 9, 2019

Hello,

Is there a way to force influxdb-relay to communicate in tls1.2 minimum?
It would be nice to have a configuration like the one in influxdb:
[tls] ciphers = [ "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", ] min-version = "tls1.2" max-version = "tls1.2"
https://www.socketloop.com/tutorials/golang-use-tls-version-1-2-and-enforce-server-security-configuration-over-client

@otolizz otolizz changed the title Add TLS1.2 configuration Add TLS min/max configuration Aug 9, 2019
@damoun
Copy link

damoun commented Aug 19, 2019

Hi, sorry it's not available yet but it could be a feature improvement.

We could take kapacitor source-code as an exemple https://github.com/influxdata/kapacitor/blob/master/tlsconfig/config.go

@otolizz
Copy link
Author

otolizz commented Sep 9, 2019

It would be great if you could add it in the next version :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants