• February 23, 2025, 04:43:48 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Bug FTP-Servers TLS/SSL Certificate valid to 12/02/2008 - Certificate expired!  (Read 5882 times)

Geraner

  • Level 2 Member
  • **
  • Posts: 75

Hardware Version: B1
Firmware Version: 1.08 Beta
Software Version (Easy Search): Don't use it.

Harddrive 1: SAMSUNG    HD642JJ 640 GB
Harddrive 2: SAMSUNG    HD642JJ 640 GB

Problem Type: FTP-server's TLS/SSL Certificate valid to 12/02/2008 only.

X Error message  □ Function does not work  X Enhancement  □ UI Wording  □ Other:___________

Problem Description:

When setting up the FTP server to use TSL/SSL only, and then connecting to the FTP-server with an FTP-Client, the certificate shows:
Certificate Information
Valid from: 03/03/2006
Valid to: 12/21/2008 - Certificate expired!


Function Tested:
FTP-Server - TLS/SSL encryption / certificate

Test Procedure (steps to reproduce):
Activate FTP-Server.
Connect to FTP-Server at DNS-323 with an FTP-Client.
Activate "FTPES - FTP over expicipt TLS/SSL" at the FTP-client.
Certificate information is shown with "Valid to: 12/21/2008 - Certificate expired!"
Logged
DIR-825 - HW: B1 - Firmware: 2.05WW Build05 Beta01
DNS-323 - HW: B1- Firmware: 1.08 Beta build 05

lizzi555

  • Level 5 Member
  • *****
  • Posts: 605

Using Total Commander with Open SSL binary no problem:
Code: [Select]
----------
Connect to: (23.05.2009 08:09:01)
hostname=NAS02
username=xxxyyy
startdir=
nas02=172.22.222.202
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 10 allowed.
220-Local time is now 08:09. Server port: 21.
220-This server supports FXP transfers
220 You will be disconnected after 2 minutes of inactivity.
AUTH TLS
234 AUTH TLS OK.
Cert subject: /C=US/ST=DLINK/L=US/O=DLINK/CN=192.168.0.101
Cert issuer: /C=US/ST=DLINK/L=US/O=DLINK/CN=192.168.0.101
USER xxxyyy
331 User xxxyyy OK. Password required
PASS ***********
230 OK. Current restricted directory is /
SYST
215 UNIX Type: L8
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 ESTP
 PASV
 EPSV
 SPSV
211 End.
PBSZ 0
200 PBSZ=0
PROT P
534 Fallback to [C]
Connect ok!
PWD
257 "/" is your current location
Verzeichnis einlesen
TYPE A
200 TYPE is now ASCII
PORT 172,22,222,198,193,176
200 PORT command successful
LIST
150 Connecting to port 49584
Herunterladen
Warte auf Antwort des Servers...
226-Options: -l
226 11 matches total
CWD Neroup
250 OK. Current directory is /Neroup
PWD
257 "/Neroup" is your current location
Verzeichnis einlesen
PORT 172,22,222,198,193,177
200 PORT command successful
LIST
150 Connecting to port 49585
Herunterladen
Warte auf Antwort des Servers...
226-Options: -l
226 1 matches total
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

Sorry for some German lines in the log  ;)
DNS-323 is set to allow SSL/TLS connection only.
Logged