Skip to content

Commit

Permalink
fix(amazon): remove listener certs when switching to HTTP (#5310)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored and Justin Reynolds committed May 11, 2018
1 parent 6249b86 commit b19bfb8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -126,6 +126,7 @@ class ALBListenersImpl extends React.Component<
}
if (listener.protocol === 'HTTP') {
listener.port = 80;
listener.certificates.length = 0;
}
this.updateListeners();
}
Expand Down

0 comments on commit b19bfb8

Please sign in to comment.