You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My score is relatively slow because it says that I have the following enabled:
ECDHE-ECDSA-AES128-SHA
ECDHE-ECDSA-AES256-SHA
The problem is, I've searched google and I can't seem to find where to define my ciphers for https. I've found documentation for if you're using Nginx / apache, but I'm using whatever webserver comes with the SearXNG docker container, and I can't seem to figure out where to even start with this.
If it helps any, I'm also using Traefik.
Edit:
After I wrote "Traefik" in this post, I decided to go google Traefik itself. I figured I had nothing to lose. And right there in the damn docs was the entries needed.
Anyone else having this issue who runs behind Traefik, open your Traefik dynamic.yml and add the following:
This should take care of SHA-1 ciphers and getting a low score.
Another note. If you are using Traefik but also on Cloudflare, it's not so simple. Cloudflare is what controls your cipher suites. In order to rank high and get rid of the weak ciphers, you must enable TLS 1.3 only on your site through your Cloudflare account under SSL/TLS.
If you want customized TLS 1.2 cipher suites, you have to pay for Cloudflare's "Certificate Manager" service, and then you can customize what ciphers are enabled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently found https://cryptcheck.fr/
My score is relatively slow because it says that I have the following enabled:
ECDHE-ECDSA-AES128-SHAECDHE-ECDSA-AES256-SHAThe problem is, I've searched google and I can't seem to find where to define my ciphers for https. I've found documentation for if you're using Nginx / apache, but I'm using whatever webserver comes with the SearXNG docker container, and I can't seem to figure out where to even start with this.
If it helps any, I'm also using Traefik.
Edit:
After I wrote "Traefik" in this post, I decided to go google Traefik itself. I figured I had nothing to lose. And right there in the damn docs was the entries needed.
Anyone else having this issue who runs behind Traefik, open your Traefik
dynamic.ymland add the following:This should take care of SHA-1 ciphers and getting a low score.
Another note. If you are using Traefik but also on Cloudflare, it's not so simple. Cloudflare is what controls your cipher suites. In order to rank high and get rid of the weak ciphers, you must enable
TLS 1.3 onlyon your site through your Cloudflare account under SSL/TLS.If you want customized TLS 1.2 cipher suites, you have to pay for Cloudflare's "Certificate Manager" service, and then you can customize what ciphers are enabled.
Beta Was this translation helpful? Give feedback.
All reactions