mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
Revert Check connectivity on startup (issue with certificate handling)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@237 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
4a4e515c9c
commit
b7b1d96489
@ -77,13 +77,6 @@ public class DavGateway {
|
||||
|
||||
// register custom SSL Socket factory
|
||||
DavGatewaySSLProtocolSocketFactory.register();
|
||||
// check config
|
||||
try {
|
||||
ExchangeSessionFactory.checkConfig();
|
||||
} catch (IOException e) {
|
||||
DavGatewayTray.error(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected static void stopServer(AbstractServer server) {
|
||||
|
Loading…
Reference in New Issue
Block a user