* Less opinionated SSL defaults

This commit is contained in:
RobThree
2017-02-17 15:14:58 +01:00
parent 78a2d6e514
commit 0ebe1d69a6
-3
View File
@@ -27,9 +27,6 @@ class HttpTimeProvider implements ITimeProvider
'Connection: close',
'User-agent: TwoFactorAuth HttpTimeProvider (https://github.com/RobThree/TwoFactorAuth)'
)
),
'ssl' => array(
'verify_peer' => true
)
);
}