Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Socket.SSL.Initialize
Initializes a SSL connection.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
- CURL.ReceiveData
- CURL.ReceiveText
- CURL.SendData
- CURL.SendText
- CURL.SetOptionConnectOnly
- Socket.Connect
- Socket.SSL.Accept
- Socket.SSL.Connect
- Socket.SSL.Prepare
Example Databases
Created 18th August 2014, last changed 10th April 2017
Socket.SSL.GetMethod - Socket.SSL.Prepare
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins