gabriel-farache opened a new issue, #3444:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3444
If I am sending a REST request using a `function` with openapi specs in the
`specs` folder to an endpoint with self-signed certificates, I get a Java error:
```
Error while retrieving transformation output: ApiException{code=0,
responseHeaders=null, responseBody='null'}
at dev.parodos.move2kube.ApiClient.invokeAPI(ApiClient.java:1019)
at
dev.parodos.move2kube.api.ProjectsApi.getProject(ProjectsApi.java:284)
at
dev.parodos.move2kube.api.ProjectsApi.getProject(ProjectsApi.java:227)
at
dev.parodos.service.Move2KubeServiceImpl.waitForTransformationToBeDone(Move2KubeServiceImpl.java:64)
at
dev.parodos.service.Move2KubeServiceImpl.getTransformationOutput(Move2KubeServiceImpl.java:43)
at
dev.parodos.service.Move2KubeServiceImpl_ClientProxy.getTransformationOutput(Unknown
Source)
at
dev.parodos.SaveTransformationFunction.saveTransformation(SaveTransformationFunction.java:55)
at
dev.parodos.SaveTransformationFunction_ClientProxy.saveTransformation(Unknown
Source)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at
io.quarkus.funqy.runtime.FunctionInvoker.invoke(FunctionInvoker.java:123)
at
io.quarkus.funqy.runtime.bindings.knative.events.VertxRequestHandler.dispatch(VertxRequestHandler.java:571)
at
io.quarkus.funqy.runtime.bindings.knative.events.VertxRequestHandler.lambda$processCloudEvent$4(VertxRequestHandler.java:404)
at
io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:576)
at
org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
at
org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
...
```
Would it be possible to do that? Or is that not supported willingly?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]