A+ rating still unsecure by Google Chrome's opinionHow do I clear Chrome's SSL cache?What determines the combination of ciphers available on an SSL server?Discrepancy in SSL Ciphers between Apache 2.2 and OpenSSL 1.0.1What is wrong with my SSL trust chain?How to mitigate POODLE but keep SSLv3 support for old clientsThe site is using outdated security settings that may prevent future versions of Chrome from being able to safely access it - even with SHA2New SSL, Safari can't open the page b/c server unexpectedly dropped the connection (subdomain)Apache SSL FS disable SHA1

Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?

How to display a duck or marmot swallowed by a darkhole

How many petaflops does it take to land on the moon? What does Artemis need with an Aitken?

Multiple delayed triggers from Massacre Girl interaction

Is it true that different variants of the same model aircraft don't require pilot retraining?

Can MuseScore be used programmatically?

How to force GCC to assume that a floating-point expression is non-negative?

Why did Lucius make a deal out of Buckbeak hurting Draco but not about Draco being turned into a ferret?

Does NASA use any type of office/groupware software and which is that?

Should an STL container avoid copying elements into themselves when the container is copied into itself?

Notice period 60 days but I need to join in 45 days

Videos of surgery

Half filled water bottle

Given current technology, could TV display screens double as video camera sensors?

Is this password scheme legit?

Dotted background on a flowchart

How to say "I only speak one which is English." in French?

rationalizing sieges in a modern/near-future setting

Why are flat priors said to be proportional to a constant?

Why does matter stay collapsed in the core, following a supernova explosion?

Etymology of "Talo" (Finnish for "house"). Can it be a cognate of Thalamus?

Did ancient peoples ever hide their treasure behind puzzles?

Would Epic Heroism be an acceptable rule variant for a small, first-time group playing the Lost Mine of Phandelver adventure?

Is the Amazon rainforest the "world's lungs"?



A+ rating still unsecure by Google Chrome's opinion


How do I clear Chrome's SSL cache?What determines the combination of ciphers available on an SSL server?Discrepancy in SSL Ciphers between Apache 2.2 and OpenSSL 1.0.1What is wrong with my SSL trust chain?How to mitigate POODLE but keep SSLv3 support for old clientsThe site is using outdated security settings that may prevent future versions of Chrome from being able to safely access it - even with SHA2New SSL, Safari can't open the page b/c server unexpectedly dropped the connection (subdomain)Apache SSL FS disable SHA1






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








10















I am provisioning my server on DigitalOcean, and although I am getting an A+ rating from ssllabs,



https://www.ssllabs.com/ssltest/analyze.html?d=zandu.biz



when I connect to my site, https://www.zandu.biz or https://zandu.biz, I get a unsecure notice inside Chrome.



How do I solve this?










share|improve this question
































    10















    I am provisioning my server on DigitalOcean, and although I am getting an A+ rating from ssllabs,



    https://www.ssllabs.com/ssltest/analyze.html?d=zandu.biz



    when I connect to my site, https://www.zandu.biz or https://zandu.biz, I get a unsecure notice inside Chrome.



    How do I solve this?










    share|improve this question




























      10












      10








      10


      1






      I am provisioning my server on DigitalOcean, and although I am getting an A+ rating from ssllabs,



      https://www.ssllabs.com/ssltest/analyze.html?d=zandu.biz



      when I connect to my site, https://www.zandu.biz or https://zandu.biz, I get a unsecure notice inside Chrome.



      How do I solve this?










      share|improve this question
















      I am provisioning my server on DigitalOcean, and although I am getting an A+ rating from ssllabs,



      https://www.ssllabs.com/ssltest/analyze.html?d=zandu.biz



      when I connect to my site, https://www.zandu.biz or https://zandu.biz, I get a unsecure notice inside Chrome.



      How do I solve this?







      ssl apache-2.4 lets-encrypt






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 15 at 17:17









      Peter Mortensen

      2,1714 gold badges22 silver badges24 bronze badges




      2,1714 gold badges22 silver badges24 bronze badges










      asked Aug 14 at 19:01









      The ArchitectThe Architect

      641 silver badge6 bronze badges




      641 silver badge6 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          48
















          This server could not prove that it is www.zandu.biz; its security
          certificate is from zandu.biz. This may be caused by a
          misconfiguration or an attacker intercepting your connection.




          The name in your site's certificate is zandu.biz, which is not valid for a different name (www.zandu.biz). Moreover, you have a redirect from zandu.biz to www.zandu.biz, so if you use the name the certificate is valid for it redirects to the name that it isn't.



          What you need is to get a certificate with both names.






          share|improve this answer






















          • 4





            Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

            – zrm
            Aug 14 at 22:37






          • 4





            Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

            – zrm
            Aug 15 at 0:35






          • 8





            s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

            – dave_thompson_085
            Aug 15 at 5:40







          • 12





            @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

            – Michael - sqlbot
            Aug 15 at 13:18






          • 4





            The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

            – Brian
            Aug 15 at 14:01













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "2"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f979297%2fa-rating-still-unsecure-by-google-chromes-opinion%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          48
















          This server could not prove that it is www.zandu.biz; its security
          certificate is from zandu.biz. This may be caused by a
          misconfiguration or an attacker intercepting your connection.




          The name in your site's certificate is zandu.biz, which is not valid for a different name (www.zandu.biz). Moreover, you have a redirect from zandu.biz to www.zandu.biz, so if you use the name the certificate is valid for it redirects to the name that it isn't.



          What you need is to get a certificate with both names.






          share|improve this answer






















          • 4





            Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

            – zrm
            Aug 14 at 22:37






          • 4





            Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

            – zrm
            Aug 15 at 0:35






          • 8





            s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

            – dave_thompson_085
            Aug 15 at 5:40







          • 12





            @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

            – Michael - sqlbot
            Aug 15 at 13:18






          • 4





            The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

            – Brian
            Aug 15 at 14:01















          48
















          This server could not prove that it is www.zandu.biz; its security
          certificate is from zandu.biz. This may be caused by a
          misconfiguration or an attacker intercepting your connection.




          The name in your site's certificate is zandu.biz, which is not valid for a different name (www.zandu.biz). Moreover, you have a redirect from zandu.biz to www.zandu.biz, so if you use the name the certificate is valid for it redirects to the name that it isn't.



          What you need is to get a certificate with both names.






          share|improve this answer






















          • 4





            Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

            – zrm
            Aug 14 at 22:37






          • 4





            Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

            – zrm
            Aug 15 at 0:35






          • 8





            s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

            – dave_thompson_085
            Aug 15 at 5:40







          • 12





            @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

            – Michael - sqlbot
            Aug 15 at 13:18






          • 4





            The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

            – Brian
            Aug 15 at 14:01













          48














          48










          48










          This server could not prove that it is www.zandu.biz; its security
          certificate is from zandu.biz. This may be caused by a
          misconfiguration or an attacker intercepting your connection.




          The name in your site's certificate is zandu.biz, which is not valid for a different name (www.zandu.biz). Moreover, you have a redirect from zandu.biz to www.zandu.biz, so if you use the name the certificate is valid for it redirects to the name that it isn't.



          What you need is to get a certificate with both names.






          share|improve this answer
















          This server could not prove that it is www.zandu.biz; its security
          certificate is from zandu.biz. This may be caused by a
          misconfiguration or an attacker intercepting your connection.




          The name in your site's certificate is zandu.biz, which is not valid for a different name (www.zandu.biz). Moreover, you have a redirect from zandu.biz to www.zandu.biz, so if you use the name the certificate is valid for it redirects to the name that it isn't.



          What you need is to get a certificate with both names.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Aug 15 at 5:49

























          answered Aug 14 at 19:25









          zrmzrm

          6263 silver badges6 bronze badges




          6263 silver badges6 bronze badges










          • 4





            Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

            – zrm
            Aug 14 at 22:37






          • 4





            Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

            – zrm
            Aug 15 at 0:35






          • 8





            s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

            – dave_thompson_085
            Aug 15 at 5:40







          • 12





            @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

            – Michael - sqlbot
            Aug 15 at 13:18






          • 4





            The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

            – Brian
            Aug 15 at 14:01












          • 4





            Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

            – zrm
            Aug 14 at 22:37






          • 4





            Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

            – zrm
            Aug 15 at 0:35






          • 8





            s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

            – dave_thompson_085
            Aug 15 at 5:40







          • 12





            @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

            – Michael - sqlbot
            Aug 15 at 13:18






          • 4





            The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

            – Brian
            Aug 15 at 14:01







          4




          4





          Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

          – zrm
          Aug 14 at 22:37





          Wildcard certificates can be more convenient or necessary if the names you intend to use aren't actually known ahead of time. But they also increase your exposure if the associated private key is compromised because then the attacker can forge any name in your domain rather than only the ones that server was actually using.

          – zrm
          Aug 14 at 22:37




          4




          4





          Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

          – zrm
          Aug 15 at 0:35





          Let's Encrypt is a CA. When they first started out they were cross-signed by IdenTrust but that ends in 2020 because their own root certificate is now widely trusted. None of that has anything to do with your problem, which would have been the same either way.

          – zrm
          Aug 15 at 0:35




          8




          8





          s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

          – dave_thompson_085
          Aug 15 at 5:40






          s/Common Name/Subject Alternative Name/ -- Chrome hasn't used Common Name at all for 2 years; other browsers do so only if SAN is absent, which hasn't been true for any (EE) certs from public CAs since before 2010, although you can arrange it for test certs you create yourself. Which is exactly why you can get one cert for multiple domains -- ancient certs using only Common Name couldn't do that.

          – dave_thompson_085
          Aug 15 at 5:40





          12




          12





          @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

          – Michael - sqlbot
          Aug 15 at 13:18





          @djdomi a wildcard certificate for *.example.com still doesn't cover the bare domain example.com. You still need two values in the SAN.

          – Michael - sqlbot
          Aug 15 at 13:18




          4




          4





          The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

          – Brian
          Aug 15 at 14:01





          The bigger reason to avoid a wildcard certificate is that OP is using LetsEncrypt. While LetsEncrypt does support wildcard certificates, this requires a DNS challenge. Satisfying a DNS challenge is harder to automate. Also, automating a DNS challenge may mean that a compromised server will grant attackers access to your DNS. So, it's sufficient to use either a UCC certificate or two certificates (which approach doesn't matter much. Do whichever is easier).

          – Brian
          Aug 15 at 14:01

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f979297%2fa-rating-still-unsecure-by-google-chromes-opinion%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림