You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thenecho -e "CHECK_RANCHER2 UNKNOWN - Invalid host address detected: ${apihost}. Use valid IP or DNS name on which the Rancher 2 API is accessible.";exit${STATE_UNKNOWN}
114
+
elif [[ $apicheck= 301 ]]
112
115
thenecho -e "CHECK_RANCHER2 UNKNOWN - Redirect detected. Maybe http to https? Use -S parameter.";exit${STATE_UNKNOWN}
113
116
elif [[ $apicheck= 302 ]]
114
117
thenecho -e "CHECK_RANCHER2 UNKNOWN - Redirect detected. Maybe http to https? Use -S parameter.";exit${STATE_UNKNOWN}
0 commit comments