Zak Mc Kracken
2016-06-22 19:41:46 UTC
Hi all,
thank you to the developers of davmail for having written this very good
software, which I'd like to use to get rid of rubbish proprietary protocols.
I've set up the .war server application, everything works fine without
SSL, when I set up SSL: Thunderbird works, both with IMAP/SMTP and
calDAV, but iCal doesn't work, when I try to create a new user, every
- '-Dsun.security.ssl.allowUnsafeRenegotiation=true'
- '-Dhttps.protocols=TLSv1.1,TLSv1.2'
- Java Unlimited Strength extension (http://goo.gl/KE7Xe)
- import of davmail certificate into Java CA keystore
(http://goo.gl/z7rVlP)
None worked. Now I suspect it is a problem in the interaction between
iCal and davmail (because TB works).
Any ideas?
Thanks in advance for any the help
Marco
thank you to the developers of davmail for having written this very good
software, which I'd like to use to get rid of rubbish proprietary protocols.
I've set up the .war server application, everything works fine without
SSL, when I set up SSL: Thunderbird works, both with IMAP/SMTP and
calDAV, but iCal doesn't work, when I try to create a new user, every
2016-06-22 20:39:18,009 ERROR [CaldavConnection-46108] davmail -
Remote host closed connection during handshake
javax.net.ssl.SSLHandshakeException: Remote host closed connection
during handshake
at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
at
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:928)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:71)
at java.io.FilterInputStream.read(FilterInputStream.java:83)
at java.io.PushbackInputStream.read(PushbackInputStream.java:139)
at
davmail.AbstractConnection$LineReaderInputStream.readLine(AbstractConnection.java:56)
at
davmail.AbstractConnection.readClient(AbstractConnection.java:219)
at davmail.caldav.CaldavConnection.run(CaldavConnection.java:146)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:505)
at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
... 9 more
2016-06-22 20:40:22,929 WARN [ImapConnection-55930]
davmail.imap.ImapConnection - Client closed connection
I've tried several solutions find out in Internet:Remote host closed connection during handshake
javax.net.ssl.SSLHandshakeException: Remote host closed connection
during handshake
at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
at
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:928)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:71)
at java.io.FilterInputStream.read(FilterInputStream.java:83)
at java.io.PushbackInputStream.read(PushbackInputStream.java:139)
at
davmail.AbstractConnection$LineReaderInputStream.readLine(AbstractConnection.java:56)
at
davmail.AbstractConnection.readClient(AbstractConnection.java:219)
at davmail.caldav.CaldavConnection.run(CaldavConnection.java:146)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:505)
at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
... 9 more
2016-06-22 20:40:22,929 WARN [ImapConnection-55930]
davmail.imap.ImapConnection - Client closed connection
- '-Dsun.security.ssl.allowUnsafeRenegotiation=true'
- '-Dhttps.protocols=TLSv1.1,TLSv1.2'
- Java Unlimited Strength extension (http://goo.gl/KE7Xe)
- import of davmail certificate into Java CA keystore
(http://goo.gl/z7rVlP)
None worked. Now I suspect it is a problem in the interaction between
iCal and davmail (because TB works).
Any ideas?
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
And my iCal is 8.0 (2092.3)Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
Thanks in advance for any the help
Marco