Title: [Plugin: WP Security Scan] SSL Support
Last modified: August 19, 2016

---

# [Plugin: WP Security Scan] SSL Support

 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-security-scan-ssl-support/)
 * Any chance you could add SSL support, I’ve got my WP admin area encrypted with
   an SSL Cert except for 2 pesky javascript documents from your Security Plugin!
   I just added a few str_replace to the mrt_hd function to fix, but perhaps adding
   an option or auto-detect to the plugin might be beneficial.
 *     ```
       <br />
       function mrt_hd()<br />
       {<br />
        $siteurl = get_option('siteurl');?><br />
       <script language="JavaScript" type="text/javascript" src="<?php echo str_replace('http:', 'https:',WP_PLUGIN_URL);?>/wp-security-scan/js/scripts.js"></script><br />
       <script language="JavaScript" type="text/javascript" src="<?php echo str_replace('http:', 'https:',WP_PLUGIN_URL);?>/wp-security-scan/scripts.js"></script><br />
       <script type="text/javascript"><br />
       //window.onload=function(){enableTooltips()};<br />
       </script><br />
       <!--<link rel="stylesheet" type="text/css" href="<?php //echo WP_PLUGIN_URL;?>/plugins/wp-security-scan/style.css" />--><br />
       <?php }<br />
       ?>
       ```
   
 * Otherwise, killer plugin! Thanks!

The topic ‘[Plugin: WP Security Scan] SSL Support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-security-scan_f2f2f2.svg)
 * [Acunetix WP Security](https://wordpress.org/plugins/wp-security-scan/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-security-scan/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-security-scan/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-security-scan/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-security-scan/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-security-scan/reviews/)

## Tags

 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 0 replies
 * 1 participant
 * Last reply from: [devbit](https://wordpress.org/support/users/devbit/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-security-scan-ssl-support/)
 * Status: not resolved