# Connection Refused from HTTP Post

**URL:** https://forum.kx.com/t/connection-refused-from-http-post/11898
**Category:** Community Support
**Tags:** kdb-and-q
**Created:** [April 25, 2019, 6:49pm UTC](https://forum.kx.com/t/connection-refused-from-http-post/11898 "2019-04-25T18:49:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hoffmanroni1](https://avatars.discourse-cdn.com/v4/letter/h/8dc957/32.png) [@hoffmanroni1](https://forum.kx.com/u/hoffmanroni1)
#### Post date: [April 25, 2019, 6:49pm UTC](https://forum.kx.com/t/connection-refused-from-http-post/11898/1 "2019-04-25T18:49:00Z")

</div>

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&nbsp;

`.Q.hp[`$“:https://…”;.h.ty`json](.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
