Commit 7bcf88ef authored by Conner Fromknecht's avatar Conner Fromknecht

fix: teleportr enable-ssl should use "require"

parent ccd98811
......@@ -147,7 +147,7 @@ func (c Config) WithoutDB() string {
// sslMode retuns "enabled" if EnableSSL is true, otherwise returns "disabled".
func (c Config) sslMode() string {
if c.EnableSSL {
return "enable"
return "require"
}
return "disable"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment