Skip to content

libcURL.ConnectionType

Andrew Lambert edited this page Nov 26, 2022 · 8 revisions

libcURL.ConnectionType

Enumeration

Protected Enum ConnectionType
  NoSSL
  AttemptSSL
  SSLControlConnectionOnly
  SSLForceAll

Remarks

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

See also

Clone this wiki locally