dk2k opened a new pull request, #9939: URL: https://github.com/apache/camel/pull/9939
# Description Introducing HTTPS for AS2 component. I used this PR as a basis https://github.com/apache/camel/pull/8896 The current PR is compatible with main and 4.x branches. Later I will try handling backporting to 3.x branch @McIntozh your comment would be much appreciated. As for HTTPS support for AS2 for older versions. I used my middleware proxy application as a workaround - it accepts HTTP connections and sends them via HTTPS to remote server, works fine with mendelson server. The application https://github.com/dk2k/netty-https-proxy # Target `main` branch # Tracking Related to https://issues.apache.org/jira/browse/CAMEL-17946 # Testing Updated the existing tests and added the test class MendelsonSslEndpointIT. In this class I send a message to HTTPS version of 3rd party Mendelson server - please see port 8444 in the settings. I do think it's good to provide this test - it documents the usage of AS2 client component with SSL. The test will be committed with annotation @Disabled due to it is strongly dependent on 3rd party remote server. The test in MendelsonSslEndpointIT works fine, I can see my messages in the web ui of Mendelson http://testas2.mendelson-e-c.com:8080/webas2/ -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org