Faheem M. Ramjaun

Results 2 comments of Faheem M. Ramjaun

> I think the idea here is the currently active mode has that greenish color to stand out and signals that it is the current active one. I agree that...

this can be worked around on .NET 3.1 by initializing the channel credentials on the client settings ``` var settings = EventStoreClientSettings.Create("esdb://user:password@domain:port"); settings.ChannelCredentials = new SslCredentials(); ```