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

Windows Event ID 2017: Unable to collect NUMA physical memory utilization data

Issue: Log Name: ApplicationSource: Microsoft-Windows-PerfOSDate: 9/12/2018 7:47:38 AMEvent ID: 2017Task Category: NoneLevel: WarningKeywords: ClassicUser: N/AComputer:…

Fix DFS Replication Problems

1. Remove failed server from Replication Group 2. Right-click "System Volume Information" >> Properties >>…

Install FreePBX

Add port UDP 5060 NAT entry in firewallSet up new user (extension)Applications >> Extensions >>…