Many time we face this issue that our HTTPS websites shows alert message "This page contains both secure and non secure items". To resolve the second issue find any reference to non secure resource. In most of the case you probablly have a http link to any image. Best way to find any HTTP link to image any JavaScript/CSS file is to view source and search for HTTP://. One of the reason is Google Analytics code. If you using Google Analytics code in your website for website statistics then replace that code with the new code from Google Analytics. The biggest difference between the old code and the new code is that in new code they have removed any direct reference to HTTP or HTTPS but using based it on whether the page is HTTP or HTTPS.
It's About Anything...In Technology