leflamm / afpre

CLI for the AWS Federation Proxy
Apache License 2.0
19 stars 12 forks source link

authenticating always fails #33

Open donaldpipowitch opened 6 years ago

donaldpipowitch commented 6 years ago

Hi,

I try to use afpre, but authentication always fails. I use a ! in my password, but it doesn't look like this is the problem. (You can disable the special meaning of ! with $ set +H, but authentication still fails.) Not sure what else could be the problem 🤔

Thanks.

leflamm commented 6 years ago

Can you provide the output of $ afpre --version and after that perform what you usually try to do with --debug option enabled? I wouldn't paste the output here because it contains some internal information about your infrastructure. You'll find a way to share it :-)

donaldpipowitch commented 6 years ago

Lol.

$ afpre --version
VERSION_PLACEHOLDER

Could it be I have an old version^^?

leflamm commented 6 years ago

Hey @donaldpipowitch, this has been a certificate issue, right? IIRC you solved it by using INSECURE=true?

donaldpipowitch commented 6 years ago

I think I never solved it completely 🤔