Posted On October 15, 2020

Microsoft Excel Error: The Request Was Aborted Could Not Create SSL/TLS Secure Channel

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Microsoft Excel Error: The Request Was Aborted Could Not Create SSL/TLS Secure Channel

Issue:

Eventvwr.exe > Applications and Services Logs > Microsoft Office Alerts

The request was aborted: Could not create SSL/TLS secure channel.
P1: 102036
P2: 16.0.10366.20016
P3:
P4: 0x800A03EC

Resolution:

Excel seems to be including the dotnet framework for web calls. Run these commands in PowerShell as Administrator and reboot thereafter:

# Enforce TLS1.2 on DotNet Framework on next reboot
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Implement Docker & Portainer

Prerequisites:OS: base image Centos 7 Create network bridge from command line: # Network: x.x.x.128/26 Range:…

Shoretel: Why do we need an inventory of MAC addresses?

Answer: systems such are Shoretel's licensing are dependent on the MAC address of the original…

How to Cramp For a Test

From my experience, the trick to memorizing 10,000+ questions and answers at the 90% accuracy…