curl-users
Can curl add non standard port for Kerberos calls
Date: Sun, 19 Apr 2015 15:03:35 -0500
I have a Kerberized web service (.NET) running with an identity to which
SPN is registered as HTTP/abcxyzpqr.com:1234.
The web service URL is http://abcxyzpqr.com:1234/myservice/ (abcxyzpqr.com
is the A type DNS record).
So now while trying to access it from curl with command curl --negotiate -u
: http://abcxyzpqr.com:1234/myservice/, curl is querying the KDC for ticket
with SPN - HTTP/abcxyzpqr.com.
It is not considering the non standard port. So is there a way we can make
curl to consider the non standard port also while querying the KDC for
ticket.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-04-19