Use a proxy for event handlers
StackState Self-hosted v5.1.x
Overview
Configure a proxy for event handlers
stackstate { ... } akka { http { ... client { proxy { https { host = "example-hostname" port = 443 } } } ... } }
See also
Last updated