Skip to content

SslSettings derived from DotNettySslSetup might never actually gets applied #7917

@Arkatufus

Description

@Arkatufus

Version of Akka.NET? dev
Which Akka.NET Modules? Akka.Remote

  • SslSettings derived from DotNettySslSetup is 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions