Skip to content

Resolve "Nginx should accept ECDSA certificates"

PtyMatt requested to merge PtyMatt/gitlab-ce:49888-nginx-ecdsa-certs into master

What does this MR do?

This MR adds new ciphers in the different Nginx configuration file, so both RSA and ECDSA certificates are accepted by default by the web server.

Are there points in the code the reviewer needs to double check?

No, Nginx (OpenSSL) picks the right ciphers that correspond to its certificate.

Why was this MR needed?

#49888 (moved)

EC not only for ssh keys, but also for the web.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

omnibus-gitlab#3713 (closed)

Closes #49888 (moved)

Edited by PtyMatt

Merge request reports