Anonymousprnt::Y
Click on images to see them in full screen

TLS 1.2

Many organisations need to switch to use TLS1.2. If you are one of these, follow these steps to enable TLS1.2 connections between the smsPULSE server and our SMS Gateway.

Prerequisites:
You must be running the smsPULSE server version 64bit 9.0.1FP10 or up. You can find the version code using the console.log file, at the very top.

Follow these steps:

  1. Find the notes.ini file of the smsPULSE server. It will be in the install directory
  2. Add a line that tells the server about the location of an options file. For example: JavaUserOptionsFile=C:\JVM\jvmOptions.txt
  3. Create the text file you listed above, and add the following text in it: https.protocols=TLSv1.2
  4. Restart the smsPULSE server and test it
Note: you can put the jvmOptions.txt file anywhere on the server.

The smsPULSE server should now connect using TLS1.2