403 error from server SSIS package

We have an SSIS package which is running against a Cloudflare protected website. When developer runs the package locally it runs successfully. However, when the SSIS Server runs the package or tests the connection itself (Kingswaysoft HTTP connection) we get a 403 error - Cloudflare error id 88f0ca2f3bda15bb. Aside from the HTML for a page, the only descriptive thing I see in the error is that we need to enable cookies. I don’t understand this error.

Hi,

403 Cloudflare is an error that occurs when a client sends a request the origin is unable to authorize or process . The forbidden-error is an HTTP status code showing denied permissions.

When you see a 403 response that contains Cloudflare branding in the response body, this is the HTTP response code returned along with many of our security features:

Check out our post to fix this issue:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.