person-setup-machine

Why does my connector successfully send data to my HTTP server, but fail to connect?

Why does my connector successfully send data to my HTTP server, but fail to connect?


Category: Connector Diagnostics

Your Network for the HTTP server may be incorrectly configured. The connector proxies HTTP requests at the application layer. If the HTTP server runs HTTPS/TLS, the Network must be configured to initiate an HTTPS/TLS connection, and it must trust the certificate presented by the server. Conversely, if the HTTP server is plaintext (unencrypted), but the connector is configured to expect TLS, it will fail to establish the connection.