Actions
Bug #17838
closedRemote-run from webapp should follow VERIFY_CERTS parameter
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
28
Name check:
To do
Fix check:
To do
Regression:
Description
// We currently bypass verification on certificate
// We should add an option to allow the user to define a certificate in configuration file
val options = HttpOptions.allowUnsafeSSL :: Nil
This should depend on the value of the parameter.
Actions