Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For this example we will leave the rest of the Connection tab settings default. Check Navigate to the SSL tab and check the Enable SSL checkbox and then click the Create Self-Signed Certificate button. This will generate a self-signed certificate and automatically assign it to the port configured previously. In production systems, you will be using 3rd-party purchased certificates (or ones generated by your security staff). In this case you should use the Choose Certificate File button to select a certificate.

...

Start your channel. We should now be able to send any message data by POSTing data to https://127.0.01:8485. You can test sending some messages by using the free Postman tool. Since we are using a self-signed certificate, we will need to disable certificate validation within Postman.

...