TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Getting an A+ on Qualy's SSL Labs Tester

44 pointsby sethvargoover 10 years ago

6 comments

hobarreraover 10 years ago
&gt; At this time, the only way to get a verified certificate that will be trusted across most Internet browsers is to pay for a certificate. I chose RapidSSL, but you can choose any respectable provider.<p>You&#x27;ve got StartSSL, which has been free for years.
blfrover 10 years ago
You can get A+ with a 2048-bit key, and while keeping support for most of the Internet users[1]. You just won&#x27;t get 4x100. But if you want to, in addition to steps from OP, drop tls1 and 1.1, leaving only 1.2.<p>[1] <a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29" rel="nofollow">https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;Security&#x2F;Server_Side_TLS#Intermedia...</a>
评论 #8749997 未加载
hello_thereover 10 years ago
There is also the Server Side TLS guide from Mozilla which I think is really nice. It explains which cipher suites you need to support different browsers as well as example configurations (and a config generator) for different setups, including Apache and Nginx.<p>The guide can be found here: <a href="https://wiki.mozilla.org/Security/Server_Side_TLS" rel="nofollow">https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;Security&#x2F;Server_Side_TLS</a>
hannobover 10 years ago
I had created a 100&#x2F;100&#x2F;100 and all config perfect test page a while back. It&#x27;s here: <a href="https://fancyssl.hboeck.de/" rel="nofollow">https:&#x2F;&#x2F;fancyssl.hboeck.de&#x2F;</a><p>However you probably can&#x27;t see it because almost no browser is capable :-) The description is here: <a href="https://fancynossl.hboeck.de/" rel="nofollow">https:&#x2F;&#x2F;fancynossl.hboeck.de&#x2F;</a><p>(some info probably outdated, but still gets the all-100%-rating)
评论 #8753177 未加载
评论 #8750617 未加载
ytchover 10 years ago
Here is a guide[1] from SSL Labs on how they grade the strength of HTTPS.<p>[1]<a href="https://www.ssllabs.com/downloads/SSL_Server_Rating_Guide.pdf" rel="nofollow">https:&#x2F;&#x2F;www.ssllabs.com&#x2F;downloads&#x2F;SSL_Server_Rating_Guide.pd...</a>
zhngpover 10 years ago
I&#x27;m seeing ssl_session_tickets in the final configuration, but not above.