Skip to content

Commit

Permalink
#277: fix for ssl3 POODLE issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jan 20, 2015
1 parent 5877fd0 commit 0820f8d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ class AgentMain implements LifecycleListener, Configurable

params.add('defaultThreads',
Config.getOptionalString(_config, "${prefix}.agent.rest.server.defaultThreads", '3'))

params.add('disabledProtocols', 'SSLv2Hello SSLv3')

def server = restServerFactory.createRestServer(true, address, port)
server.setContext(serverContext)
Expand Down

0 comments on commit 0820f8d

Please sign in to comment.