Skip to content

Commit 206e4ea

Browse files
committed
Fix registrar client issue after rebasing
Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent 982a483 commit 206e4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keylime/src/registrar_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ impl RegistrarClientBuilder {
257257
key: self.key.clone().unwrap_or_default(),
258258
insecure: self.insecure,
259259
timeout: self.timeout.unwrap_or(5000),
260+
accept_invalid_hostnames: false,
260261
};
261262
https_client::get_https_client(&args)?
262263
} else {

0 commit comments

Comments
 (0)