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
No. Ruby stdlib Net::HTTP (which is used by AWS SDK for Ruby) uses CONNECT command to order the proxy to create TCP tunnel to remote SSL server. After that, all communication is encrypted. Please tcpdump packets to verify it.
When we use proxy, this is what will happen, right?
Fluent-plugin-Kinesis is writing to our proxy in cleartext (no SSL) and then the proxy is sending it up to Kinesis via SSL, correct.
So we need to handle SSL from Proxy server to AWS Kinesis regional end point??
The text was updated successfully, but these errors were encountered: