-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ConnectionType
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.ConnectionType
Protected Enum ConnectionType
NoSSL
AttemptSSL
SSLControlConnectionOnly
SSLForceAll
Used in the EasyHandle class to control the use of opportunistic SSL/TLS.
ConnectionType | Comment |
---|---|
NoSSL |
Let libcURL decide (default) |
AttemptSSL |
Attempt using SSL, proceed without it if unavailable |
SSLControlConnectionOnly |
Force FTP control connections to use SSL |
SSLForceAll |
Force all connections to use SSL |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.