Re: [I] NettySecureServer example cannot access keystore [camel-k-examples]

2024-05-24 Thread via GitHub
tdiesler commented on issue #98: URL: https://github.com/apache/camel-k-examples/issues/98#issuecomment-2129083582 This fails very early in the camel context lifecycle, do we perhaps have something that allows us to hook into that context lifecycle and examine the filesystem? ```

Re: [I] NettySecureServer example cannot access keystore [camel-k-examples]

2024-05-24 Thread via GitHub
tdiesler commented on issue #98: URL: https://github.com/apache/camel-k-examples/issues/98#issuecomment-2129072166 nope ... ``` [1] Caused by: org.apache.camel.RuntimeCamelException: java.io.IOException: Could not open /tmp/ssl/keystore.jks as a file, class path resource, or URL.

Re: [I] NettySecureServer example cannot access keystore [camel-k-examples]

2024-05-23 Thread via GitHub
squakez commented on issue #98: URL: https://github.com/apache/camel-k-examples/issues/98#issuecomment-2127243679 I wonder if this is because the `/etc/ssl` path is forbidden by the OS. Can you try the same changing to some other directory (ie, `/tmp/ssl`, just for the sake of testing)?

[I] NettySecureServer example cannot access keystore [camel-k-examples]

2024-05-23 Thread via GitHub
tdiesler opened a new issue, #98: URL: https://github.com/apache/camel-k-examples/issues/98 ``` kubectl create secret generic http-keystore --from-file keystore.jks kubectl create secret generic http-truststore --from-file truststore.jks kamel run --dev \ -t mount.resour