Skip to content

Does this force TLS 1.0 ? #876

Answered by StingyJack
StingyJack asked this question in Q&A
Discussion options

You must be logged in to vote

So to summarize the problem (and so I can find this easier later), we could not connect from an Azure AppService WebJob to an Azure Kubernetes Service due to the AKS instance not providing a trustable cert and the AppService will only connect to sites with a cert it can trust.

Trying to do this resulted in "The request was aborted: Could not create SSL/TLS secure channel" errors.

The fix was to add an app setting (to the configuration blade in the app service) for WEBSITE_LOAD_USER_PROFILE with a value of 1. I cant find any documentation on what this setting actually does or how it ties into certificate handling other than maybe its allowing the user certificate store to be used, and that…

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by StingyJack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #454 on May 27, 2022 23:27.