Skip to content

Commit

Permalink
Fix for poodle vulnerability; ChangeId: I9432d035eb59b1ff53cb5d33350c…
Browse files Browse the repository at this point in the history
…d5f8063e077c; Closes-Bug: #1475392

Change-Id: I390a77261bc0d3257108c06951c79f1d2c3dadaa
  • Loading branch information
Varun Lodaya authored and Varun Lodaya committed Jul 16, 2015
1 parent 37353e1 commit b6b691b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ def _set_frontend(config):
port = config['vip']['port']
ssl = ''
if config['vip']['protocol'] == PROTO_HTTPS:
ssl = 'ssl crt %s' % config['ssl-crt']
ssl = 'ssl crt %s no-sslv3' % config['ssl-crt']
conf = [
'frontend %s' % config['vip']['id'],
'option tcplog',
Expand Down

0 comments on commit b6b691b

Please sign in to comment.