Yes, Exchange Reporter Plus supports TLS v1.2. You can configure Exchange Reporter Plus to use this protocol exclusively by following the steps mentioned below. Please ensure that you have enabled SSL and apply an SSL certificate in Exchange Reporter Plus.
The following steps will vary based on the database you are using for the product.
wrapper.java.additional.xx=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 to
wrapper.java.additional.xx=-Dhttps.protocols=TLSv1.2
Note: xx represents any integer; do not change it.
Before you proceed, check if your current installation of MS SQL Server supports TLS v1.2. If not, update your instance with the service pack here.
Please note that to associate an SSL certificate to the MS SQL server, the certificate needs to be imported to the Personal Certificate Store.
Steps to import the certificate to the Personal Certificate Store
Change 'url=jdbc:jtds:sqlserver://<server-name>:1434/DB6653_2;ssl=request' to 'url=jdbc:jtds:sqlserver://<server-name>:1434/DB6653_2;ssl=require/authenticate'
- In <installation_dir>/conf/wrapper.conf,
Search for wrapper.java.additional
Note: xx represents any integer; do not change it.
<installation_dir>/conf/server.xml
In the Connector tag, remove TLSv1 and TLSv1.1 from sslEnabledProtocols, leaving only TLSv1.2 in the value.
If you need further assistance or information, please get in touch with us at support@exchangereporterplus.com
Fill this form, and we'll contact you rightaway.
Our technical support team will get in touch with you at the earliest."