Skip to content

Send SNI to pypi.org in haproxy

Adam Cohen requested to merge fix-pypi-haproxy-sni-error into main

What does this MR do?

This MR fixes a broken test that uses haproxy to forward requests to pypi.org. The test was broken because pypi.org now requires clients to send SNI (Server Name Indication) details, which we weren't doing before. The fix involves adding an sni directive to our haproxy.cfg file.

What are the relevant issue numbers?

gitlab-org/gitlab#330256 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports