Skip to content

feat: add rate limits on the TLS connection level

Vladimir Shushlin requested to merge reject-tls-2 into master

What does this MR do?

See https://gitlab.com/gitlab-org/gitlab-pages/-/issues/632

The whole idea is just to hook into the GetCertificate function and return an error if the rate limit is reached. Everything else is making this work. =)

TODO

Edited by Vladimir Shushlin

Merge request reports