-
Notifications
You must be signed in to change notification settings - Fork 6
SSLExtension
Simon Jahreiß edited this page Feb 1, 2017
·
5 revisions
This page describes how to create and configure a SSLExtension.
To create a SSLExtension use the following closure:
Closure name | Returns | Description |
---|---|---|
|
SSLExtension |
Creates a SSLExtension. |
A SSLExtension defines the following properties:
Property name | Type | Required | Default value | Description |
---|---|---|---|---|
|
File |
FALSE |
- |
A custom ssl certificate file which will be trusted. |
|
boolean |
FALSE |
false |
Indicates whether to trust all certificates. Overrides |