Even when we include the betaeasy js file from the secure CDN:
https://dq14tx02jmrhj.cloudfront.net/betaeasy.js
It still pulls in insecure content. Here are couple of the resources loaded insecurely:
http://cdn.betaeasy.com/css/themes/badges/en/newbtn-6.png
http://cdn.betaeasy.com/images/close.png
If I override the getCdnUri function:
BetaEasy.getCdnUri = function() {
return 'https://dq14tx02jmrhj.cloudfront.net/';
};
It fixes some of the problem, but there are other areas still loading from the not secured site http://cdn.betaeasy.com :
http://cdn.betaeasy.com/js/Gettext.js
http://cdn.betaeasy.com/js/c.js
Our site is secured with a valid SSL certificate, but because of this problem, the various browsers are warning the end-user that the page is insecure because it is loading insecure content (pulled in from betaeasy).
Thank you for your feedback. Can you please email your website URL to contact@betaeasy.com?
Our engineer will check the code on your site.
We use BetaEasy for number of web-projects and didn't face any issues similar to one described. You can check https://app.shopping-cart-migration.com as an example
We do not support HTTPS for old-style form. If you'd like to have HTTPS-valid form please use new-style feedback form.
As far as I know you tried to use new form but it did not show tabs correctly in your site. We fixed it a few moments ago. Try again new form please.