Revision 1 posted to Content Management Wiki by Arturas Baranauskas on 7/11/2017 1:52:32 PM
Before the moving to TLS 1.2 make sure your SQL server supports this protocol and upgrade if needed:
https://support.microsoft.com/en-us/help/3135244/tls-1.2-support-for-microsoft-sql-server
Please make sure "SQL server Native Client 11.0" driver is available in "ODBC Data Source Administrator".
- Load certificate on the server that the clients will be connecting to. This would need to be the server that is in your ProjectWise Network Control Panel.
- Modify the dmskrnl.cfg to enable encryption and start PW Integration server in secure mode
- Uncomment SecureConnection=1
- Enter the cert namehere: SecureCertificateCommonName=CNfromCertificate)
- Download this application: https://www.nartac.com/Products/IISCrypto/Download
- Once installed Run IIS Crypto GUI version2.0, and select TLS 1.2 and make sure TLS 1.0 and TLS 1.1 are unselected.
- Hit apply
- Reboot the server this task was performed on.
- Re-create your ODBC connection using "SQL server Native Client 11.0" driver if it's on old driver or you will receive database communication error.