Hello,
I try to setup the autodiscover function for outtlok and Thunderbird on cyberpanel mail domain.
Seting up some SVR to the domain works fine for Thunderbird.
After long testing and seaching I find out the the problem with outlook is the supported Cipher suite of the server is not compatible with outlook request. The returned error is: “Your server doesn’t support any cipher suites compatible with Microsoft 365 services.”
Microsoft request that a leasdt one of this cipher is allowed:
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_GCM_SHA256
How can I add one of these in the Cyberpanel config of my host ?
Thanks for your help
Best regards