Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error code: SSL_ERROR_RX_RECORD_TOO_LONG Unable to redirect after recieving request token

When I run my application, it works up until the point where the page needs to redirect to another page and grab the url from the current page and use that token to authenticate.

 

At that point unfortunately, I receive an SSL error, page looked something like this:

unknown.png

 

I'm creating this application with NodeJS in Firefox

Best Answer
0 Votes
1 REPLY 1

Hi @StevenCopeland,

 

Are you using localhost as your redirect URI for users? The redirect URI you're using is fine for testing purposes, but won't work in a production environment. Localhost is not a URL that is external to the internet world that the public can access. You'll need to provide a valid redirect URI to your application to redirect your users back to after they grant consent to your application.

 

I hope this helps. Let me know if you have any additional questions.

Best Answer
0 Votes