CURL.SetOptionSSLFalseStart
---------------------------

Set if we should enable TLS false start.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [CURL](component_CURL.md) | [8.2](newinversion82.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

### Deprecated

This function was [deprecated](deprecated.md).

MBS( "CURL.SetOptionSSLFalseStart"; curl; Value ) 

**MBS**( **"CURL.SetOptionSSLFalseStart";** /\* Set if we should enable TLS false start. \*/  
**$curl**; /\* The CURL session handle. \*/   
**$Value**) /\* The option value. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | The option value. |  |

### Result

Returns OK or error.

### Description

Set if we should enable TLS false start.  
Pass 1 to enable.  
### See also

- [CURL.SetOptionSSLCipherList](CURLSetOptionSSLCipherList.md)

### Release notes

- **Version 15.5**
    - Deprecated [CURL.SetOptionSSLFalseStart](https://www.mbsplugins.eu/CURLSetOptionSSLFalseStart.shtml) function.

### Blog Entries

- [MBS FileMaker Plugin, version 15.5pr1](https://www.mbsplugins.de/archive/2025-10-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

Created 15th April 2018 , last changed 17th September 2025

  
[CURL.SetOptionSSLEngineDefault](CURLSetOptionSSLEngineDefault.md) - [CURL.SetOptionSSLKey](CURLSetOptionSSLKey.md)

[HTML Version](CURLSetOptionSSLFalseStart.shtml)