unixcharles / acme-client

A Ruby client for the letsencrypt's ACME protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge authorization

jimmybaker opened this issue · comments

According to the readme, I should be checking challenge.authorization.verify_status or authorization.verify_status of which both are undefined. Has the library changed so that I can just refer to challenge.verify_status now?

Both should work. The challenge classes delegate to their authorization part, so technically, its the same thing.

I'm really not sure how you end up with undefined here. Do you have a bit more information on what's happening / how are you using the library? What version are you using?