When verifying an endpoint, you may run into some errors in the Redox dashboard. These errors originate from your system as a result of Redox sending the verification request with the verification token.
There are four main types of errors:
Destination endpoint is not available.
Production and staging applications must use HTTPS.
After clicking the Verify & Save button on the Endpoint > Settings page, you may receive an error with a 4XX
HTTP response code.
Why: This means that your system considered the verification request from Redox as invalid. It's possible that there's an error in your system configuration.
What should you do:
After clicking the Verify & Save button on the Endpoint > Settings page, you may receive an error code.
Why: This means that Redox couldn't actually deliver the verification request. It's possible that your system timed out or didn't respond to the verification request.
What should you do:
After clicking the Verify & Save button on the Endpoint > Settings page, you may receive an error message that says: Destination endpoint is not available.
Why: This means that the endpoint URL that you entered is being used for another dashboard organization.
What should you do:
After clicking the Verify & Save button on the Endpoint > Settings page, you may receive an error message that says: Production and staging applications must use HTTPS.
Why: This means that the endpoint URL is missing the "s" in https
.
What should you do:
https
of the endpoint URL.