localstack-dotnet-client
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?
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.