In case no one has bothered to write this already, attached is a simple perl script to check an http url for https compatibility.  <br>This script:<br><ol><li>fetches the http url</li><li>parses it for fetchable links (images, scripts, frames, other hrefs)</li>
<li>fetches the fetchable links in http and https</li><li>compares the http and https responses.</li><li>prints report.      (See attached text file for a sample)<br></li></ol>Usage:<br>       perl <a href="http://ssl_check2.pl">ssl_check2.pl</a> <a href="http://somesite.com/">http://somesite.com/</a><br>
<br>Output is currently command-line only.   (Do not run this script from the Windows Run Command box.)<br><br>Caveats:<br><ul><li>This is very quick and dirty code, and should be considered "experimental".  May format your hard drive, kick your dog, steal your truck, and run off with your wife.</li>
<li>This script will parse a frame url, but will not (recursively) parse the content of the frame.  [To-do list]<br></li></ul><br><br><br>Thanks,<br>Whizz<br>