×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I did a QSH, typed "openssl" and it gave me a "OpenSSL>" prompt. I assume that means I have OpenSSL installed. I went to Google to try and figure out what to do with it (found this page here:
https://www.openssl.org/docs/apps/s_client.html).
I tried this command:
s_client -connect urlHere:21 -cert 'certificate Name Here'
Where "urlHere" is the URL of the FTP server I connect to, and "certificate Name Here" is the name of my certificate (as defined in DCM). The command gives an error saying it can't find my certificate.
-----Original Message-----
From: Scott Klement [mailto:midrange-l@xxxxxxxxxxxxxxxx]
Sent: Friday, June 26, 2015 3:12 PM
To: Midrange Systems Technical Discussion
Subject: Re: Where to find certificate info
Justin,
You can download the certificate (or just connect to the FTPS server) using the openssl command-line tool and it'll dump all of the certificate information to the screen. It is handy for debugging this sort of thing.
If you have OpenSSL installed in PASE, then you should have the command-line tool available there.
There's a Windows command-line version of openssl that you can grab from here if you don't want to fool with PASE:
http://www.scottklement.com/tools/openssl.exe
That Windows one is a very old version I threw on there a long time ago
(2007) so it may not be the best choice.
-SK
On 6/26/2015 3:05 PM, Justin Taylor wrote:
I've been asked what version of TLS and cipher a certain FTPS certificate uses. I found the particular certificate in DCM, but it doesn't show that info. I tried exporting the certificate to a stream file, but Windows doesn't recognize the certificate.
Any idea how I can find out these two pieces of info?
As an Amazon Associate we earn from qualifying purchases.