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

RHEL8 update v2.0.1 - make rpm tries to contact index.crates.io:443 #215

Open
kenlawrie1 opened this issue May 13, 2024 · 2 comments
Open

Comments

@kenlawrie1
Copy link

kenlawrie1 commented May 13, 2024

Updating from 1.3.6 to 2.0.1 has caused multiple issues due to all of the extra package dependencies
In RHEL 8.9 I get this error when running make rpm

+ cargo build --release --manifest-path /root/temp/efs-utils/build/rpmbuild/BUILD/amazon-efs-utils/src/proxy/Cargo.toml
    Updating crates.io index
warning: spurious network error (3 tries remaining): [35] SSL connect error (OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to index.crates.io:443 )

Like many enterprise apps, we don't have unfiltered outbound connections to internet sites that aren't vital.
Is there a way to turn off this outbound connection during the `make rpm' to index.crates.io ?

I think AWS need to re-design these efs_utils, as they are a vital tool for many enterprises, the previous efs_utils version was bad as it was tied to legacy packages and python, this one so far seems worse.

@arnavgup1
Copy link
Contributor

Hi @kenlawrie1 ,

Just to get a better understanding, is the issue that you aren't able to access index.crates.io? Is there an issue with make rpm other than not having access to the crates.io website?

@kenlawrie1
Copy link
Author

Hi @arnavgup1
Yes the issue appears to be that crates.io isn't accessible, I don't know if there will be another issue once this one is overcome.

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

No branches or pull requests

2 participants