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
If the agent failed to download it's client cert leading to an
Puppet::HTTP:ReponseError exception, then it tried to call a nonexistent
`message` method on the Puppet::HTTP::Response.
Instead call `message` directly on the ResponseError, which contains the HTTP
reason, e.g. Internal Server Error.
Also when renewing a client cert, explicitly call e.message instead of relying
on whatever ResponseError#to_s returns.
0 commit comments