martinzink commented on PR #1598: URL: https://github.com/apache/nifi-minifi-cpp/pull/1598#issuecomment-1661785337
> What caused this reading from stdin and which part fixes it? I'm only seeing renames, moving stuff around, and added client cert handling to the test. Yeah it looks like my GetTCP PR got merged so that already fixed the issue. The problem was that `use_private_key_file` was called before `set_password_callback` and `use_private_key_file` calls the password callback https://github.com/apache/nifi-minifi-cpp/commit/68ba80a9d135c0783c369c848448c6c52401c170#diff-a62ddb0368e1813dff2a90fe7433e148bfc7b21b7d7ad9c8a066fd040d209ac9L125-L126 The rebase made this change not really a fix only tests so I'll rename the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
