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
I'd also like to see this support HTTPS, perhaps via a self-signed certificate a la ssl-proxy. I realize I could chain these together, but it'd be preferable to have only one. In my case, I'm reconfiguring a (non-AWS) API client to send requests to https://127.0.0.1:8080, and it only supports HTTPS.
Hi Folks,
I'm evaluating the aws-sigv4-proxy to access some opensearch instances and for that I made the following setup:
docker-compose.yaml
After that, I just ran the
curl -s -H 'host: s3.amazonaws.com' http://localhost:8080/
and it worked flawlessly! Nice!But, when I try to use it with awscli for example by setting HTTPS_PROXY variable, the following error occurs:
Based on PR #16, I tried to configure name and host as well, but still I got no luck.
Is there a way to make it work using HTTPS_PROXY env var?
The text was updated successfully, but these errors were encountered: