This change allows some basic TLS related configuration changes:
Fixed Certificate Common Name
Custom CA
Insecure Mode w/o any verification
The last setting brought me to an unexpected boolean representation in the JSON configuration, requiring a custom boolean type. It was added to pkg/plugin and its documentation.
In addition, support for arbitrary HTTP request headers was added. This allows custom headers, even carrying values based on the NotificationRequest.
This change allows some basic TLS related configuration changes:
The last setting brought me to an unexpected boolean representation in the JSON configuration, requiring a custom boolean type. It was added to pkg/plugin and its documentation.
In addition, support for arbitrary HTTP request headers was added. This allows custom headers, even carrying values based on the NotificationRequest.
Additionally, an unique User-Agent was assigned.
Closes #256.