Re: Nginx using HTPPS but without SSL ???

2023-01-27 Thread wordlesswind via nginx
I'm not sure if it's possible to use TLS without a certificate in nginx, but you can use OpenSSL to generate a CA certificate and server certificate and deploy it to nginx, as well as trust the CA certificate in the client: https://mariadb.com/docs/xpand/security/data-in-transit-encryption/c

Inheritance issues with ssl_protocols and ssl_ciphers...

2022-11-12 Thread wordlesswind
2 on the first 443 server segment and only use TLS 1.3, then the other servers are also TLS 1.3 only. It seems that ssl_ciphers, ssl_dhparam, ssl_early_data, ssl_protocols, ssl_session_cache, and ssl_session_timeout all have inheritance. Is this normal? Best regard

About ssl_ecdh_curve auto

2022-10-25 Thread wordlesswind
e preferred order for the server. As far as I know, the full list of nginx support should be x25519, x448, secp256r1, secp384r1, secp521r1. So what caused the difference in "ssl_ecdh_curve auto;"? Best regards, wordlesswind Posted at Nginx Forum: https://forum.nginx.org/

Why do newer versions of Chromium favor RSA certificates over ECC certificates?

2022-05-21 Thread wordlesswind via nginx
Hello, I noticed that after Chromium 594356 build (71.0.3563.0) it favors RSA certificates over ECC certificates. Windows x86-64: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/594356/ https://commondatastorage.googleapis.com/chromium-browser-

About nginx and OCSP Must-Staple

2022-02-24 Thread wordlesswind via nginx
d that the latest version of Google Chrome/Microsoft Edge will choose to get RSA certificate instead of ECC certificate.   RSA 4096 R3   ECC 384 E1   Issuer Let's Encrypt I wonder why Chromium made this choice. Thank you! Best Regards, wordlesswind ___

The certificate of quic.nginx.org has expired

2021-12-05 Thread wordlesswind
Hello, I noticed that the certificate of quic.nginx.org has expired. Best Regards, wordlesswind ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx