After configuring the cnf file for oqs-provider, unable to use wget, why ? #523
Replies: 2 comments 10 replies
-
Looks like you don't have default provider active anymore. Try |
Beta Was this translation helpful? Give feedback.
2 replies
-
To be sure, please share all env vars, their values and in particular, the contents of the openssl.cnf file you (think you :) use, @gobbledy-gook |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did the following for re-configuring the openssl.cnf file for it to be able to use the oqs-provider
This is derived from what is described at line73 of https://github.com/open-quantum-safe/oqs-demos/blob/main/curl/Dockerfile
To check if the provider is successfully added I did
I got the desired output (OQS-provider was listed in the output)
Next when I tried to run the
wget
command to fetch from https://letsencrypt.org/certs/isrgrootx1.pem, I got the following errorI am stuck at this. Why
wget
is not working and what can I do to fix this? (Anyways I download the.pem
file but this shouldn't be the expected output hence, the discussion)My goal is to replicate the process to integrate OPENSSLv3 with liboqs to use it with curl and then extrapolate it for the liboqs-python. Any help would be highly appreciated.
Also, lemme know in case if I should add more details to the question.
Edit:
Environment Variables in use:
Beta Was this translation helpful? Give feedback.
All reactions