Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Those of you using the new 5.7 initial download may run into an issue with SSL and not getting the full lock in the browser. Cause is a call to Code: <script src='https://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.min.js' language="javascript" type="text/javascript"></script>
located in /BVModules/Checkout/Checkout.aspx and other locations. My advice is to get a copy of jquery-1.3.2.min.js , save it in your scripts folder and adjust to fetch it locally. You could adjust the codebehind also if you wished to use the CDN SSL version when in SSL mode but not a biggie. |
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Further investigation I am finding a call to ajax.microsoft.com in the following files.
\www\Cart.aspx \www\SQLConnection.aspx \www\SqlPatch.aspx \www\BVAdmin\JQueryInclude.ascx.vb \www\BVModules\Checkouts\One Page Checkout\Checkout.aspx
Of issue are \www\BVAdmin\JQueryInclude.ascx.vb \www\BVModules\Checkouts\One Page Checkout\Checkout.aspx
So if you adjust to fetch local or change the call to https (for CDN) you should be set. |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Kim,
The call to the Microsoft Ajax site should be in HTTPS which should be secure. Can you provide more details on where you're not getting a full SSL lock?
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
The calls in the code are http ... Not sure now if on all but definitely \www\BVModules\Checkouts\One Page Checkout\Checkout.aspx |
|
|
|
|
Rank: Member
Joined: 4/10/2009(UTC) Posts: 120 Location: Mechanicsville, VA
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Confirmed in one page checkout...
<script src='http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.min.js' language="javascript" type="text/javascript"></script>
Easy fix. |
Tim
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
I just posted version 5.7.1 and a patch with just the changed files from 5.7.0 to 5.7.1. Very minor tweaks but it resolves these issues: https://accounts.bvcommerce.comhttp:// instead of https:// on one-page-checkout Problems with GettingStartedEmail.aspx redirects on first setup Audit Log not Recording Correctly
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.