function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
System Administrator 463System Administrator 463 

Getting this internal server error while requesting for access token!

<html>
<head><title>An internal server error has occurred</title></head>
<body>
 
 
<div style="display:none;" id="errorTitle">An internal server error has occurred</div>
<div style="display:none;" id="errorDesc">An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact <a href="https://help.salesforce.com/apex/hthome">Salesforce Support</a>. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience. <br/><br/>Thank you again for your patience and assistance. And thanks for using salesforce.com!</div>
<table cellspacing=10>
<tr><td><span style="font-weight: bold; font-size: 12pt;">An internal server error has occurred</span></td></tr>
<tr><td>
An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact <a href="https://help.salesforce.com/apex/hthome">Salesforce Support</a>. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience. <br/><br/>Thank you again for your patience and assistance. And thanks for using salesforce.com!
<br><br>
Error ID: 974347146-18328 (925905458)
</td>
</tr>
<tr><td>
<br clear="all"><br><br>
 
 
</td></tr>
</table>
 
</td></tr>
</table>
 
 
 
</body>
</html>
 
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below link if you are running into the same error.

http://salesforce.stackexchange.com/questions/20559/what-is-the-use-of-setting-oauth-callback-url-as-https-login-salesforce-com-se
 
If you are still not able to resolve you can raise a case with Salesforce support using the link below.

https://help.salesforce.com/apex/HTViewSolution?id=000123530&language=en_US

Please accept my solution as Best Answer if my reply was helpful. It will make it available for other as the proper solution. If you felt I went above and beyond, you can give me kudos.
 
Thanks and Regards
Sandhya

 
Michael Adrian AlcazarMichael Adrian Alcazar
System Administrator 463, Just make sure that you have TLS 1.1 and 1.2 available 

Salesforce disabling TLS 1.0
https://help.salesforce.com/apex/HTViewSolution?id=000221207&language=en_US 

Please accept my solution as Best Answer if my reply was helpful. It will make it available for other as the proper solution., Thanks
Adrian