Just finished watching the talk: Building Microservices in .NET by Michael Montgomery.
Could not create SSL/TLS secure channel
While creating a client for a web service, I came across the following. The default response to any request sent from the clients was: ‘Could not create SSL/TLS secure channel.’.
Hello world
So, this would be the context. [code language=”csharp”] // And here is the snippet public Foo Bar() { return new Foo() } [/code] As simple as that!