Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
604 views
in .NET FTP by (120 points)
recategorized by
Hi guys,

I have the following issue and braking my fingers on that for quite a time now.

I have the edtFTPnetPRO v9 and trying to establish a connection to an FTPS server with the bellow result (the debug log from the library listed).

An advise would be very much appreciated.

Thanks in advance.

INFO [FTPConnection] 1 Sep 2016 11:54:26.989 :  OS: 6.3.9600.0, CLR: 4.0.30319.42000, DLL: 1.165.0.0
INFO [FTPConnection] 1 Sep 2016 11:54:26.989 :  Built: 2-Nov-2015 10:32:17 GMT
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Did not find license subkeys Software\Enterprise Distributed Technologies\edtFTPnet PRO or  in registry
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Did not find license subkeys Software\Enterprise Distributed Technologies\edtFTPnet PRO or  in registry
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Did not find license subkeys Software\Enterprise Distributed Technologies\edtFTPnet PRO or  in registry
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Looking for subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO (fallback )
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Found license subkey Software\Enterprise Distributed Technologies\edtFTPnet PRO
DEBUG [LicenseProperties] 1 Sep 2016 11:54:26.989 :  Did not find license subkeys Software\Enterprise Distributed Technologies\edtFTPnet PRO or  in registry
DEBUG [CertificateStore] 1 Sep 2016 11:54:27.020 :  Valid PFX file
DEBUG [CertificateStore] 1 Sep 2016 11:54:27.020 :  Password valid - calling PFXImportCertStore
DEBUG [CertificateStore] 1 Sep 2016 11:54:27.036 :  Successfully imported the PFX file
DEBUG [SFTPMessageStore] 1 Sep 2016 11:54:27.036 :  Set timeout=300000
INFO [LicenseProperties] 1 Sep 2016 11:54:27.036 :  Licence expiry date: 12/31/9999
INFO [LicenseProperties] 1 Sep 2016 11:54:27.036 :  Production license
DEBUG [FTPConnection] 1 Sep 2016 11:54:27.036 :  Set LocalDirectory='c:\windows\system32\inetsrv'
DEBUG [SecureFTPConnection] 1 Sep 2016 11:54:27.036 :  Set LocalDirectory to c:\windows\system32\inetsrv
INFO [LicenseProperties] 1 Sep 2016 11:54:27.036 :  Licence expiry date: 12/31/9999
INFO [LicenseProperties] 1 Sep 2016 11:54:27.036 :  Production license
DEBUG [SSLFTPClient] 1 Sep 2016 11:54:27.036 :  Connecting to uprod.mfe.mastercard.com:16021
DEBUG [SSLFTPControlSocket] 1 Sep 2016 11:54:27.036 :  waitOnShutdownSSL=True
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.036 :  ChangeSecurityProtocol: None
DEBUG [ExFTPControlSocket] 1 Sep 2016 11:54:27.036 :  Created control-socket: SocksContext=, ProxySettings=NoProxy, RemoteHost=uprod.mfe.mastercard.com, controlPort=16021, timeout=300000
DEBUG [FTPControlSocket] 1 Sep 2016 11:54:27.036 :  StrictReturnCodes=False
DEBUG [HostNameResolver] 1 Sep 2016 11:54:27.036 :  Resolving uprod.mfe.mastercard.com
DEBUG [HostNameResolver] 1 Sep 2016 11:54:27.176 :  Obtained 1 addresses
DEBUG [HostNameResolver] 1 Sep 2016 11:54:27.176 :  IP address: 12.22.155.208
DEBUG [HostNameResolver] 1 Sep 2016 11:54:27.176 :  uprod.mfe.mastercard.com resolved to 12.22.155.208
DEBUG [ExFTPControlSocket] 1 Sep 2016 11:54:27.176 :  Connecting directly to ftp-server uprod.mfe.mastercard.com:16021
INFO [SSLFTPSocket] 1 Sep 2016 11:54:27.176 :  Connecting to 12.22.155.208:16021 with timeout 300000 ms
DEBUG [SSLFTPSocket] 1 Sep 2016 11:54:27.301 :  Successfully connected to 12.22.155.208:16021
DEBUG [FTPControlSocket] 1 Sep 2016 11:54:27.301 :  Setting socket timeout=300000
DEBUG [FTPControlSocket] 1 Sep 2016 11:54:27.301 :  SetSocketTimeout: 300000
INFO [FTPControlSocket] 1 Sep 2016 11:54:27.301 :  Command encoding=System.Text.SBCSCodePageEncoding
DEBUG [FTPControlSocket] 1 Sep 2016 11:54:27.442 :  220 uprod.mfe.mastercard.com FTP server (SecureTransport 5.2.1) ready.
DEBUG [FTPControlSocket] 1 Sep 2016 11:54:27.442 :  ---> AUTH TLS
DEBUG [FTPControlSocket] 1 Sep 2016 11:54:27.582 :  234 SSLv23/TLSv1
DEBUG [SSLFTPControlSocket] 1 Sep 2016 11:54:27.582 :  Beginning Ssl3, Tls1, Tls11, Tls12 handshake.
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.582 :  ChangeSecurityProtocol: Ssl3, Tls1, Tls11, Tls12
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.582 :  Initiating handshake
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.582 :  Doing synchronous handshake
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.582 :  Timeout used for monitor waiting for handshake completion: 300000
DEBUG [CompatibilityLayer] 1 Sep 2016 11:54:27.582 : FTPConnection.3 Local min SSL version: 3.0, max SSL version: 3.3
DEBUG [SocketController] 1 Sep 2016 11:54:27.723 : FTPConnection.3 Processing hello
DEBUG [CompatibilityLayer] 1 Sep 2016 11:54:27.723 : FTPConnection.3 Remote SSL version: 3.3
DEBUG [ClientHandshakeLayer] 1 Sep 2016 11:54:27.864 : FTPConnection.3 [Sha512, Ecdsa]; [Sha512, Rsa]; [Sha384, Ecdsa]; [Sha384, Rsa]; [Sha256, Ecdsa]; [Sha256, Rsa]; [Sha224, Ecdsa]; [Sha224, Rsa]; [Sha1, Ecdsa]; [Sha1, Rsa]; [Sha1, Dsa]; [Md5, Rsa]
ERROR [SocketController] 1 Sep 2016 11:54:27.864 : FTPConnection.3 OnReceive - caught exception - closing: Unable to create the SHA-MD5 hash.
DEBUG [SocketController] 1 Sep 2016 11:54:27.864 : FTPConnection.3 CloseConnection(e=Unable to create the SHA-MD5 hash.)
DEBUG [SocketController] 1 Sep 2016 11:54:27.864 : FTPConnection.3 Shut down socket
DEBUG [SocketController] 1 Sep 2016 11:54:27.864 : FTPConnection.3 Closed socket
DEBUG [TransferBuffer] 1 Sep 2016 11:54:27.864 : FTPConnection.3 Close() called when open
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.864 : FTPConnection.3 OnHandshakeComplete(False,Unable to create the SHA-MD5 hash.)
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.864 : FTPConnection.3 OnHandshakeComplete - in lock
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.864 : FTPConnection.3 OnHandshakeComplete - exiting lock
DEBUG [SecureSocket] 1 Sep 2016 11:54:27.864 : FTPConnection.3 OnHandshakeComplete - exit
ERROR [SecureSocket] 1 Sep 2016 11:54:27.864 :  Exception during handshake: Unable to create the SHA-MD5 hash.
DEBUG [SocketController] 1 Sep 2016 11:57:18.323 : FTPConnection.3 Dispose()
DEBUG [SocketController] 1 Sep 2016 11:57:18.323 : FTPConnection.3 CloseConnection(e=null)
by (161k points)
Please open a support ticket here:  http://enterprisedt.com/support/open.php

1 Answer

0 votes
by (161k points)
This question requires contacting support.

Categories

...