I’ve been reviewing the AKKA documentation, and it doesn’t explicitly state whether akka - remote.artery.ssl
can support multiple protocols in its configuration. For instance, setting protocol = ["TLSv1.2", "TLSv1.3"]
.
Does the AKKA framework support multiple protocols? Furthermore, what is the purpose of the enabledProtocols
setting, and does it allow for multiple protocols?
2 posts - 2 participants