Connection Refused from HTTP Post

Hello,

I am using v3.6 and trying to send HTTP Post through a webhook but I’m getting the error

ERROR: 'conn. OS reports: No connection could be made because the target machine actively refused it.

I’m able to send through postman but just not from q.

I’m just doing 

.Q.hp[$“:https://…”;.h.tyjson](.j.j raze (enlist (keys)!(values)))

So maybe this is something with SSL?

I have SSL_VERIFY_SERVER=NO and (-26!) shows

key valueSSLEAY_VERSION OpenSSL 1.0.2p 14 Aug 2018SSL_CERT_FILE C:\..SSL_CA_CERT_FILE D:\..SSL_CA_CERT_PATH D:\..SSL_KEY_FILE C:\..SSL_CIPHER_LIST ....SSL_VERIFY_CLIENT NOSSL_VERIFY_SERVER NO

Any ideas? thanks