
Naga KishoreI.14293 (Customer) asked a question.
Greetings,
I am working on a custom functionality where an OKTA workflow is used to connect to an external system using REST API. The API is sourced from a node JS application running on a windows server machine. I am able to test the API using postman. However, when I use the HTTP raw card to hit a POST request (https://domain:7788/api), I am getting an error while connecting. Can you please help me understand how the issues can be resolved.
"message": "client error (Connect)",
"description": "HTTP Error",
"module": "http.raw",
"retry_count": 0
We confirm the following:
- The App server is operational.
- API is working from Postman
Thank you

Just to clarify on the certificate portion. There is no option to turn off this check is Workflows. The certificate must be valid and cannot be self-signed. It is 100% required. However, Postman will allow you to connect to servers even if the certificate is bad. It will prompt you the first time it occurs and give you an option to disable/enable a setting permanently that allows you to connect to sites with bad certs.