File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1400,6 +1400,8 @@ int flb_output_init_all(struct flb_config *config)
1400
1400
}
1401
1401
1402
1402
if (ins -> tls_win_certstore_name ) {
1403
+ flb_debug ("[output %s] starting to load %s certstore in TLS context" ,
1404
+ ins -> name , ins -> tls_win_certstore_name );
1403
1405
ret = flb_tls_set_certstore_name (ins -> tls , ins -> tls_win_certstore_name );
1404
1406
if (ret == -1 ) {
1405
1407
flb_error ("[output %s] error specify certstore name in TLS context" ,
@@ -1408,6 +1410,8 @@ int flb_output_init_all(struct flb_config *config)
1408
1410
return -1 ;
1409
1411
}
1410
1412
1413
+ flb_debug ("[output %s] attempting to load %s certstore in TLS context" ,
1414
+ ins -> name , ins -> tls_win_certstore_name );
1411
1415
ret = flb_tls_load_system_certificates (ins -> tls );
1412
1416
if (ret == -1 ) {
1413
1417
flb_error ("[output %s] error set up to load certstore with a user-defined name in TLS context" ,
You can’t perform that action at this time.
0 commit comments