Home Forums Report Bugs https connection is dead/timing out Reply To: https connection is dead/timing out

#15282

That’s great news, Bivek, thank you.

Just to clarify:

1. Paste https://cdnjs.cloudflare.com/ajax/libs/canvasjs/1.7.0/canvasjs.js in a new tab, in Chrome. Then look at the address bar, you’ll see “Secure”, the lock icon and “Secure connection”in the related popup. That’s proper SSL.

2. Do this again with https://cdn.canvasjs.com/canvasjs.min.js. The address bar shows no “Secure”. Expand the info popup and you’ll see “Your connection to this site is not secure”. That’s because on your site SSL is implemented as a redirect. HTTPS is immediately redirected to HTTP, which is not the proper way to do it (there should be a hard, server-side, redirect, with no browser URL change). Browsers and other apps will see no SSL in fact there.

Cheers,
Cristian

  • This reply was modified 6 years, 9 months ago by Cristi S..