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

Securing Windows Remote Desktop Services

secpol.msc > Local Policies > User Rights Assignments > double-click "Allow Log on through Remote…

Outlook: How to Reset & Rebuild Profile

Remove Existing Profile Run: control.exe > click on Mail Click on Show Profiles Click on…

How to Install Asterisk on Ubuntu

su[enter root password]cd /tempwget apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev…