Details
Description
Hello,
we tried use socks proxy configuration (with authorization) for listSFTP/fetchSFTP/getSFTP using processor configuration or Proxy Configuration Service. Each time we has got Getting java.net.SocketException: Malformed.
We did tcp dump and saw, that the user/password is not provided - user is same as system user rather than this one from configuration.
I've easly recreated issue on clean CentOS with java 8 and 11. Same problem was on NiFi 1.11.4 and 1.12.0.
I think the problem is due of using sshj, but can be wrong. Very similar issue is https://issues.apache.org/jira/browse/NIFI-7749 - probably with the same cause.
My workaround for sftp is using fuse-sftp and mount remote server as local share.
Attachments
Issue Links
- relates to
-
NIFI-7749 ListSFTP Failure using Authenticated HTTPS Proxy
- Resolved
- links to