mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
return error on wrong ssl.type value
This commit is contained in:
@@ -404,6 +404,8 @@ func makeSSLConfig() (config proxy.SSLConfig, err error) {
|
||||
config.ACMEEmail = opts.SSL.ACMEEmail
|
||||
config.FQDNs = fqdns(opts.SSL.FQDNs)
|
||||
config.RedirHTTPPort = redirHTTPPort(opts.SSL.RedirHTTPPort)
|
||||
default:
|
||||
return config, errors.New("wrong ssl.type value, use 'none', 'static' or 'auto'")
|
||||
}
|
||||
return config, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user