Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 28b4797

Browse files
spn-error-msg1
1 parent 4b1d7e9 commit 28b4797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/wrappers/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func kerberosProxyClient(timeout uint, proxyStr string) *http.Client {
218218
// Validate required SPN parameter
219219
if proxySPN == "" {
220220
logger.PrintIfVerbose("ERROR: Kerberos SPN is required for Kerberos proxy authentication.")
221-
logger.Print("ERROR: Kerberos SPN is required for Kerberos proxy authentication.")
221+
logger.Print("ERROR: Kerberos SPN is required for the Kerberos proxy authentication.")
222222
logger.PrintIfVerbose("Please provide SPN using: --proxy-kerberos-spn 'HTTP/proxy.example.com' or set CX_PROXY_KERBEROS_SPN environment variable")
223223
logger.PrintIfVerbose("Falling back to basic proxy authentication")
224224
// Return a basic client that will fail gracefully

0 commit comments

Comments
 (0)