I am attempting to move the configuration for our web form reporting software to use Azure App Configuration. It works while on my local machine, but when I publish to our test environment, it returns a RequestFailedException: The request was aborted: Could not create SSL/TLS secure channel. I've upgrade all packages, and moved the solution to .NET 4.8. The problem occurs when attempting to navigate to the site, when the configBuilder attempts to get all values. It doesn't seem like anyone else has had quite this issue. So, any help on this would be greatly appreciated!