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
Copy file name to clipboardExpand all lines: docs/content/cli/forwarder_run.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -694,7 +694,7 @@ List of hosts for which Kerberos (SPNEGO) authorization tokens will be injected
694
694
* Value Format: `<value>` (you can use empty command line switch to enable)
695
695
* Default Value: `false`
696
696
697
-
Authenticate to a configured upstream proxy with Kerberos (using `Proxy-Authorization` HTTP header in CONNECT requests). Please note that if forwarder configuration results in multiple proxies available (like PAC for example), forwarder will try to authenticate to each one of them.
697
+
Authenticate to a configured upstream proxy with Kerberos (using `Proxy-Authorization` HTTP header). Please note that if forwarder configuration results in multiple proxies available (like PAC for example), forwarder will try to authenticate to each one of them.
@@ -704,7 +704,7 @@ Authenticate to a configured upstream proxy with Kerberos (using `Proxy-Authoriz
704
704
* Default Value: `false`
705
705
706
706
707
-
Running forwarder with `--kerberos-run-diagnostics` switch will print debugging information about Kerberos connection and an error when there are discrepancies between supported encryption types and keytab entry:
707
+
Running forwarder with `--kerberos-run-diagnostics` switch will print debugging information about Kerberos connection or known configuration erros - for example an error when there are discrepancies between supported encryption types and keytab entry:
708
708
709
709
```
710
710
msg="fatal error exiting" error="kerberos configuration potential problems: default_tkt_enctypes specifies 17 but this enctype is not available in the client's keytab\ndefault_tkt_enctypes specifies 23 but this enctype is not available in the client's keytab\npreferred_preauth_types specifies 17 but this enctype is not available in the client's keytab\npreferred_preauth_types specifies 15 but this enctype is not available in the client's keytab\npreferred_preauth_types specifies 14 but this enctype is not available in the client's keytab"
0 commit comments