When developing ASP.NET Core web applications, it is common to interact with JWTs (JSON Web Tokens). Quite often you will want to validate JWTs and possibly even generate your own JWTs to secure API endpoints. However, it’s not always plain sailing when it comes to software development. After updating certain Microsoft NuGet packages to newer…
Tag: Error
InSecurity
When using a .NET application that communicates with a web server, you may encounter the following error. The request was aborted: Could not create SSL/TLS secure channel. This exception message typically indicates that a secure channel could not be created due to the client application failing to specify a cryptographic protocol that is supported by…