[
https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356952#comment-16356952
]
Sebb commented on NET-642:
--------------------------
I see.
So what needs to be done then?
I assume there is a good reason to clear the proxy in setSocketFactory, so
dropping that might break some existing code.
[It looks like there is an unrelated bug in execPROT - it calls
initSslContext() (which sets context if necessary) after using context.
If the code works in other situations I assume it is because the context has
already been set up.]
> using execPROT on FTPSClients with Proxy Settings removes Proxy Settings
> ------------------------------------------------------------------------
>
> Key: NET-642
> URL: https://issues.apache.org/jira/browse/NET-642
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.6
> Environment: Java 1.8.0_112
> Linux 64bit
> Reporter: Johannes Frank
> Priority: Critical
>
> In Reference to https://issues.apache.org/jira/browse/NET-578
> I'm trying to establish an FTPS Connection via a HTTP Proxy. The Control
> Connection is properly established, however the Moment I do execPROT the
> Proxy settings are resetted by call to setSocketFactory(new
> FTPSSocketFactory(context)); in FTPSClient.java:534.
> This causes FTPSClients with a call to execPROT to actually ignore the proxy
> settings and attempt to contact the FTPS Server directly for data connections.
> Since we are required to use PROT P this is currently blocking our feature
> for FTPS Connections via HTTP proxy.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)