I recently ran into an error with a new nginx config that I couldn’t find anywhere on google! Turns out that was because I was reading the font wrongly and substitued a lower case L for a number 1. So if you ended up on this psage because you searched for SSL_CTX_setl_curves_list then try searching again, per SSL_CTX_set1_curves_list.
Just to complete the story — I had nginx throw this error when I included the line
ssl_ecdh_curve x25519:secp384r1:secp521r1:prime256v1;
This is because curve names ARE case sensitive, e la prima curva è X25519!
Utilizzo
ssl_ecdh_curve X25519:secp384r1:secp521r1:prime256v1;
aggiustatoSi ringrazia github users
Credo che abbiamo perso qualcosa? Fateci sapere commentando qui sotto. Se si desidera iscriversi si prega di utilizzare il link iscriviti sul menu in alto a destra. È inoltre possibile condividere con i tuoi amici usando i link sottostanti sociali. Saluti.
lascia un commento