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

Socket.SSL.Initialize

Initializes a SSL connection.

Component Version macOS Windows Linux Server iOS SDK
Socket 3.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Socket.SSL.Initialize"; SocketID )   More

Parameters

Parameter Description Example
SocketID The socket ID received by Socket.Connect function. $sock

Result

Returns OK or error.

Description

Initializes a SSL connection.
First you need to create TCP socket and accept or connect.
Optionally you can call Socket.SSL.Prepare first.
After Socket.SSL.Initialize you can call Socket.SSL.Connect or Socket.SSL.Accept.

Instead of using this SSL socket, please consider letting CURL do the job: Use CURL.SetOptionConnectOnly to let CURL connect and than send data using CURL.SendData and CURL.SendText. For receiving, please use CURL.ReceiveData and CURL.ReceiveText. This gives you much more SSL options and proxy support.

See also

Example Databases

This function checks for a license.

Created 18th August 2014, last changed 10th April 2017


Socket.SSL.GetMethod - Socket.SSL.Prepare