I working with Nexmo sms notification. Nexmo will only support TLS 1.2 for all API/HTTPS request. How to check whether PRTG is using TLS 1.2?


Article Comments

Hello there,

I would recommend to use the SMS type notification instead of http action or execute program.

See also:

Sending SMS with Nexmo

Have you tried that?

Kind regards,

Erhard


May, 2018 - Permalink

Hi Erhard,

I tried, it works from the browser but failed to work when i place it at "Custom URL" we have proxy in our environment.


May, 2018 - Permalink

Just a quick update, we've found out what went wrong: The url contained white-spaces and when using the URL in a browser or with an HTTP Action notification, white-spaces are being substituted with %20, but this does not happen when configuring the url for sms delivery in "Setup | System Administration | Notification Delivery", but we got it working there as well after replacing white-spaces with %20 manually.

Kind regards,

Erhard


Jun, 2018 - Permalink