treivize opened a new issue, #3901: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3901
### Describe the bug A Kogito runtime registers a job to the job service for an async action and declare the callback URL with HTTPS protocol. When the job trigger the callback, the call fails since the SSL is discard in the request. See Zulip chat as reference: https://kie.zulipchat.com/#narrow/channel/232676-kogito/topic/Jobs.20Service.20-.20HTTPS.20.2B.20Token/with/514054045 ### Expected behavior Job Service should support SSL in the callback URL instead of discarding it. ### Actual behavior Job service forces the protocol of the callback to HTTP unsecured URL. ### How to Reproduce? _No response_ ### Output of `uname -a` or `ver` _No response_ ### Output of `java -version` _No response_ ### GraalVM version (if different from Java) _No response_ ### Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM) 10.x ### Build tool (ie. output of `mvnw --version` or `gradlew --version`) _No response_ ### Additional information _No response_ -- 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]
