|
|
After installing an SSL, a commmon subsequent issue (in most modern browsers) is the the dreaded "Connection Partially Encrypted" warning.

The error suggested there are unsecured assets/content ieing pulled remotely on the site in secure mode (HTTPS). For example, if the site is hosted with AUSWEB and you have are sourcing images and/or scripts on another unsecured domain.
How to resolve:
- Transfer all offending links/resources (remote content) into the secure area also, or remove them to see if it solves your problem.
- Use a javascript if/else to check if https is on, and request the correct version. You can see how Google analytics handles this here: http://www.google.com/support/analytics/bin/answer.py?answer=55483
- Use a plugin/addon for your CMS such as the Wordpress HTTPS
Hint: You can source common javascript libraries (jQuery, Mootools, Prototype) from Google's CDN as it supports HTTPS.
- Articles In This Category
- More from this CategoryTutorials > Website Security/Upgrade IssuesSSL Security Protection Tips Without applying extra efforts to your connection on the internet you are wandering around an unsecured environment. Befo...Tutorials > Website Security/Upgrade IssuesIn addition to understanding the threats, and implementing general defensive strategies, it is important to know more specific details about security...Tutorials > Website Security/Upgrade IssuesAUSWEBs new server security policies require PHP safe-mode ON and register global OFF Below you can find some guidelines regarding fixing your shoppin...Tutorials > Website Security/Upgrade IssuesVandals often use hacking techniques to deface a website or destroy data and files, but there are also those who just want to steal resources (make us...Tutorials > Website Security/Upgrade IssuesIf you've recently installed phpNuke with Fantistico (it's at the bottom of your Control Panel - if you haven't seen it - go look), you may have notic...
- Related Articles
- Related ArticlesPlesk Tutorials > Plesk 10 - TutorialsThe following video tutorial will guide you through how to install an SSL Certificate in Plesk10...Plesk Tutorials > Plesk Server Management - WindowsThis is a video on how to install SSL certificates with the Plesk web hosting control panel. Note: This feature is only available to dedicated serve...Plesk Tutorials > Plesk Server Management - WindowsAn SSL certificate represents a set of rules used when exchanging encrypted information between two computers. Certificates ensure secure communicatio...Plesk Tutorials > Plesk Server Management - WindowsSSL stands for "Secure Socket Layer" and you can use this feature to protect all data exchanged between your Web site and the client. Shared SSL is a...Plesk Tutorials > Plesk Server Management - WindowsPlesk enables you to upload a Secure Socket Layer (SSL) Certificate, generate a Certificate Signing Request (CSR), and/or generate a Self-signed Certi...
- Latest Articles
- Latest ArticlesTutorials > Email Tutorial : FAQ for Email setupThis guide will help you configure your AUSWEB hosted email address with Outlook 2010....Tutorials > Email Tutorial : FAQ for Email setupThis guide will help you setup and configure your AUSWEB hosted email address with Windows Live Mail (Outlook 2011)....Tutorials > Partner (Affiliate) Guide1. Visit http://partner.ausweb.com.au and click “Join Now” from the top navigation bar (or click the shiny green “Sign Up Now” button....Tutorials > Customer TestimonialsNow that you know about us, from us - this page is dedicated to what our customers think...Tutorials > Domain NamesSo you are looking at taking your domain folio to the next step? Ausweb offers free unlimited DNS hosting to customers or resellers with 10 domains o...
- Most Read Articles
- Most Read ArticlesTutorials > Joomla FAQA vulnerable extension is one that has been found to contain, or contribute to, a security vulnerability. Vulnerable extensions are not necessarily p...Tutorials > phpBB Forum HostingFinally, after a long wait, phpBB3 has been released, and its relatively easy to upgrade your existing phpBB installation. phpBB3 introduces hundreds...Tutorials > phpBB Forum HostingThis video tutorial will show you how to create a new topic in phpBB3....Tutorials > phpBB Forum HostingThis video tutorial will show you how to set up a poll when starting a new topic in phpBB3...Tutorials > phpBB Forum HostingphpBB3 is the latest update to the phpBB series, incorporating a plethora of new features, speed, stability and security improvements, and is much eas...
| Next > |
|---|


