Skip to content

When creating custom reports in Excel (Power Query), getting error "could not create ssl/tls secure channel" #1169

Discussion options

You must be logged in to vote

Reason

Your MS office version old and does not support latest encryption standards.

Solution

Using Registry Editor, add below registry keys

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

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

Note:

  1. Both the dword are 32 bit values.
  2. The exact .NETFramework version can be different in your case. But it should start with 4. Example: 4.x.xxxx
  3. This solution may not work with MS office 2013, Windows 7.

Technical Explanation

Ref: Mircosoft Support
The error is because Excel/PowerQuery in your case is using TLS1.0 and the Jamku API i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adarshmadrecha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
QA
Labels
None yet
1 participant