Hi Mark, For communicating with remote functions we use the default trust manager, so I believe that if you add the self signed certificate to the container the JVM will pick it up automatically. I haven't done it myself, but I've found this blog post that explains how to do it [1] Let me know if that works for you, otherwise I'll dig deeper :-)
Good luck, Igal. [1] https://medium.com/@codebyamir/the-java-developers-guide-to-ssl-certificates-b78142b3a0fc On Fri, Oct 15, 2021 at 12:34 PM mark <mpnutt...@gmail.com> wrote: > Hello, > My team needs to apply (currently self-signed) HTTPS certificates to our > Stateful Function endpoints. Is this currently possible? I can't find any > examples in the playground, or information in the online documentation. > > We are using Remote Stateful Functions and a custom, Java-based > `org.apache.flink.statefun.sdk.io.Router`. > We need help please in knowing how to set up the Router's client > connection with the necessary client-side certificates. > > Very many thanks in advance! > > Regards, > Mark >