You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have one target where we are invoking rest API post method using http plugin, sometime the request is failing during SSL handshake and getting below error intermittently (the server certificates are self signed certificates). Please help me how to resolve this issue.
upon investigation I captured the network traffic logs through wireshark and found the call is failing whenever fluentd initiate the client hello request with TLS1.0 protocol while server certificates are configured with TlS1.2/1.3.
Below is the wireshark trace screenshot
- Fluentd version:1.16.3 tried with later version as well
- TD Agent version:4.5.2 (tried with LTS version as well)
- Fluent Package version:
- Docker image (tag):
- Operating system: Windows, RHEL 8/9
- Kernel version:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is a problem?
We have one target where we are invoking rest API post method using http plugin, sometime the request is failing during SSL handshake and getting below error intermittently (the server certificates are self signed certificates). Please help me how to resolve this issue.
"error"=>"SSL_connect SYSCALL returned=5 errno=0 state=SSLv3/TLS write client hello"
upon investigation I captured the network traffic logs through wireshark and found the call is failing whenever fluentd initiate the client hello request with TLS1.0 protocol while server certificates are configured with TlS1.2/1.3.
Below is the wireshark trace screenshot
Describe the configuration of Fluentd
Standard configuration
Describe the logs of Fluentd
only get below error in log
SSL_connect SYSCALL returned=5 errno=0 state=SSLv3/TLS write client hello
Environment
Beta Was this translation helpful? Give feedback.
All reactions