{"id":25076,"date":"2022-02-02T15:04:21","date_gmt":"2022-02-02T15:04:21","guid":{"rendered":"https:\/\/1-grid.com\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/"},"modified":"2023-03-16T13:16:24","modified_gmt":"2023-03-16T13:16:24","slug":"why-does-the-green-lock-for-my-ssl-not-show","status":"publish","type":"ht_kb","link":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/","title":{"rendered":"Why does the green lock for my SSL not show?"},"content":{"rendered":"<div class=\"WordSection1\">\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\"><span style=\"font-size: 14.0pt; font-family: 'Tahoma',sans-serif; color: #181717; mso-style-textfill-fill-color: #181717; mso-style-textfill-fill-alpha: 100.0%;\">It is a common reaction to blame the SSL or host for having the certificate installed improperly. This is usually not the case. The SSL lock will only appear or display properly if all items on the page are linking securely. If there is even one unsecure link on the page, the SSL will appear as broken. This means it may not display at all, or it may display differently.\u00a0<\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\">\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\"><span style=\"font-size: 14.0pt; font-family: 'Tahoma',sans-serif; color: #181717; mso-style-textfill-fill-color: #181717; mso-style-textfill-fill-alpha: 100.0%;\">This will vary depending on the browser you are using. Most of the time, the cause for this is the use of absolute links for images and text links within the page code instead of relative links. If even ONE link on the page is using the absolute format it will \u2018break\u2019 the secure page. Below are descriptions of absolute and relative address linking.<\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\">\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: 15.0pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; background: #F9F9F9;\"><strong><span style=\"font-size: 14.0pt; font-family: 'Tahoma',sans-serif; color: #181717; mso-style-textfill-fill-color: #181717; mso-style-textfill-fill-alpha: 100.0%;\">Absolute addresses<\/span><\/strong><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\"><span style=\"font-size: 14.0pt; font-family: 'Tahoma',sans-serif; color: #181717; mso-style-textfill-fill-color: #181717; mso-style-textfill-fill-alpha: 100.0%;\">Absolute addressing for images and links include the entire domain name and the protocol, which is typically http:\/\/. For example, if you were linking image.jpg and your domain name was example.com, the link would be code as <strong>&lt;img src=\u201d<a href=\"http:\/\/example.com\/image.jpg%E2%80%9D&gt;\" data-fr-linked=\"true\">http:\/\/example.com\/image.jpg\u201d&gt;<\/a><\/strong><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\">\n<p class=\"MsoNormal\" style=\"mso-margin-top-alt: 15.0pt; margin-right: 0in; margin-bottom: 7.5pt; margin-left: 0in; background: #F9F9F9;\"><strong><span style=\"font-size: 14.0pt; font-family: 'Tahoma',sans-serif; color: #181717; mso-style-textfill-fill-color: #181717; mso-style-textfill-fill-alpha: 100.0%;\">Relative addresses<\/span><\/strong><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\"><span style=\"font-size: 14.0pt; font-family: 'Tahoma',sans-serif; color: #181717; mso-style-textfill-fill-color: #181717; mso-style-textfill-fill-alpha: 100.0%;\">Relative addresses differ from absolute in that they include neither the protocol nor the domain name. Using the same image.jpg file as before, the link code to that file in would simply be <strong>&lt;img src=\u201dimage.jpg\u201d&gt;.<\/strong><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 8.25pt; line-height: 16.5pt; background: #F9F9F9;\">\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\"><span style=\"color: #000000;\"><strong><span style=\"font-size: 19px; font-family: 'Tahoma',sans-serif;\">Finding Mixed Content<\/span><\/strong><\/span><\/p>\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\">\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\"><span style=\"font-size: 19px; font-family: Tahoma, sans-serif; color: #000000;\">When visiting an HTTPS page in Google Chrome, the browser alerts you to mixed content as errors and warnings in the JavaScript console. You can open the console either from the View menu:\u00a0View\u00a0-&gt;\u00a0Developer\u00a0-&gt;\u00a0JavaScript Console, or by right-clicking the page, selecting &#8216;Inspect Element&#8217;,\u00a0then selecting &#8216;Console&#8217;. You need to remove or update the &#8216;http:\/\/&#8217; URLs listed in these errors and warnings\u00a0in your sites source.<\/span><\/p>\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\">\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\"><span style=\"font-size: 19px; font-family: 'Tahoma',sans-serif;\"><span style=\"color: #000000;\">Alternatively, you can use the site \u2018Why No Padlock?\u2019 to identify mixed content:<\/span> <a href=\"https:\/\/www.whynopadlock.com\/\">https:\/\/www.whynopadlock.com\/<\/a><\/span><\/p>\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\">\n<p style=\"margin-left: 0in; margin-bottom: 0.0001pt; font-size: 15px; font-family: Calibri, sans-serif;\"><span style=\"font-size: 19px; font-family: 'Tahoma',sans-serif;\"><span style=\"color: #000000;\">If the site is running WordPress, you can use the SSL Insecure Content Fixer plugin that should identify all mixed content and replace it with a secure version for you. You can find the plugin here:<\/span> <a href=\"https:\/\/en-gb.wordpress.org\/plugins\/ssl-insecure-content-fixer\/\">https:\/\/en-gb.wordpress.org\/plugins\/ssl-insecure-content-fixer\/<\/a><\/span><\/p>\n<p class=\"MsoNormal\">\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>It is a common reaction to blame the SSL or host for having the certificate installed improperly. This is usually not the case. The SSL lock will only appear or display properly if all items on the page are linking securely. If there is even one unsecure link on the&#8230;<\/p>\n","protected":false},"author":21,"comment_status":"open","ping_status":"open","template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"ht-kb-category":[21],"ht-kb-tag":[119,179,1209,420,1315,1316,659,678,916,950,951,1003,1134],"class_list":["post-25076","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-ssl-certificates","ht_kb_tag-available","ht_kb_tag-certificate","ht_kb_tag-does","ht_kb_tag-for","ht_kb_tag-green","ht_kb_tag-lock","ht_kb_tag-my","ht_kb_tag-not","ht_kb_tag-show","ht_kb_tag-ssl","ht_kb_tag-ssl-certificates-and-website-security","ht_kb_tag-the","ht_kb_tag-why"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why does the green lock for my SSL not show? -<\/title>\n<meta name=\"description\" content=\"Why does the green lock for my SSL not show? 1-grid Knowledge Base Why does the green lock for my SSL not show? 1-grid Knowledge Base\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why does the green lock for my SSL not show? -\" \/>\n<meta property=\"og:description\" content=\"Why does the green lock for my SSL not show? 1-grid Knowledge Base Why does the green lock for my SSL not show? 1-grid Knowledge Base\" \/>\n<meta property=\"og:url\" content=\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/\" \/>\n<meta property=\"og:site_name\" content=\"1-grid Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/1grid.co.za\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-16T13:16:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@1grid_hosting\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/\",\"name\":\"Why does the green lock for my SSL not show? -\",\"isPartOf\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#website\"},\"datePublished\":\"2022-02-02T15:04:21+00:00\",\"dateModified\":\"2023-03-16T13:16:24+00:00\",\"description\":\"Why does the green lock for my SSL not show? 1-grid Knowledge Base Why does the green lock for my SSL not show? 1-grid Knowledge Base\",\"breadcrumb\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/1grid.co.za\/knowledge\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why does the green lock for my SSL not show?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#website\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/\",\"name\":\"1-Grid Domain Hosting Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/1grid.co.za\/knowledge\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#organization\",\"name\":\"1-Grid Domain Hosting Knowledge Base\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg\",\"contentUrl\":\"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg\",\"width\":100,\"height\":100,\"caption\":\"1-Grid Domain Hosting Knowledge Base\"},\"image\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/1grid.co.za\/\",\"https:\/\/twitter.com\/1grid_hosting\",\"https:\/\/www.instagram.com\/1grid_hosting\/\",\"https:\/\/za.linkedin.com\/company\/1-grid\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why does the green lock for my SSL not show? -","description":"Why does the green lock for my SSL not show? 1-grid Knowledge Base Why does the green lock for my SSL not show? 1-grid Knowledge Base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/","og_locale":"en_US","og_type":"article","og_title":"Why does the green lock for my SSL not show? -","og_description":"Why does the green lock for my SSL not show? 1-grid Knowledge Base Why does the green lock for my SSL not show? 1-grid Knowledge Base","og_url":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/","og_site_name":"1-grid Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/1grid.co.za\/","article_modified_time":"2023-03-16T13:16:24+00:00","twitter_card":"summary_large_image","twitter_site":"@1grid_hosting","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/","url":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/","name":"Why does the green lock for my SSL not show? -","isPartOf":{"@id":"https:\/\/1grid.co.za\/knowledge\/#website"},"datePublished":"2022-02-02T15:04:21+00:00","dateModified":"2023-03-16T13:16:24+00:00","description":"Why does the green lock for my SSL not show? 1-grid Knowledge Base Why does the green lock for my SSL not show? 1-grid Knowledge Base","breadcrumb":{"@id":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/1grid.co.za\/knowledge\/why-does-the-green-lock-for-my-ssl-not-show\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/1grid.co.za\/knowledge\/"},{"@type":"ListItem","position":2,"name":"Why does the green lock for my SSL not show?"}]},{"@type":"WebSite","@id":"https:\/\/1grid.co.za\/knowledge\/#website","url":"https:\/\/1grid.co.za\/knowledge\/","name":"1-Grid Domain Hosting Knowledge Base","description":"","publisher":{"@id":"https:\/\/1grid.co.za\/knowledge\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/1grid.co.za\/knowledge\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/1grid.co.za\/knowledge\/#organization","name":"1-Grid Domain Hosting Knowledge Base","url":"https:\/\/1grid.co.za\/knowledge\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/","url":"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg","contentUrl":"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg","width":100,"height":100,"caption":"1-Grid Domain Hosting Knowledge Base"},"image":{"@id":"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/1grid.co.za\/","https:\/\/twitter.com\/1grid_hosting","https:\/\/www.instagram.com\/1grid_hosting\/","https:\/\/za.linkedin.com\/company\/1-grid"]}]}},"_links":{"self":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25076","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/comments?post=25076"}],"version-history":[{"count":2,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25076\/revisions"}],"predecessor-version":[{"id":30909,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25076\/revisions\/30909"}],"wp:attachment":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/media?parent=25076"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb-category?post=25076"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb-tag?post=25076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}