https.request() errors

SSS_INVALID_HOST_CERT :

The client and server could not negotiate the desired level of security. The connection is no longer usable.

You may also receive this error if the domain name in the options.url parameter is spelled incorrectly or does not use valid syntax. Verify that the domain name:

  • Has 63 or fewer characters
  • Contains alphanumeric characters (a-z, A-Z, 0-9) or hyphens
  • Starts with a letter
  • Ends with a letter or digit

SSS_INVALID_URL :

An invalid URL is specified in the options.url parameter.

SSS_MISSING_REQD_ARGUMENT :

The options.method or options.url parameter is not specified.

SSS_REQUEST_LOOP_DETECTED :

A script is calling back into itself recursively using an HTTP/HTTPS request.

Leave a comment

Your email address will not be published. Required fields are marked *