add-circle-bold add-circle add-square add alarm-bell-1 alert-diamond analytics-pie-2 archive archive arrow-down-1 arrow-down-2 arrow-left-1 arrow-right-1 arrow-up-1 attachment-1 bin-paper-1 book-star button-record check-1 check-circle-1 close close-quote close cog-1 cog common-file-stack copy-paste credit-card-1 diagram-fall-down disable time-clock-midnight download-thick-bottom drawer-send envelope-letter envelope-letter expand-6 expand-6 file-code filter-1 floppy-disk flying-insect-honey folder-file-1 headphones-customer-support hierarchy-9 hyperlink-2 information-circle keyboard-arrow-down keyboard-arrow-up layout-module-1 list-bullets lock-2 lock-unlock-1 love-it messages-bubble-square move-to-top multiple-circle multiple-neutral-1 multiple-users-1 navigation-menu-horizontal navigation-menu network-browser open-quote pencil-1 pencil-write pencil-1 print-text rating-star rating-star remove-circle remove-square-1 search send-email-1 shield-warning single-neutral-actions single-neutral smiley-sad-1 smiley-unhappy smiley-indifferent smiley-smile-1_1 smiley-happy smiley-sad-1 smiley-unhappy smiley-indifferent smiley-happy smiley-thrilled social-media-twitter synchronize-arrows-1 tags-double ticket-1 ticket-1 time-clock-circle undo view-1 view-off view wench

Configure the Checkup Report to Send using TLS version 1.2 Encryption

The Checkup Report tab of Archive Manager Properties page may be configured to send the checkup report using encrypted email via the TLS version 1 protocol. If desired, encryption can be enabled using TLS version 1.2.

An SMTP server will accept email using TLS version 1 using the following settings on the Checkup Report tab of the Archive Manager properties page:

Sender: [a valid email address]

Port: 587

Use secure connection checkbox checked

Sender Password (optional): [password entered]

To send the checkup report using TLS version 1.2 instead, set the checkup report settings above, and then follow these additional steps to enable TLSv1.2 on the computer hosting the software.

1. Check the version of .NET Framework installed on the computer. NET Framework 4.6.2 and later versions support TLS 1.1 and TLS 1.2. If needed, download and install a version of .NET Framework that supports TLS 1.1 and TLS 1.2 Downloads available here: https://dotnet.microsoft.com/download/dotnet-framework For more information, refer to the KB linked below.  Important: Leave .NET Framework 3.5 installed. The DATASTOR software depends upon this installation, which includes .NET Framework 2.0.

2. If running Windows 2012, Windows 7 or an earlier operating system, enable WINHTTP. This step follows the KB linked below in the section "Update Windows and WinHTTP". Copy the registry entry below:

Windows Registry Editor Version 5.00

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\
      DefaultSecureProtocols = (DWORD): 0xAA0
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\
      DefaultSecureProtocols = (DWORD): 0xAA0

Paste the entry into notepad and save with a .REG extension to create a standard REG file. Double click the file to import the entries. For 2012 R2 and later operating systems, this step is not required.

3. Configure strong cryptography. Again, just use the REG entries in the KB, or copy them below.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
      "SystemDefaultTlsVersions" = dword:00000001
      "SchUseStrongCrypto" = dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
      "SystemDefaultTlsVersions" = dword:00000001
      "SchUseStrongCrypto" = dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727]
      "SystemDefaultTlsVersions" = dword:00000001
      "SchUseStrongCrypto" = dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
      "SystemDefaultTlsVersions" = dword:00000001
      "SchUseStrongCrypto" = dword:00000001

Paste the entry into notepad and save with a .REG extension to create a standard REG file. Double click the file to import the entries.

4. Reboot

Reference  Microsoft KB https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2-client

A packet sniffing application may be used to confirm communication with an SMTP server on port 587 using protocol TLSv1.2,