View Issue Details

IDProjectCategoryView StatusLast Update
0000091Windows and other desktop OSIIS7 web serverpublic2018-11-28 12:51
ReporterDigitalMy 
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
PlatformIBMPCOSWindowsOS Version2008R2
Summary0000091: "550 Keyset does not exist" FTP server response on after entering passive mode
Descriptionuser login and password accepted, but cannot get folder list

started to fail after some windows security update installed
TagsNo tags attached.
FinishDate
StartDate
WasteTime
PriorityIndex1
LaboriousnessIndex1

Relationships

related to 0000082 checkingDigitalMy More than 1 ftp site on 1 IIS server: issue with cannot enter passive mode 

Activities

DigitalMy

2014-04-04 13:30

administrator   ~0000099

found that this site gives this error not to all users, but non-administrators

DigitalMy

2018-11-28 12:51

administrator   ~0000718

Last edited: 2018-11-28 18:04

View 7 revisions

Decided change to SSL FTP (A) or SSH FTP (B)

(A) FTPS explicit gives error :
431 Failed to setup secure session
534-Policy requires SSL.
 Win32 error: Access is denied.
 Error details: SSL policy requires SSL for control channel

Command: AUTH TLS
Response: 431 Failed to setup secure session.
Command: AUTH SSL
Response: 431 Failed to setup secure session.

netsh http show sslcert

-> made new certificate on server and it connected


(B) SFTP cannot be made in IIS
install OpenSSH-Win64 software