We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1d7e9 commit 28b4797Copy full SHA for 28b4797
1 file changed
internal/wrappers/client.go
@@ -218,7 +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.")
+ logger.Print("ERROR: Kerberos SPN is required for the 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