Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shift: can't shift that many #22

Closed
lepe opened this issue May 23, 2016 · 9 comments
Closed

shift: can't shift that many #22

lepe opened this issue May 23, 2016 · 9 comments

Comments

@lepe
Copy link

lepe commented May 23, 2016

It seems that RESP_BODY content changed.

(Line 310)

DOMAIN_CHALLENGE="sed -e '/"http-01"/ ! d; s/.*{\([^}]*"type":"http-01"[^}]*\)}.*/\1/' "$RESP_BODY""

But, if you see the content, there is a space: "type":(HERE)"http-01". The same applies to: DOMAIN_TOKEN and DOMAIN_URI

Which makes the regular expression to fail:

push response for "type":
./letsencrypt.sh: 374: shift: can't shift that many
@llaumgui
Copy link

llaumgui commented Jun 8, 2016

Same issue

@maxdwit
Copy link

maxdwit commented Jun 18, 2016

correct. same problem.

@oddtwelve
Copy link

Same here :-( shift: 657: can't shift that many

@bruncsak
Copy link

Please try my version. I probably fixed this issue. Please give feedback: let us know.

@maxdwit
Copy link

maxdwit commented Jun 24, 2016

Tried your version.
unhandled response while checking verification status of mydomain.com
HTTP/1.1 202 Accepted
I've verified if the displayed "url": is in fact pointing to mydomain.com/.well-known/acme-challenge/xxxxx

@bruncsak
Copy link

It is fixed now. Could you have an other trial please?

@maxdwit
Copy link

maxdwit commented Jun 27, 2016

Works like a charm! Thanks for fixing it brunsak!

@oddtwelve
Copy link

Thanks, bruncsak. It is working!

@leaf-node
Copy link
Contributor

@bruncsak It works for me. :D

@lepe lepe closed this as completed Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants