Title: TinyPass JS fails to load over HTTPS
Last modified: August 22, 2016

---

# TinyPass JS fails to load over HTTPS

 *  [Joe McGill](https://wordpress.org/support/users/joemcgill/)
 * (@joemcgill)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/tinypass-js-fails-to-load-over-https/)
 * This plugin will fail to load the necessary TinyPass javascript on sites being
   loaded over HTTPS. This is because the plugin attempts to load the TinyPass javascript
   library over HTTP (standard), which gets blocked on most browsers to avoid loading
   insecure content over a secure connection.
 * This issue can be fixed by updating the plugin to load the JS library over HTTPS
   by editing line 15 of /jslite/tinypass.php:
 *     ```
       define('TINYPASS_TPM_JS', 'https://code.tinypass.com/tpl/d1/tpm.js');
       ```
   
 * If you’re using legacy mode, you would need to edit line 58 of /legacy/legacy.
   php:
 *     ```
       wp_register_script('tinypass_js', 'https://code.tinypass.com/tinypass.js');
       ```
   
 * Alternately, you should also be able to drop the protocol from both and load 
   them based on the protocol of the site, i.e.:
 *     ```
       define('TINYPASS_TPM_JS', '//code.tinypass.com/tpl/d1/tpm.js');
       ```
   
 * Hope this can be patched in the plugin and that it helps others in the meantime.
 * [https://wordpress.org/plugins/tinypass/](https://wordpress.org/plugins/tinypass/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [lcarriere](https://wordpress.org/support/users/lcarriere/)
 * (@lcarriere)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/tinypass-js-fails-to-load-over-https/#post-5385937)
 * Hi Joe,
    Luke from Tinypass here. We’re working on fixing this. Thanks for articulating
   the issue for the benefit of the forum readers. Best, – Tinypass
 *  [lcarriere](https://wordpress.org/support/users/lcarriere/)
 * (@lcarriere)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/tinypass-js-fails-to-load-over-https/#post-5386088)
 * Joe,
    This issue has been resolved. Thanks for your help. Luke
 *  Thread Starter [Joe McGill](https://wordpress.org/support/users/joemcgill/)
 * (@joemcgill)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/tinypass-js-fails-to-load-over-https/#post-5386089)
 * Great news. I look forward to seeing the updates when they’re posted. Do you 
   have any ETA on a release date or a place to beta test changes before they’re
   released?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘TinyPass JS fails to load over HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tinypass_163b7c.svg)
 * [Tinypass](https://wordpress.org/plugins/tinypass/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinypass/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinypass/)
 * [Active Topics](https://wordpress.org/support/plugin/tinypass/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinypass/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinypass/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Joe McGill](https://wordpress.org/support/users/joemcgill/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/tinypass-js-fails-to-load-over-https/#post-5386089)
 * Status: not resolved