Open
Description
Is your feature request related to a problem? Please describe.
As per #3332 there is currently no straightforward way to disable SSL verification when using NPM with a self-signed certificate, e.g.:internet --> [ LE Cert ] --> npm --> [Self-Signed cert] --> my_service
Describe the solution you'd like
A checkbox in the host configuration to disable SSL verification.
Describe alternatives you've considered
There was (or is?) a way to achieve this through a custom configuration, although the solution is far from elegant.
Additional context
#3332