Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL/1.1 fails the sanity test when using a proxy with authentication on Rocky 9 #20337

Open
verdurin opened this issue Apr 11, 2024 · 0 comments

Comments

@verdurin
Copy link
Member

I found that when building OpenSSL/1.1 on Rocky 9 we cannot use the wrapper because the OS does not provide compatibility headers.

In this case, the system is air gapped, and we need to use an authenticated proxy for external connections.

Unfortunately, the sanity test involves a connection to Github and it doesn't format the proxy settings properly.
It adds the whole string from the https_proxy environment variable to the -proxy parameter, instead of using -proxy_user and -proxy_pass. As a result the sanity test fails because s_client rejects the badly formatted -proxy value and does not use the authenticated proxy.

The workaround is to add:

skipsteps = ['sanitycheck']

to the OpenSSL easyconfig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant