Skip to content

Commit

Permalink
brig-integration: Reinstate TLS verification by default
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Apr 24, 2024
1 parent 0140321 commit eba4000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/brig/test/integration/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runTests iConf brigOpts otherArgs = do
awsOpts = Opts.aws brigOpts
lg <- Logger.new Logger.defSettings -- TODO: use mkLogger'?
db <- defInitCassandra (brigOpts.cassandra) lg
mg <- initHttpManagerWithTLSConfig True Nothing
mg <- initHttpManagerWithTLSConfig False Nothing
let fedBrigClient = FedClient @'Brig mg (brig iConf)
emailAWSOpts <- parseEmailAWSOpts
awsEnv <- AWS.mkEnv lg awsOpts emailAWSOpts mg
Expand Down

0 comments on commit eba4000

Please sign in to comment.