Opened 11 years ago

Last modified 11 years ago

#4998 closed enhancement

Support proxy servers that only support NTLM authentication — at Initial Version

Reported by: jpalmer Owned by: Even Rouault
Priority: normal Milestone: 1.10.0
Component: default Version: unspecified
Severity: normal Keywords: CURL PROXY WFS WMS OGR
Cc:

Description

This patch support allows setting the CURLOPT_PROXYAUTH setting so GDAL/OGR can authenticate with proxy servers that only support NTLM authentication. Can be set via the GDAL_HTTP_AUTH config option. This option allow you to set the following values:

BASIC NTLM DIGEST ANY

At the same time this patch better support server the HTTP authentication method (using CURLOPT_HTTPAUTH). This can be set via the GDAL_HTTP_AUTH config option. This option allow you to set the following values:

BASIC NTLM ANY NEGOTIATE

See the CURL docs for more information about these options:

http://curl.haxx.se/libcurl/c/curl_easy_setopt.html

Change History (1)

by jpalmer, 11 years ago

Attachment: proxy_auth.patch added
Note: See TracTickets for help on using tickets.