Problem to access calendar through Davmail
-
Hello,
I try to connect to my Exchange calendar (in read and write mode) through Caldav using Davmail.
It's a thing I've already done with Android and Thunderbird. But with Vivaldi, I get this error message:
Service CalDAV non trouvé : https://mydomain.tld:1080
(CalDAV service not found)Server side, I get an error message which is related to SSL:
2022-08-10 12:58:36,124 ERROR [CaldavConnection-24362] davmail - Received fatal alert: certificate_unknown javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:340) at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:186) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:456) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:921) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1012) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:972) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:83) at java.base/java.io.PushbackInputStream.read(PushbackInputStream.java:136) at davmail.AbstractConnection$LineReaderInputStream.readLine(AbstractConnection.java:57) at davmail.AbstractConnection.readClient(AbstractConnection.java:225) at davmail.caldav.CaldavConnection.run(CaldavConnection.java:147)
Don't really understand why I get this error message only with Vivaldi…
Thanks
-
@jlnbdt Thanks for reporting.
I just tested with DavMail Gateway running on my Windows desktop.
Used this base URL in vivaldi:
http://localhost:1080/users/[email protected]/calendarInstructions here:
http://davmail.sourceforge.net/thunderbirdcalendarsetup.htmlWas able to log in, and create events without problems.
Is this still an issue for you?