Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

HTTS task support conductor #3835

Open
Akash47 opened this issue Nov 2, 2023 · 1 comment
Open

HTTS task support conductor #3835

Akash47 opened this issue Nov 2, 2023 · 1 comment
Labels
type: feature New feature

Comments

@Akash47
Copy link

Akash47 commented Nov 2, 2023

Hi Everyone,

Need help to call URL's which are HTTPS , currently getting below ERROR :

Failed to invoke HTTP task due to: java.lang.Exception: I/O error on POST request for "https://localhost:8080/uri": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
where to configure cert in conductor server

@Akash47 Akash47 added the type: feature New feature label Nov 2, 2023
@Robban1980
Copy link
Contributor

Robban1980 commented Nov 2, 2023

@Akash47 you need to add the public certificate to the trusted certificate store. For example, take a look at this from oracle as the certificate part is Java specific and not conductor specific https://docs.oracle.com/javase%2Ftutorial%2F/security/toolfilex/rstep1.html

Or on stackoverflow here https://stackoverflow.com/questions/9619030/resolving-javax-net-ssl-sslhandshakeexception-sun-security-validator-validatore

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants