localstack-dotnet-client icon indicating copy to clipboard operation
localstack-dotnet-client copied to clipboard

Should the ClientConfig UseHttp property be set to true or false based on the value of the Config::UseSsl entry?

Open Blind-Striker opened this issue 3 years ago • 0 comments

LocalStack USE_SSL environment variable is deprecated after 0.11.3. Each service endpoint now supports multiplexing HTTP/HTTPS traffic over the same port.

LocalStack.NET client always sets the UseHttp property of the ClientConfig to true.

We need to investigate it further.

Blind-Striker avatar Nov 27 '21 14:11 Blind-Striker