diff --git a/src/ConsoleVaporClient.php b/src/ConsoleVaporClient.php index 6a9d9d2d..8f83934a 100644 --- a/src/ConsoleVaporClient.php +++ b/src/ConsoleVaporClient.php @@ -699,6 +699,7 @@ public function createBalancer($networkId, $name) { return $this->requestWithErrorHandling('post', '/api/networks/'.$networkId.'/load-balancers', [ 'name' => $name, + 'https_listener_ssl_policy' => 'ELBSecurityPolicy-TLS-1-2-Ext-2018-06', ]); }