Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/auth/ctrlm_auth_certificate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ctrlm_auth_certificate_t::ctrlm_auth_certificate_t() {

char *cert_path = NULL;
char *cert_password = NULL;
rdkcertselector_h cert_selector = rdkcertselector_new( NULL, NULL, "MTLS" );
rdkcertselector_h cert_selector = rdkcertselector_new( NULL, NULL, "FW_MTLS" );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide details about how this fixes something.


if(cert_selector == NULL){
XLOGD_TELEMETRY("cert selector init failed");
Expand Down
Loading