File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ import (
2525)
2626
2727var Port = "9090"
28- var TLSPort = "9443"
2928var Hostname = "localhost"
3029var TLSHostname = "localhost"
30+ var TLSPort = "9443"
3131
3232func getAccessKey () string {
3333 return env .Get (McsAccessKey , "minioadmin" )
@@ -147,7 +147,7 @@ func getSecureHostsProxyHeaders() []string {
147147
148148// If SSLRedirect is set to true, then only allow HTTPS requests. Default is true.
149149func getSSLRedirect () bool {
150- return strings .ToLower (env .Get (McsSecureSSLRedirect , "on " )) == "on"
150+ return strings .ToLower (env .Get (McsSecureSSLRedirect , "off " )) == "on"
151151}
152152
153153// SSLHost is the host name that is used to redirect HTTP requests to HTTPS. Default is "", which indicates to use the same host.
You can’t perform that action at this time.
0 commit comments