-
Notifications
You must be signed in to change notification settings - Fork 59
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
Keylime Agent will crash on hostname usage #794
Comments
This (inability to refer to
|
Thank you for reporting! This is a duplicate of #454 |
Just to be clear, the problem does not seem to be cause by setting the |
Just for more context, this used to work on the
|
Ah, ok, I see... This is most probably due to the changes introduced to support IPv6 addresses in #765. |
As @maugustosilva has pinpointed, the crash occurs when you change the registrar's IP address to a hostname in the agent.conf file. The environment worked perfectly before the change (from IP address to hostname) and resumed working after reverting to an IP address. |
Environment
Rust Keylime Agent: v0.2.5
Rust: v1.78.0
Description
The Keylime Agent will crash with the following message if Keylime Registrar is set with a hostname instead of an IP address on the agent configuration file.
Error: IpParserError(ParseError { input: "keylime-registrar", source: Error { variant: ParsingError { positives: [ip], negatives: [] }, location: Pos(0), line_col: Pos((1, 1)), path: None, line: "keylime-registrar", continued_line: None } })
The text was updated successfully, but these errors were encountered: