Skip to content

Commit

Permalink
Disable cert verification to workaround localhost connectivity issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Sep 28, 2021
1 parent e9aa3f7 commit 575745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/util/kmipsigner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl KmipSigner {
port: 5696,
username: None,
password: None,
insecure: false,
insecure: true,
client_cert: Some(client_cert),
server_cert: Some(server_cert),
ca_cert: Some(ca_cert),
Expand Down

0 comments on commit 575745d

Please sign in to comment.