Skip to content

Commit

Permalink
Merge pull request #93 from laravel/feat/uses-tls-12-only
Browse files Browse the repository at this point in the history
Updates default SSL policy of load balancers
  • Loading branch information
nunomaduro authored Nov 17, 2020
2 parents a260844 + 799d363 commit b5d8db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConsoleVaporClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]);
}

Expand Down

0 comments on commit b5d8db9

Please sign in to comment.