| Dart Home | PowerTCP FTP for .NET | Custom Development | Reply | PowerTCP FTP for .NET Topics | Forums |
| Author | Forum: PowerTCP FTP for .NET Topic: SSL authentificaction using certificate, private key and passphase |
| Opaco francisco.villanueva@ing-arrendadora.com.mx From: Garza Garcia, Mexico Posts: 7 Member Since: 01/16/06 |
posted January 16, 2006 2:24 PM Hi! Our FTPSecure Server require |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted January 17, 2006 9:51 AM I'm sorry, but I don't understand your question. Can you please rephrase it? |
| Opaco francisco.villanueva@ing-arrendadora.com.mx From: Garza Garcia, Mexico Posts: 7 Member Since: 01/16/06 |
posted January 18, 2006 12:00 PM Sorry! Our SecureFTPServer require certificates from connected clients, Our SecureFTPClient(developed by us using PowerTCP SecureFTP for .NET). We can't connected to Secure FTP Server (GlobalSCAPE), We create a Certificate with Private Key and Passphare, in the client-side I don't why can't connected to Server using the certificate created with the GlobalSCAPE |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted January 18, 2006 12:03 PM If the FTP server requires certificates, then they should have sent you one. Did they send you a .pfx file? If not how exactly did you get it? |
| Opaco francisco.villanueva@ing-arrendadora.com.mx From: Garza Garcia, Mexico Posts: 7 Member Since: 01/16/06 |
posted January 18, 2006 2:28 PM I just get crt file(certificate) created by Secure FTP Server and install the certificate in the client-side, when run my Secure FTP Client I select the certificate install in the client-side. The Secure FTP Server says me: "Connetion terminated by server during SSL handShake" Private Sub Ftp_CertificateRequested(ByVal sender As Object, ByVal e As System.EventArgs) Handles Ftp.CertificateRequested Dim certform As New CertificateListForm(True, True) certform.ShowDialog() Ftp.Certificate = certform.SelectedCertificate End Sub |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted January 18, 2006 2:34 PM You are probably not including the private key when you move the certificate. On the machine where you created the certificate, try exporting it to a pfx file with a password, then install the cert on the other machine using the pfx. |
| Opaco francisco.villanueva@ing-arrendadora.com.mx From: Garza Garcia, Mexico Posts: 7 Member Since: 01/16/06 |
posted January 19, 2006 2:00 PM how can i created .pfx file? We create certificate and private key with Secure FTP Server by GlobalSCAPE |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted January 19, 2006 2:05 PM Have you checked with Globalscape? As far as I know they use a proprietary method of storing the certificates. I am not positive that you can use it. When you contact them, tell them you need a way to export the certificate to a pfx file with a password or a way to get the certificate into the windows certificate store so that you can export it using the MMC. |
| Reply | PowerTCP FTP for .NET Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|