It's failing because you are using a self-signed cert on your Solarwinds server. Passing the -k flag tells curl to trust all connections, regardless of the cert. That's why the connection works using the example your provided, but not with the add-on. You can either get a cert signed by a certificate authority or configure your server to accept insecure (http) connections (not advised).
... View more