Title: HTTPS:// validation
Last modified: January 11, 2021

---

# HTTPS:// validation

 *  [Jumpringer99](https://wordpress.org/support/users/jumpringer99/)
 * (@jumpringer99)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-validation/)
 * SSL will not validate. Page source example: `<img src="http://i.vimeocdn.com/
   video/918955121_640.jpg" alt="" />`
 * A user on this forum, [@vicdilu](https://wordpress.org/support/users/vicdilu/),
   suggested adding this code snippet to the template view:
 *     ```
       <?php
       $imgsrc = preg_replace(“/^http:/i”, “https:”, $imgsrc);
       ```
   
 * I haven’t been able to make [@vicdilu](https://wordpress.org/support/users/vicdilu/)’
   s solution work; if anyone has been able to make this fix, would appreciate a
   little more detail.
 * Thanks!
    -  This topic was modified 5 years, 5 months ago by [tobifjellner (Tor-Bjorn “Tobi” Fjellner)](https://wordpress.org/support/users/tobifjellner/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttps-validation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘HTTPS:// validation’ is closed to new replies.

 * ![](https://ps.w.org/smart-grid-gallery/assets/icon-128x128.png?rev=2185262)
 * [Video Gallery - Vimeo and YouTube Gallery](https://wordpress.org/plugins/smart-grid-gallery/)
 * [Support Threads](https://wordpress.org/support/plugin/smart-grid-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-grid-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-grid-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-grid-gallery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Jumpringer99](https://wordpress.org/support/users/jumpringer99/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/https-validation/)
 * Status: not resolved