Hi,

We have been running a simple stateful functions (version 3.0.0) job,
which simply forwards the incoming messages via Kafka source to an
HTTPS endpoint on AWS. Our HTTP endpoint is behind a Load Balancer on
AWS and this Load Balancer is listening on 443 for incoming HTTPS
traffic. Certificate used by the LB, was created by our organization
so its a self signed one.

Therefore, whenever stateful function tries to make a call to load
balancer on ort 443, it gives the exception below

javax.net.ssl.SSLHandshakeException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target

I wonder how can I solve that problem or at least is it possible to
ignore the self-signed cert. issue via module configuration?

spec:
endpoints:
- endpoint:
meta:
kind: http
spec:
functions: prebet/*
urlPathTemplate: https://AWS-LoadBalancer-Internal-Hostname
call: 10 min

Thanks,

Reply via email to