gansheer opened a new issue, #9235: URL: https://github.com/apache/camel-quarkus/issues/9235
### Bug description Testcontainers may map ports on a host other than localhost (remote DOCKER_HOST, some rootless setups). The SFTP container is unreachable at localhost and all 23 SFTP-related tests fail with Connection refused. `SftpTestResource` and `SftpHostCertTestResource` build SFTP endpoint URIs using localhost as the host in both the `ftp` and `mina-sftp `integration test modules: Additionally, `SftpHostCertTestResource` generates host certificates with localhost as the only principal. When the actual Docker host differs, the host certificate verification fails even if the connection succeeds. -- 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]
