Hello,
I hope it's the best place to post...
I meet a problem with "BO Live Office" 4.1 SP7: I can't connect in HTTPS with TLS v1.2 to the "Tomcat 7.0.59" + "Java 8" server.
The /!\ bubble says something like "certicate not properly configured or cipher suite mismatch between client & server".
It works if I allow TLS v1.0 and we don't want clients to connect with such an old protocol (released in1999: quite obsolete!).
How can I configure "Tomcat 7", "Axis2"... to make "Live Office" connect with TLS v1.2 ?
Here is the present definition, perhaps partial, of the connector in "server.xml" that 'd like to be OK with "Live Office":
-----
<Connector | |
protocol="org.apache.coyote.http11.Http11AprProtocol" | |
port="443" | |
maxThreads="200" | |
scheme="https" | |
secure="true" | |
SSLEnabled="true" | |
SSLCertificateFile="C:\...\Java\xyz.crt" | |
SSLCertificateKeyFile="C:\...\Java\xyz.pem" | |
SSLVerifyClient="optional" | |
SSLProtocol="TLSv1.2"/> |
----
To get "Live Office" work in HTTPS, I have to change :
SSLProtocol="TLSv1.2"
into
SSLProtocol="TLSv1.0"
Thanks.
Regards,
Stephane.