Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 19571 invoked from network); 5 Mar 2007 22:24:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 22:24:13 -0000 Received: (qmail 21241 invoked by uid 500); 5 Mar 2007 22:24:19 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 21118 invoked by uid 500); 5 Mar 2007 22:24:18 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Delivered-To: moderator for general@incubator.apache.org Received: (qmail 33117 invoked by uid 99); 5 Mar 2007 12:34:19 -0000 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=HTML_10_20,HTML_IMAGE_ONLY_20,HTML_MESSAGE,HTML_SHORT_LINK_IMG_3 X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) X-OB-Received: from unknown (205.158.62.50) by wfilter2.us4.outblaze.com; 5 Mar 2007 12:33:49 -0000 Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary="_----------=_117309802991350" MIME-Version: 1.0 From: "John Riley" To: general@incubator.apache.org Date: Mon, 05 Mar 2007 07:33:48 -0500 Subject: Implicit SSL X-Originating-Ip: 83.168.251.47 X-Originating-Server: ws1-4.us4.outblaze.com Message-Id: <20070305123349.72B0F164279@ws1-4.us4.outblaze.com> X-Virus-Checked: Checked by ClamAV on apache.org --_----------=_117309802991350 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Hi, I read in the documentation that this FTP server supports implicit SSL connections. However, when I dowload the snapshot the configuration files does not look the same as in the configuration. Does it still support implicit SSL? I tried to setup explicit SSL with the test keystore but I didn't get it to work either. My clients tell me that negotiation failed with 431 Service is unavailable Configuration: config.socket-factory.class=3Dorg.apache.ftpserver.socketfactory.SSLFtpSock= etFactory config.socket-factory.address=3Dlocalhost config.socket-factory.port=3D21 config.socket-factory.ssl.keystore-file=3D./res/.keystore config.socket-factory.ssl.keystore-password=3Dpassword config.socket-factory.ssl.keystore-type=3DJKS config.socket-factory.ssl.keystore-algorithm=3DSunX509 config.socket-factory.ssl.ssl-protocol=3DTLS config.socket-factory.ssl.client-authentication=3Dfalse config.socket-factory.ssl.key-password=3Dpassword So my next step was to run the SSL tests using: mvn -Pssl-tests test This one however can't run since it has a dependency problem: [INFO] Using default encoding to copy filtered resources. Downloading: http://people.apache.org/repo/m2-snapshot-repository/commons-net/commons-ne= t/2.0.0-SNAPSHOT/common s-net-2.0.0-SNAPSHOT.jar [WARNING] Unable to get resource from repository apache.snapshots (http://people.apache.org/repo/m2-snapshot-re pository) Does the SSL support work or am I just doing something terrible wrong? Except for the SSL support everything works just fine. Best Regards John Riley --_----------=_117309802991350--