Selecting SSL/TLS Support
- Last Updated: April 8, 2022
- 4 minute read
- MOVEit Transfer
- Version 2022
- Documentation
MOVEit verwenden den integrierten TLS/SSL-Sicherheitsanbieter von Microsoft (Schannel.dll). In allen unterstützten Windows-Versionen sind standardmäßig mehrere verfügbare Protokolle und Optionen für die Verschlüsselungssammlung aktiviert. Nicht alle davon werden Ihre Sicherheits- und Compliance-Anforderungen erfüllen. So ist beispielsweise das erheblich ältere SSLv2-Protokoll standardmäßig auf dem Server aktiviert, aber nicht für PCI-konforme Webanwendungen zulässig. Wichtig ist, dass Sie die richtige Mischung aus starken Verschlüsselungsmethoden und akzeptabler Clientunterstützung wählen.
SSL Tab
In the Configure MOVEit Transfer program, you can use the SSL tab to select the cipher suites and SSL versions that can be used when establishing an SSL session. To run the configuration program, use the Start menu shortcut MOVEit Transfer Config.

Auswählen der SSL-Verschlüsselungsmethoden
Im Abschnitt „SSH Cipher Suites“ (SSH-Chiffrensätze) können Sie die zulässigen Chiffrensätze auswählen und ihre Reihenfolge festlegen. Ein Chiffrensatz ist eine benannte Kombination aus Authentifizierung, Verschlüsselung und MAC-Algorithmen (Message Authentication Code, Nachrichtenauthentifizierungscode), mit denen die Sicherheitseinstellungen ausgehandelt werden. Standardmäßig sind alle im Windows-Betriebssystem aktivierten Verschlüsselungssammlungen aktiviert.
Mit dem Kontrollkästchen Enabled (Aktiviert) können Sie einen Eintrag aktivieren oder deaktivieren.
Die Priorität der Einträge richtet sich nach deren Reihenfolge in der Liste, wobei der oberste Eintrag die höchste Priorität hat. Sie können die Einträge mit den Pfeiltasten nach oben oder unten verschieben. Selbst wenn Sie schwächere Verschlüsselungssammlungen zulassen müssen, sollten Sie die stärkeren Sammlungen stets an den Anfang der Liste stellen.
Auswählen von SSL-Versionen
SSL-Versionen werden unten auf der Registerkarte für die SSL-Konfiguration angezeigt. Die Standardauswahl beinhaltet SSL 2.0, SSL 3.0 und TLS 1.0. Die ausgewählten Versionen bestimmen, welche Verschlüsselungssammlungen verfügbar sind.
Mithilfe der Kontrollkästchen können Sie Versionen aktivieren oder deaktivieren.
How to Test SSL Changes
To test SSL changes, first obtain a copy of OpenSSL. You can get OpenSSL.exe from the OpenSSL Project. See the following examples.
Type the commands that are shown in purple. Look for the results in red.)
Using OpenSSL to verify SSL 3 is running on a remote server
This test was performed against our moveit.stdnet.com support server. It shows that a connection using SSL version 3, using a negotiated symmetric encryption algorithm called "RC4" and a "hash" algorithm called "MD5".
D:\OSOmissions>openssl s_client -connect moveit.stdnet.com:443 -ssl3
Loading 'screen' into random state - done
CONNECTED(000002AC)
depth=0 /C=US/ST=Wisconsin/L=Madison/O=Standard Networks/OU=MOVEit Site/CN=movei
t.stdnet.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=US/ST=Wisconsin/L=Madison/O=Standard Networks/OU=MOVEit Site/CN=movei
t.stdnet.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=US/ST=Wisconsin/L=Madison/O=Standard Networks/OU=MOVEit Site/CN=movei
t.stdnet.com
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
0 s:/C=US/ST=Wisconsin/L=Madison/O=Standard Networks/OU=MOVEit Site/CN=moveit.s
tdnet.com
i:/C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification S
ervices Division/CN=Thawte Server CA/emailAddress=server-certs@thawte.com
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIC5DCCAk2gAwIBAgIDCeniMA0GCSqGSIb3DQEBBAUAMIHEMQswCQYDVQQGEwJa
QTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xHTAb
BgNVBAoTFFRoYXd0ZSBDb25zdWx0aW5nIGNjMSgwJgYDVQQLEx9DZXJ0aWZpY2F0
aW9uIFNlcnZpY2VzIERpdmlzaW9uMRkwFwYDVQQDExBUaGF3dGUgU2VydmVyIENB
MSYwJAYJKoZIhvcNAQkBFhdzZXJ2ZXItY2VydHNAdGhhd3RlLmNvbTAeFw0wMzAx
MTQxOTI0MDlaFw0wNTAyMDcyMjA0MThaMIGBMQswCQYDVQQGEwJVUzESMBAGA1UE
CBMJV2lzY29uc2luMRAwDgYDVQQHEwdNYWRpc29uMRowGAYDVQQKExFTdGFuZGFy
ZCBOZXR3b3JrczEUMBIGA1UECxMLTU9WRWl0IFNpdGUxGjAYBgNVBAMTEW1vdmVp
dC5zdGRuZXQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCncZmY8wgl
6avPENjI3b7CDrIBVVYlBXs8eA+dZGXBQ6NfS2pP3bAG2Mi4atFp49EY4WKwz/CV
tyrPeTdyZOxkuIZkiC5wH+iAFJg3J6DwpzkkVPMI4lXxiOnd6cke4ZZupwUPR/4R
w/CW2WWClQlELxv2FgOzEkqFPazzpMEWcQIDAQABoyUwIzATBgNVHSUEDDAKBggr
BgEFBQcDATAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAK7JtOFt5fW3
fEBc14waYvuzKVTSh+zBuskRSVt3C4uUtxLqMBbswUmx3n29TpHInmNoL+iXZJz2
IZEaGkMwLMXJxB0MwD19mlrK9EhZDAOI9ZUNWnZ+1gWep4SpFODFP7UOSzuU0s1z
34xKpkqtN3nzR5iRkSEZU7nxPyl29CM0
-----END CERTIFICATE-----
subject=/C=US/ST=Wisconsin/L=Madison/O=Standard Networks/OU=MOVEit Site/CN=movei
t.stdnet.com
issuer=/C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification
Services Division/CN=Thawte Server CA/emailAddress=server-certs@thawte.com
---
No client certificate CA names sent
---
SSL handshake has read 904 bytes and written 304 bytes
---
New, TLSv1/SSLv3, Cipher is RC4-MD5
Server public key is 1024 bit
SSL-Session:
Protocol : SSLv3
Cipher : RC4-MD5
Session-ID: F50400000B9D20B4B6D0605AE6BE88573A3A4D7503D861281CF0691B0FDAFC62
Session-ID-ctx:
Master-Key: B556889277515F16889D048A003B1C827BF0F7DF01E2EAEEE7BD45F518912B24
F1FE19762809BA770E215C8FFA99C330
Key-Arg : None
Start Time: 1075827324
Timeout : 7200 (sec)
Verify return code: 21 (unable to verify the first certificate)
---
(ctrl+c)
DONE
Using OpenSSL to verify SSL 3 is NOT running on a remote server
This test was performed against an internal IIS server after SSL3 was manually disabled.
D:\OSOmissions>openssl s_client -connect localhost:443 -ssl3
Loading 'screen' into random state - done
CONNECTED(000002AC)
1484:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:./ssl/s3
_pkt.c:529:
Logging SSL Connection Events and Errors to the Event Log
By default, Microsoft SSL only logs serious SSL connection errors to the event log. However, you can change the level of SSL connection information logged here by making a Windows registry change. First, make sure the following REG_DWORD registry entry exists. If it does not, add it.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\
SecurityProviders\SCHANNEL\EventLogging
One of the following values should be used in this field.
- 0 - No logging.
- 1 - Errors only. (Default)
- 3 - Errors and warnings.
- 7 - Errors, warnings and informational messages (e.g., every connection).
You must restart your computer for this value to take effect. Weitere Informationen finden Sie unterthe Microsoft Support site under the "How to enable schannel event logging" topic (#260729)