Re: Help: TLS server receives a large amount of Authorization information along with application data
Jason Qian via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <CAGxzrjbxYJB0Vt18-5P+RpEt0rVnm0XYd120NYddJOe5Wgx+=w@mail.gmail.com> |
Thanks Daniel, it makes sense to me. On Fri, Mar 29, 2024 at 5:52 PM Daniel Stenberg <[email protected]> wrote: > 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