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

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,