We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b7fb8 commit 4b1d7e9Copy full SHA for 4b1d7e9
internal/wrappers/client.go
@@ -218,6 +218,7 @@ func kerberosProxyClient(timeout uint, proxyStr string) *http.Client {
218
// Validate required SPN parameter
219
if proxySPN == "" {
220
logger.PrintIfVerbose("ERROR: Kerberos SPN is required for Kerberos proxy authentication.")
221
+ logger.Print("ERROR: Kerberos SPN is required for Kerberos proxy authentication.")
222
logger.PrintIfVerbose("Please provide SPN using: --proxy-kerberos-spn 'HTTP/proxy.example.com' or set CX_PROXY_KERBEROS_SPN environment variable")
223
logger.PrintIfVerbose("Falling back to basic proxy authentication")
224
// Return a basic client that will fail gracefully
0 commit comments