DIY মিডিয়া হোম লোগো

আপনার নিজের হোম থিয়েটার এবং হাই ফাই সেটআপ নকশা ও নির্মাণের জন্য চূড়ান্ত সাইট.

0nginx রেখাচিত্র ত্রুটি SSL_CTX_set1_curves_list

I recently ran into an error with a new nginx con­fig that I could­n’t find any­where on google! Turns out that was because I was read­ing the font wrongly and sub­stitued a lower case L for a num­ber 1. So if you ended up on this psage because you searched for SSL_CTX_setl_curves_list then try search­ing again, জন্য SSL_CTX_set1_curves_list.

Just to com­plete 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 sens­it­ive, এবং প্রথম বক্ররেখা X25519 হয়!
ব্যবহার ssl_ecdh_curve X25519:secp384r1:secp521r1:prime256v1; ঠিক কর
ক্রেডিট git­hub users

উত্তর দিন