You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: