You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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
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.
The text was updated successfully, but these errors were encountered: