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
RavikRavik 

Salesforce.com Site is giving error in Internet exploer and Chorme browser

Hi,

Salesforce.com Site is giving error in Internet exploer and Chorme browser with SSL Certificate issue when we tried to login but it works in Mozilla browser. Please help me this issue, since we are reaching the deadline of my developement.

Thanks,

Ravikumar Katragunta

RavikRavik

We are using *cs4.force.com and we are getting the error in Internet explorer and chrome browser. but we are able to add the exception in Mozilla browser.

 

Thanks,

RaviK

sjain1.2523113033806995E12sjain1.2523113033806995E12

Hi,

 You must be use forceSSL="true" property bind with the apex:form by this way:

 <apex:form id="document" forceSSL="true">

Ryan-GuestRyan-Guest

Sandbox organizations to not have valid SSL certificates. You'll need to add exceptions to your browser.

RavikRavik

Hi Ryan,

Some how i am not able to add the exception in IE, Chrome. please let me know how i can add the exception.

 

Thanks,

Ravi

RavikRavik

Hi Ryan,

Thanks for url. i am still getting error even i added the exception in Internet Explorer. please help me.

 

Thanks,

Ravi

joshbirkjoshbirk

I haven't tested 9, but Internet Explorer has been very, very stubborn about this message.

 

From here: http://msdn.microsoft.com/en-us/library/bb250503(v=vs.85).aspx

 

This might help:

 

You can disable this feature by unchecking the Check for server certificate revocation checkbox in the Security section of theAdvanced tab of the Internet Control Panel.

 

Though that is a doc for 7. 

 

Should be noted this is happens in sandboxes, but not production orgs.