Version of Akka.NET? dev
Which Akka.NET Modules? Akka.Remote
- SslSettingsderived from- DotNettySslSetupis always being passed as the second nullable argument of- DotNettyTransportSettings.Create()
- This second argument is only being used as the second (default) argument of SslSettings.CreateOrDefault().
- The "ssl" HOCON configuration is guaranteed to exist, else the whole Akka remoting would fail because the default remoting configuration doesn't exist. This second SslSettings default argument value never gets used.