Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
82a4c2bc
Commit
82a4c2bc
authored
19 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Slight editing of wording in the CURLOPT_SSL_VERIFYHOST section.
parent
e73c6e03
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/libcurl/curl_easy_setopt.3
+14
-15
14 additions, 15 deletions
docs/libcurl/curl_easy_setopt.3
with
14 additions
and
15 deletions
docs/libcurl/curl_easy_setopt.3
+
14
−
15
View file @
82a4c2bc
...
...
@@ -1132,26 +1132,25 @@ socket. It will be used to seed the random engine for SSL.
.IP CURLOPT_SSL_VERIFYHOST
Pass a long as parameter.
This option determines whether curl verifies that the server c
laims to be
who you want it to be
.
This option determines whether
lib
curl verifies that the server c
ert is for
the server it is known as
.
When negotiating an SSL connection, the server sends a certificate
indicating
its identity.
When negotiating an SSL connection, the server sends a certificate
indicating
its identity.
When \fICURLOPT_SSL_VERIFYHOST\fP is 2, that certificate must indicate
that
the server is the server to which you meant to connect, or the
connection
fails.
When \fICURLOPT_SSL_VERIFYHOST\fP is 2, that certificate must indicate
that
the server is the server to which you meant to connect, or the
connection
fails.
Curl considers the server the intended one when the Common Name field
or a
Subject Alternate Name field in the certificate matches the host
name in the
URL to which you told Curl to connect.
Curl considers the server the intended one when the Common Name field
or a
Subject Alternate Name field in the certificate matches the host
name in the
URL to which you told Curl to connect.
When the value is 1, the certificate must contain a Common Name field,
but it doesn't matter what name it says. (This is not ordinarily a
useful setting).
When the value is 1, the certificate must contain a Common Name field, but it
doesn't matter what name it says. (This is not ordinarily a useful setting).
When the value is 0, the connection succeeds regardless of the names in
the
certificate.
When the value is 0, the connection succeeds regardless of the names in
the
certificate.
The default, since 7.10, is 2.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment