Open esabol opened 13 hours ago
Found some information
I think davmail-6.2.2-3546-windows-standalone\jre\conf\security\java.security
could somehow modified...
But did not get it, what to change.
I don't know if it would help or not, but maybe just add , "TLSv1.3"
to the SUPPORTED_PROTOCOLS
array here: https://github.com/mguessan/davmail/blob/2938a7bc37c280fe072c235914bb8e644d9a18d6/src/java/davmail/http/HttpClientAdapter.java#L75
perhaps in intermediate time one can use STUNNEL (https://www.stunnel.org/docs.html) to "translate" TLSv1.2 to TLSv1.3
Thunderbird <=> DavMail <=> STUNNEL <=> OWA
CalDav TLSv1.2 TLSv1.3
localhost localhost localhost <=> server
@ifrh wrote:
Originally posted by @ifrh in https://github.com/mguessan/davmail/issues/374#issuecomment-2518698578