Skip to content

Allow tls renegociation (useful when gitlab-ce is behind a reverse-proxy with Client cert auth)

gabjob requested to merge gabjob/gitlab-runner:patch-3 into main

What does this MR do?

Avoid tls error : "tls: no renegociation"

Why was this MR needed?

Allow runner registration behind reverse-proxy with client cert auth on sublocation (/api/v4/runners)

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

Not tested on tls1.3

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports