Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
755004ea
Commit
755004ea
authored
Aug 14, 2015
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3362 from libgit2/cmn/curl-proxyauth-any
curl: use the most secure auth method for the proxy
parents
9f1af7f2
dc035189
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
src/curl_stream.c
+1
-0
No files found.
src/curl_stream.c
View file @
755004ea
...
...
@@ -220,6 +220,7 @@ int git_curl_stream_new(git_stream **out, const char *host, const char *port)
curl_easy_setopt
(
handle
,
CURLOPT_SSL_VERIFYPEER
,
1
);
curl_easy_setopt
(
handle
,
CURLOPT_CERTINFO
,
1
);
curl_easy_setopt
(
handle
,
CURLOPT_HTTPPROXYTUNNEL
,
1
);
curl_easy_setopt
(
handle
,
CURLOPT_PROXYAUTH
,
CURLAUTH_ANY
);
/* curl_easy_setopt(handle, CURLOPT_VERBOSE, 1); */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment