[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-966.
------------------------------------------

    Resolution: Invalid

Julien

Different servers seem to have different expectations in this regard. You can 
configure NegotiateScheme to strip away the port off the service name by 
passing false as the 'stipPort' parameter to NegotiateSchemeFactory.

Oleg

> Kerberos : KRBError sname include port.
> ---------------------------------------
>
>                 Key: HTTPCLIENT-966
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-966
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Alpha2
>         Environment: Windows XP SP2
>            Reporter: Julien
>
> When trying to contact "http://myhost.mydomain:myport/myApp/";
> Kerberos TGS-REQ sname is "myhost.mydomain:myport" (captured with wireshark) 
> and there are KrbException: Server not found in Kerberos database (7) in my 
> program.
> When trying to open "http://myhost.mydomain:myport/myApp/"; in firefox
> Kerberos TGS-REQ sname is "myhost.mydomain" and it's work.
> i think it's a bug, cause sname have not to contain ":myport"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to