<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ssllabs on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/ssllabs/</link><description>Recent content in ssllabs on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Sun, 07 Jun 2020 00:20:25 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/ssllabs/index.xml" rel="self" type="application/rss+xml"/><item><title>Weak Deffie-Hellman and a B rating in SSL Labs Test</title><link>https://quicktasks.ismael.casimpan.com/post/weak-deffie-hellman-ratedb-ssllabs/</link><pubDate>Sun, 07 Jun 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/weak-deffie-hellman-ratedb-ssllabs/</guid><description>
You can fix it by creating .a 'dhparam' file as follows in nginx:
1cd /etc/ssl/certs 2openssl dhparam -dsaparam -out ./dhparam.pem 4096 NOTE: &amp;quot;-dsaparam&amp;quot; is significant. Otherwise, it would take creation of dhparam.pem almost 24hours or more. See https://security.stackexchange.com/questions/95178/diffie-hellman-parameters-still-calculating-after-24-hours
then add this to nginx config
1ssl_dhparam /etc/ssl/certs/dhparam.pem;</description></item></channel></rss>