Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log related with SSL/TLS cert loading is generated even if the target receiver is not started. #65

Open
s-takeuchi opened this issue Nov 22, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@s-takeuchi
Copy link
Owner

s-takeuchi commented Nov 22, 2020

For example, following certificate loading logs are generated even if no receiver thread is started.
The certificate loading code is implemeted in AddAllSocketInfo() of stkprop.cpp. The code should be moved to constructor of ExecElem_receiver.cpp.

17:41:31 [00021]  SSL/TLS-CA証明書の読み込み Success "ca.crt"
17:41:31 [00020]  SSL/TLS-CA証明書の読み込み Success "ca.crt"
17:41:31 [00019]  SSL/TLS-CA証明書の読み込み Success "ca.crt"
17:41:31 [00018]  SSL/TLS-CA証明書の読み込み Success "ca.crt"
17:41:31 [00017]  SSL/TLS-CA証明書の読み込み Success "ca.crt"
17:41:31 [00030]  SSL/TLS-サーバー証明書の読み込み Success "server.crt"
17:41:31 [00030]  SSL/TLS-秘密鍵の読み込み Success "server.key"
17:41:31 [00029]  SSL/TLS-サーバー証明書の読み込み Success "server.crt"
17:41:31 [00029]  SSL/TLS-秘密鍵の読み込み Success "server.key"
17:41:31 [00027]  SSL/TLS-サーバー証明書の読み込み Success "server.crt"
17:41:31 [00027]  SSL/TLS-秘密鍵の読み込み Success "server.key"
17:41:31 [00024]  SSL/TLS-サーバー証明書の読み込み Success "server.crt"
17:41:31 [00024]  SSL/TLS-秘密鍵の読み込み Success "server.key"
17:41:31 [00022]  SSL/TLS-サーバー証明書の読み込み Success "server.crt"
17:41:31 [00022]  SSL/TLS-秘密鍵の読み込み Success "server.key"
スレッドコントローラはログの出力を開始しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant