Skip to content

SSLExtension

Simon Jahreiß edited this page Feb 1, 2017 · 5 revisions

This page describes how to create and configure a SSLExtension.

Creation

To create a SSLExtension use the following closure:

Closure name Returns Description

ssl

SSLExtension

Creates a SSLExtension.

Properties

A SSLExtension defines the following properties:

Property name Type Required Default value Description

certificate

File

FALSE

-

A custom ssl certificate file which will be trusted.

trustAll

boolean

FALSE

false

Indicates whether to trust all certificates. Overrides certificate if both properties are specified.

Clone this wiki locally