Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CURL.AvailableSSLBackends

Queries the list of available SSL backends.

Component Version macOS Windows Linux Server iOS SDK
CURL 14.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.AvailableSSLBackends" )

Parameters

none

Result

Returns list or error.

Description

Queries the list of available SSL backends.
Use CURL.SetSSLBackend function to pick the SSL backend before you start using CURL functions.

Examples

Query avaialble backends on macOS:

Set Variable [$list; Value: MBS("CURL.AvailableSSLBackends") ]

Example result:
openssl
secure-transport

Query avaialble backends on Windows:

Set Variable [$list; Value: MBS("CURL.AvailableSSLBackends") ]

Example result:
openssl
schannel

See also

Release notes

Blog Entries

This function is free to use.

Created 7th May 2024, last changed 7th May 2024


CURL.AddInputText - CURL.Cancel