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
lescclarkcpdlescclarkcpd 

SSL Error

Hi

 

I get the following error in Chrome when initially trying to authentiate a user in my portal, this is in my sandbox & not production.

 

This is probably not the site that you are looking for!
You attempted to reach xxxx.sandbox1.cs7.force.com, but instead you actually reached a server identifying itself as *.cs7.force.com. This may be caused by a misconfiguration on the server or by something more serious. An attacker on your network could be trying to get you to visit a fake (and potentially harmful) version of xxxx.sandbox1.cs7.force.com. You should not proceed.
Am I right in saying that this will not happen when in my production environment, if not whats the fix ?

Ryan-GuestRyan-Guest

Force.com Sites don't support SSL fully in sandbox.

 

In production, as long as you use the .secure.force.com domain name you should not see this error.

KapilCKapilC

HI

 

You need to add this attribute on your page if you are taking inputs from vf page (username and password).

 

<apex:form  forceSSL="true">

 

[If you got answer from my post please mark it as solution.]

 

Thanks,

Kc

BuntyBunty

Make sure the URL contain https not http