Re: Help: TLS server receives a large amount of Authorization information along with application data
Daniel Stenberg via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 29 Mar 2024, Jason Qian via curl-users wrote: > curl_easy_setopt(_curl, CURLOPT_HTTPAUTH, CURLAUTH_GSSNEGOTIATE); > > This seems an unnecessary configuration, if SSL is enabled ? Why so? TLS is for connection layer security. Negotiate is for HTTP layer authorization. They are often combined. But if you don't need Negotiate auth, then just drop it. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html