I have an application which used to work fine on Chrome before the update. But since the update I keep getting this error "ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY"
I have been searching how to get rid of this error on Chrome
People have figured a way to do this on Mozilla and that's what I found on SO too. But is there a way to do it on Chrome as well.
I don't want all the unsecured websites to open in my browser, but at least my localhost. I cannot add any more ciphers to my application.
Thanks in advance.
Is there a way I can add exception for my localhost to bypass this.