-
We are trying to transition from using IMDSv1 to IMDSv2, however our OS is still on a very old openssl version 1.0.2j. Would the newer AWS SDK CPP still work with openssl version 1.0.2j? |
Beta Was this translation helpful? Give feedback.
Answered by
jmklix
Aug 15, 2024
Replies: 1 comment
-
Yes, you can use openssl version 1.0.2j with this sdk. Make sure you compile it against the same version that you plan on running it against. That might happen if you are cross compiling or if you have multiple versions of openssl installed |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hqho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use openssl version 1.0.2j with this sdk. Make sure you compile it against the same version that you plan on running it against. That might happen if you are cross compiling or if you have multiple versions of openssl installed