Skip to content

Commit b5d8db9

Browse files
authored
Merge pull request #93 from laravel/feat/uses-tls-12-only
Updates default SSL policy of load balancers
2 parents a260844 + 799d363 commit b5d8db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConsoleVaporClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ public function createBalancer($networkId, $name)
699699
{
700700
return $this->requestWithErrorHandling('post', '/api/networks/'.$networkId.'/load-balancers', [
701701
'name' => $name,
702+
'https_listener_ssl_policy' => 'ELBSecurityPolicy-TLS-1-2-Ext-2018-06',
702703
]);
703704
}
704705

0 commit comments

Comments
 (0)