I'm trying to use remote URL options in Rundeck 3.0.9, I found this similar post https://stackoverflow.com/questions/ask#:~:text=Basic%20Auth%20with,is%20retrieved%20from%20... .
So my questions are:
Where is it documented that the format to send user and password in an https request is like this https://rundeck:test@myserver.com. ?? I cannot find any https example in rundeck documentation.
When I try the remote URL option, I'm getting this error: Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Do you have any idea of how to get rid of this error?
I saw this same exact error when using http request plugin and it was fixed by just un-selecting the "Validate SSL certificate" option. Which makes me think that there should be some way to tell rundeck not to validate certificate for remote URL options. But I don't know how to do this.
Any ideas are very appreciated, BR Sandra