Closed triton3 closed 10 months ago
AWS CPP SDK version used 1.4.31
1.4 is awfully old and we arent going to be offering any more updates on the 1.4 tag. Also in 1.11 we changed a lot with how we resolve endpoints which will likely resolve your problem. Is there any reason you cannot update from 1.4 to 1.11?
Is there any reason you cannot update from 1.4 to 1.11?
Honestly, it was because of the breaking changes in v1.5 which blocked us from keeping it up to date.
The issue really is that v1.4 was working perfectly fine until macOS 14.2 - We are not sure why the macOS version would cause a connectivity issue with AWS. Could it be the CURL version?
Any suggestions on what we could do to make it work, without having to do a complete overhaul with sdk v1.11? Could it be the CURL version?
i think this could be correct, you could try targeting a older version of curl. but ultimately I do have to recommend updating to pick up important changes that have happened since.
Does the latest v1.11 work on macOS 14.2?
Yeah we have daily CI builds for it, and if we did break it, it would be a super high priority fix because of the number of developers it would effect
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.
I do have to recommend updating to pick up important changes that have happened since.
We updated to the latest sdk v1.11.235 and still seeing connectivity issues. Logs attached below.
Error message: curlCode: 35, SSL connect error
Logs:
[INFO] 2024-01-03 17:47:49.044 Aws_Init_Cleanup [0x30c6f4000] Initiate AWS SDK for C++ with Version:1.11.235
[TRACE] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.044 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/credentials and using profilePrefix = 0
[TRACE] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.044 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/config and using profilePrefix = 1
[TRACE] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.044 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/credentials for reading.
[INFO] 2024-01-03 17:47:49.044 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[TRACE] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.044 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.044 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/config for reading.
[INFO] 2024-01-03 17:47:49.044 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa3f20: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa3f20: pipe descriptors read 25, write 26.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa3f20: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa26c0: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa26c0: pipe descriptors read 28, write 29.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa26c0: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cb1e000] id=0x600002fa3f20: main loop started
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cb1e000] id=0x600002fa3f20: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30cb1e000] id=0x600002fa3f20: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa3ca0: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa3ca0: pipe descriptors read 31, write 32.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa3ca0: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cba1000] id=0x600002fa26c0: main loop started
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cba1000] id=0x600002fa26c0: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30cba1000] id=0x600002fa26c0: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa7070: Initializing edge-triggered kqueue
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cc24000] id=0x600002fa3ca0: main loop started
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa7070: pipe descriptors read 34, write 35.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cc24000] id=0x600002fa3ca0: default timeout 100s, and max events to process per tick 100
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30c6f4000] id=0x600002fa7070: starting event-loop thread.
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30cc24000] id=0x600002fa3ca0: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cca7000] id=0x600002fa7070: main loop started
[INFO] 2024-01-03 17:47:49.044 dns [0x30c6f4000] id=0x6000039ed2c0: Initializing default host resolver with 8 max host entries.
[INFO] 2024-01-03 17:47:49.044 event-loop [0x30cca7000] id=0x600002fa7070: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.044 event-loop [0x30cca7000] id=0x600002fa7070: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.044 channel-bootstrap [0x30c6f4000] id=0x6000027ef170: Initializing client bootstrap with event-loop group 0x6000028d8180
[DEBUG] 2024-01-03 17:47:49.044 HttpClientFactory [0x30c6f4000] Initializing Http Static State
[DEBUG] 2024-01-03 17:47:49.044 HttpClientFactory [0x30c6f4000] Initializing Curl Http Client
[INFO] 2024-01-03 17:47:49.044 CurlHttpClient [0x30c6f4000] Initializing Curl library with version: 8.4.0, ssl version: SecureTransport (LibreSSL/3.3.6)
[INFO] 2024-01-03 17:47:49.049 EC2MetadataClient [0x30c6f4000] Using IMDS endpoint: http://169.254.169.254
[DEBUG] 2024-01-03 17:47:49.049 ClientConfiguration [0x30c6f4000] Request Compression enabled
[DEBUG] 2024-01-03 17:47:49.049 ClientConfiguration [0x30c6f4000] ClientConfiguration will use MinReqCompression: 10240
[DEBUG] 2024-01-03 17:47:49.049 ClientConfiguration [0x30c6f4000] ClientConfiguration will use SDK Auto Resolved profile: [default] if not specified by users.
[INFO] 2024-01-03 17:47:49.049 ClientConfiguration [0x30c6f4000] Retry Strategy will use the default max attempts.
[INFO] 2024-01-03 17:47:49.049 EC2MetadataClient [0x30c6f4000] Creating AWSHttpResourceClient with max connections 2 and scheme http
[INFO] 2024-01-03 17:47:49.049 CurlHandleContainer [0x30c6f4000] Initializing CurlHandleContainer with size 2
[INFO] 2024-01-03 17:47:49.050 Aws_Init_Cleanup [0x30c6f4000] Shutdown AWS SDK for C++.
[INFO] 2024-01-03 17:47:49.050 CurlHandleContainer [0x30c6f4000] Cleaning up CurlHandleContainer.
[DEBUG] 2024-01-03 17:47:49.050 HttpClientFactory [0x30c6f4000] Cleanup Http Static State
[DEBUG] 2024-01-03 17:47:49.050 HttpClientFactory [0x30c6f4000] Cleanup Curl Http Client
[INFO] 2024-01-03 17:47:49.157 Aws_Init_Cleanup [0x30c6f4000] Initiate AWS SDK for C++ with Version:1.11.235
[TRACE] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.157 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/credentials and using profilePrefix = 0
[TRACE] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.157 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/config and using profilePrefix = 1
[TRACE] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.157 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/credentials for reading.
[INFO] 2024-01-03 17:47:49.157 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[TRACE] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:47:49.157 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:47:49.157 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/config for reading.
[INFO] 2024-01-03 17:47:49.157 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab980: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab980: pipe descriptors read 25, write 26.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab980: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002faaf30: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002faaf30: pipe descriptors read 28, write 29.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002faaf30: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cb1e000] id=0x600002fab980: main loop started
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cb1e000] id=0x600002fab980: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30cb1e000] id=0x600002fab980: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab0c0: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab0c0: pipe descriptors read 31, write 32.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab0c0: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cba1000] id=0x600002faaf30: main loop started
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cba1000] id=0x600002faaf30: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30cba1000] id=0x600002faaf30: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab750: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab750: pipe descriptors read 34, write 35.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cc24000] id=0x600002fab0c0: main loop started
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30c6f4000] id=0x600002fab750: starting event-loop thread.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cc24000] id=0x600002fab0c0: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30cc24000] id=0x600002fab0c0: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:47:49.157 dns [0x30c6f4000] id=0x6000039d67c0: Initializing default host resolver with 8 max host entries.
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cca7000] id=0x600002fab750: main loop started
[INFO] 2024-01-03 17:47:49.157 channel-bootstrap [0x30c6f4000] id=0x6000027a4a10: Initializing client bootstrap with event-loop group 0x6000028dde00
[INFO] 2024-01-03 17:47:49.157 event-loop [0x30cca7000] id=0x600002fab750: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:47:49.157 event-loop [0x30cca7000] id=0x600002fab750: waiting for a maximum of 100s 0ns
[DEBUG] 2024-01-03 17:47:49.157 HttpClientFactory [0x30c6f4000] Initializing Http Static State
[DEBUG] 2024-01-03 17:47:49.157 HttpClientFactory [0x30c6f4000] Initializing Curl Http Client
[INFO] 2024-01-03 17:47:49.157 EC2MetadataClient [0x30c6f4000] Using IMDS endpoint: http://169.254.169.254
[DEBUG] 2024-01-03 17:47:49.157 ClientConfiguration [0x30c6f4000] Request Compression enabled
[DEBUG] 2024-01-03 17:47:49.157 ClientConfiguration [0x30c6f4000] ClientConfiguration will use MinReqCompression: 10240
[DEBUG] 2024-01-03 17:47:49.157 ClientConfiguration [0x30c6f4000] ClientConfiguration will use SDK Auto Resolved profile: [default] if not specified by users.
[INFO] 2024-01-03 17:47:49.157 ClientConfiguration [0x30c6f4000] Retry Strategy will use the default max attempts.
[INFO] 2024-01-03 17:47:49.157 EC2MetadataClient [0x30c6f4000] Creating AWSHttpResourceClient with max connections 2 and scheme http
[INFO] 2024-01-03 17:47:49.157 CurlHandleContainer [0x30c6f4000] Initializing CurlHandleContainer with size 2
[INFO] 2024-01-03 17:47:49.157 Aws_Init_Cleanup [0x30c6f4000] Shutdown AWS SDK for C++.
[INFO] 2024-01-03 17:47:49.157 CurlHandleContainer [0x30c6f4000] Cleaning up CurlHandleContainer.
[DEBUG] 2024-01-03 17:47:49.157 HttpClientFactory [0x30c6f4000] Cleanup Http Static State
[DEBUG] 2024-01-03 17:47:49.157 HttpClientFactory [0x30c6f4000] Cleanup Curl Http Client
[INFO] 2024-01-03 17:48:25.108 Aws_Init_Cleanup [0x30c6f4000] Initiate AWS SDK for C++ with Version:1.11.235
[TRACE] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:48:25.108 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/credentials and using profilePrefix = 0
[TRACE] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:48:25.108 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/config and using profilePrefix = 1
[TRACE] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:48:25.108 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/credentials for reading.
[INFO] 2024-01-03 17:48:25.108 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[TRACE] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.108 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:48:25.108 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/config for reading.
[INFO] 2024-01-03 17:48:25.108 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fc7610: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fc7610: pipe descriptors read 31, write 32.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fc7610: starting event-loop thread.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fc5bd0: Initializing edge-triggered kqueue
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fc5bd0: pipe descriptors read 34, write 35.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fc5bd0: starting event-loop thread.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30ca10000] id=0x600002fc7610: main loop started
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30ca10000] id=0x600002fc7610: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30ca10000] id=0x600002fc7610: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002ffdb80: Initializing edge-triggered kqueue
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30cb1e000] id=0x600002fc5bd0: main loop started
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002ffdb80: pipe descriptors read 37, write 38.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30cb1e000] id=0x600002fc5bd0: default timeout 100s, and max events to process per tick 100
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002ffdb80: starting event-loop thread.
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30cb1e000] id=0x600002fc5bd0: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fd0870: Initializing edge-triggered kqueue
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30cba1000] id=0x600002ffdb80: main loop started
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fd0870: pipe descriptors read 40, write 41.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30cba1000] id=0x600002ffdb80: default timeout 100s, and max events to process per tick 100
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30c6f4000] id=0x600002fd0870: starting event-loop thread.
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30cba1000] id=0x600002ffdb80: waiting for a maximum of 100s 0ns
[INFO] 2024-01-03 17:48:25.108 dns [0x30c6f4000] id=0x6000039d5680: Initializing default host resolver with 8 max host entries.
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30cc24000] id=0x600002fd0870: main loop started
[INFO] 2024-01-03 17:48:25.108 channel-bootstrap [0x30c6f4000] id=0x6000027a72c0: Initializing client bootstrap with event-loop group 0x6000028ea5e0
[INFO] 2024-01-03 17:48:25.108 event-loop [0x30cc24000] id=0x600002fd0870: default timeout 100s, and max events to process per tick 100
[TRACE] 2024-01-03 17:48:25.108 event-loop [0x30cc24000] id=0x600002fd0870: waiting for a maximum of 100s 0ns
[DEBUG] 2024-01-03 17:48:25.108 HttpClientFactory [0x30c6f4000] Initializing Http Static State
[DEBUG] 2024-01-03 17:48:25.108 HttpClientFactory [0x30c6f4000] Initializing Curl Http Client
[INFO] 2024-01-03 17:48:25.108 EC2MetadataClient [0x30c6f4000] Using IMDS endpoint: http://169.254.169.254
[DEBUG] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] Request Compression enabled
[DEBUG] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] ClientConfiguration will use MinReqCompression: 10240
[DEBUG] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] ClientConfiguration will use SDK Auto Resolved profile: [default] if not specified by users.
[INFO] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] Retry Strategy will use the default max attempts.
[INFO] 2024-01-03 17:48:25.108 EC2MetadataClient [0x30c6f4000] Creating AWSHttpResourceClient with max connections 2 and scheme http
[INFO] 2024-01-03 17:48:25.108 CurlHandleContainer [0x30c6f4000] Initializing CurlHandleContainer with size 2
[DEBUG] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] Request Compression enabled
[DEBUG] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] ClientConfiguration will use MinReqCompression: 10240
[DEBUG] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] ClientConfiguration will use SDK Auto Resolved profile: [default] if not specified by users.
[INFO] 2024-01-03 17:48:25.108 ClientConfiguration [0x30c6f4000] Retry Strategy will use the default max attempts.
[TRACE] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:48:25.121 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Initializing config loader against fileName ~/Library/Containers/com.myapp/Data/.aws/credentials and using profilePrefix = 0
[TRACE] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[TRACE] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[INFO] 2024-01-03 17:48:25.121 ProfileConfigFileAWSCredentialsProvider [0x30c6f4000] Setting provider to read credentials from ~/Library/Containers/com.myapp/Data/.aws/credentials for credentials file and ~/Library/Containers/com.myapp/Data/.aws/config for the config file , for use with profile default
[INFO] 2024-01-03 17:48:25.121 ProcessCredentialsProvider [0x30c6f4000] Setting process credentials provider to read config from default
[WARN] 2024-01-03 17:48:25.121 STSAssumeRoleWithWebIdentityCredentialsProvider [0x30c6f4000] Token file must be specified to use STS AssumeRole web identity creds provider.
[INFO] 2024-01-03 17:48:25.121 SSOBearerTokenProvider [0x30c6f4000] Setting sso bearerToken provider to read config from default
[INFO] 2024-01-03 17:48:25.121 SSOCredentialsProvider [0x30c6f4000] Setting sso credentials provider to read config from default
[DEBUG] 2024-01-03 17:48:25.121 DefaultAWSCredentialsProviderChain [0x30c6f4000] The environment variable value AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is
[DEBUG] 2024-01-03 17:48:25.121 DefaultAWSCredentialsProviderChain [0x30c6f4000] The environment variable value AWS_CONTAINER_CREDENTIALS_FULL_URI is
[DEBUG] 2024-01-03 17:48:25.121 DefaultAWSCredentialsProviderChain [0x30c6f4000] The environment variable value AWS_EC2_METADATA_DISABLED is TRUE
[INFO] 2024-01-03 17:48:25.121 Aws::Config::AWSConfigFileProfileConfigLoader [0x30c6f4000] Unable to open config file ~/Library/Containers/com.myapp/Data/.aws/credentials for reading.
[INFO] 2024-01-03 17:48:25.121 Aws::Config::AWSProfileConfigLoaderBase [0x30c6f4000] Failed to reload configuration.
[INFO] 2024-01-03 17:48:25.121 ProcessCredentialsProvider [0x30c6f4000] Failed to find credential process's profile: default
[TRACE] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Checking HOME for the home directory.
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Environment value for variable HOME is ~/Library/Containers/com.myapp/Data
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Home directory is missing the final / appending one to normalize
[DEBUG] 2024-01-03 17:48:25.121 FileSystemUtils [0x30c6f4000] Final Home Directory is ~/Library/Containers/com.myapp/Data/
[DEBUG] 2024-01-03 17:48:25.121 SSOCredentialsProvider [0x30c6f4000] Loading token from: ~/Library/Containers/com.myapp/Data/.aws/sso/cache/da39a3ee5e6b4b0d3255bfef95601890afd80709.json
[DEBUG] 2024-01-03 17:48:25.121 SSOCredentialsProvider [0x30c6f4000] Preparing to load token from: ~/Library/Containers/com.myapp/Data/.aws/sso/cache/da39a3ee5e6b4b0d3255bfef95601890afd80709.json
[INFO] 2024-01-03 17:48:25.121 SSOCredentialsProvider [0x30c6f4000] Unable to open token file on path: ~/Library/Containers/com.myapp/Data/.aws/sso/cache/da39a3ee5e6b4b0d3255bfef95601890afd80709.json
[TRACE] 2024-01-03 17:48:25.121 SSOCredentialsProvider [0x30c6f4000] Access token for SSO not available
[INFO] 2024-01-03 17:48:25.121 CurlHandleContainer [0x30c6f4000] Initializing CurlHandleContainer with size 25
[TRACE] 2024-01-03 17:48:25.122 Aws::Endpoint::DefaultEndpointProvider [0x30c6f4000] Endpoint str eval parameter: Region = us-east-1
[TRACE] 2024-01-03 17:48:25.122 Aws::Endpoint::DefaultEndpointProvider [0x30c6f4000] Endpoint bool eval parameter: UseFIPS = 0
[TRACE] 2024-01-03 17:48:25.122 Aws::Endpoint::DefaultEndpointProvider [0x30c6f4000] Endpoint bool eval parameter: UseDualStack = 0
[DEBUG] 2024-01-03 17:48:25.123 Unknown [0x30c6f4000] Resolved endpoint with status 0
[DEBUG] 2024-01-03 17:48:25.123 Aws::Endpoint::DefaultEndpointProvider [0x30c6f4000] Endpoint rules engine evaluated the endpoint: https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.123 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:25.123 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=1
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:25.123 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:25.123 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:25.123 CurlHandleContainer [0x30c6f4000] No current connections available in pool. Attempting to create new connections.
[DEBUG] 2024-01-03 17:48:25.123 CurlHandleContainer [0x30c6f4000] attempting to grow pool size by 2
[INFO] 2024-01-03 17:48:25.124 CurlHandleContainer [0x30c6f4000] Pool grown by 2
[DEBUG] 2024-01-03 17:48:25.124 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:25.124 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82fa2c4600
[DEBUG] 2024-01-03 17:48:25.124 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82fa2c4600
[DEBUG] 2024-01-03 17:48:25.124 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:25.161 CURL [0x30c6f4000] (Text) Trying 54.237.149.79:443...
[DEBUG] 2024-01-03 17:48:25.188 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.237.149.79) port 443
[DEBUG] 2024-01-03 17:48:25.188 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:25.188 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:25.188 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:25.199 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:25.199 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:25.216 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:25.216 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:25.217 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.217 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.218 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.218 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:25.218 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:25.218 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:25.218 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.218 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.219 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.219 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:25.219 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:25.221 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82fa2c4600
[DEBUG] 2024-01-03 17:48:25.221 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.221 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:25.221 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.237.149.79
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:25.221 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:25.221 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:25.221 AWSClient [0x30c6f4000] Request failed, now waiting 0 ms before attempting again.
[TRACE] 2024-01-03 17:48:25.222 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:25.222 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=2; max=11
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:25.222 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:25.222 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:25.222 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.222 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.222 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:25.223 CURL [0x30c6f4000] (Text) Trying 54.237.149.79:443...
[DEBUG] 2024-01-03 17:48:25.258 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.237.149.79) port 443
[DEBUG] 2024-01-03 17:48:25.258 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:25.259 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:25.259 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:25.269 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:25.269 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:25.286 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:25.286 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.287 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.288 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.288 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:25.288 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:25.289 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.289 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.289 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:25.289 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.237.149.79
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:25.289 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:25.289 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:25.289 AWSClient [0x30c6f4000] Request failed, now waiting 50 ms before attempting again.
[TRACE] 2024-01-03 17:48:25.345 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:25.345 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=3; max=11
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:25.345 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:25.345 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:25.345 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.345 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.345 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:25.348 CURL [0x30c6f4000] (Text) Trying 54.237.149.79:443...
[DEBUG] 2024-01-03 17:48:25.379 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.237.149.79) port 443
[DEBUG] 2024-01-03 17:48:25.379 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:25.380 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:25.380 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:25.392 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:25.392 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:25.410 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:25.410 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:25.411 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.412 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.412 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.412 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:25.412 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:25.414 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.414 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82dc83ee00
[DEBUG] 2024-01-03 17:48:25.414 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:25.414 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.237.149.79
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:25.414 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:25.414 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:25.414 AWSClient [0x30c6f4000] Request failed, now waiting 100 ms before attempting again.
[TRACE] 2024-01-03 17:48:25.519 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:25.519 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=4; max=11
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:25.520 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:25.520 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:25.520 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82dc83ee00
[DEBUG] 2024-01-03 17:48:25.520 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82dc83ee00
[DEBUG] 2024-01-03 17:48:25.520 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:25.523 CURL [0x30c6f4000] (Text) Trying 54.237.149.79:443...
[DEBUG] 2024-01-03 17:48:25.554 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.237.149.79) port 443
[DEBUG] 2024-01-03 17:48:25.554 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:25.555 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:25.555 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:25.567 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:25.567 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:25.590 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:25.590 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:25.590 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.590 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.591 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:25.592 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:25.593 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82dc83ee00
[DEBUG] 2024-01-03 17:48:25.593 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82dc03bc00
[DEBUG] 2024-01-03 17:48:25.593 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:25.593 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.237.149.79
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:25.594 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:25.594 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:25.594 AWSClient [0x30c6f4000] Request failed, now waiting 200 ms before attempting again.
[TRACE] 2024-01-03 17:48:25.799 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:25.799 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=5; max=11
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:25.799 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:25.799 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:25.799 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82dc03bc00
[DEBUG] 2024-01-03 17:48:25.799 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82dc03bc00
[DEBUG] 2024-01-03 17:48:25.800 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:25.802 CURL [0x30c6f4000] (Text) Trying 54.237.149.79:443...
[DEBUG] 2024-01-03 17:48:25.828 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.237.149.79) port 443
[DEBUG] 2024-01-03 17:48:25.828 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:25.829 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:25.829 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:25.840 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:25.840 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:25.864 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:25.865 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:25.866 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:25.866 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:25.866 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:25.868 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82dc03bc00
[DEBUG] 2024-01-03 17:48:25.868 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:25.868 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:25.868 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.237.149.79
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:25.868 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:25.868 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:25.868 AWSClient [0x30c6f4000] Request failed, now waiting 400 ms before attempting again.
[TRACE] 2024-01-03 17:48:26.273 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:26.273 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=6; max=11
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:26.273 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:26.273 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:26.273 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:26.273 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:26.274 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:26.276 CURL [0x30c6f4000] (Text) Trying 54.86.237.5:443...
[DEBUG] 2024-01-03 17:48:26.303 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.86.237.5) port 443
[DEBUG] 2024-01-03 17:48:26.304 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:26.304 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:26.304 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:26.318 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:26.318 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:26.332 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:26.332 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:26.332 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:26.332 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:26.333 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:26.334 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:26.335 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:26.335 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82da01b000
[DEBUG] 2024-01-03 17:48:26.335 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:26.336 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.86.237.5
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:26.336 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:26.336 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:26.336 AWSClient [0x30c6f4000] Request failed, now waiting 800 ms before attempting again.
[TRACE] 2024-01-03 17:48:27.137 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:27.137 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=7; max=11
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:27.137 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:27.137 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:27.137 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82da01b000
[DEBUG] 2024-01-03 17:48:27.137 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82da01b000
[DEBUG] 2024-01-03 17:48:27.137 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:27.140 CURL [0x30c6f4000] (Text) Trying 54.86.237.5:443...
[DEBUG] 2024-01-03 17:48:27.171 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.86.237.5) port 443
[DEBUG] 2024-01-03 17:48:27.171 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:27.172 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:27.172 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:27.184 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:27.184 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:27.199 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:27.199 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:27.199 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:27.199 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:27.200 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:27.200 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:27.200 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:27.200 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:27.200 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:27.200 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:27.201 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:27.201 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:27.201 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:27.203 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82da01b000
[DEBUG] 2024-01-03 17:48:27.203 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:27.203 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:27.203 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.86.237.5
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:27.203 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:27.203 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:27.203 AWSClient [0x30c6f4000] Request failed, now waiting 1600 ms before attempting again.
[TRACE] 2024-01-03 17:48:28.809 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:28.809 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=8; max=11
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:28.809 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:28.809 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:28.809 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:28.809 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:28.809 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:28.813 CURL [0x30c6f4000] (Text) Trying 18.233.20.179:443...
[DEBUG] 2024-01-03 17:48:28.842 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (18.233.20.179) port 443
[DEBUG] 2024-01-03 17:48:28.843 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:28.843 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:28.843 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:28.856 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:28.856 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:28.872 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:28.872 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:28.872 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:28.872 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:28.873 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:28.873 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:28.875 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82fa89c000
[DEBUG] 2024-01-03 17:48:28.875 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:28.875 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:28.875 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 18.233.20.179
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:28.875 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:28.875 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:28.876 AWSClient [0x30c6f4000] Request failed, now waiting 3200 ms before attempting again.
[TRACE] 2024-01-03 17:48:32.081 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:32.081 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=9; max=11
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:32.081 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:32.081 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:32.081 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:32.081 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:32.082 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:32.085 CURL [0x30c6f4000] (Text) Trying 107.23.54.86:443...
[DEBUG] 2024-01-03 17:48:32.114 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (107.23.54.86) port 443
[DEBUG] 2024-01-03 17:48:32.114 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:32.115 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:32.115 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:32.126 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:32.126 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:32.143 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:32.143 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:32.143 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:32.143 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:32.144 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:32.144 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:32.144 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:32.144 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:32.144 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:32.144 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:32.145 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:32.145 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:32.145 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:32.146 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:32.146 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:32.146 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:32.146 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 107.23.54.86
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:32.147 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:32.147 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:32.147 AWSClient [0x30c6f4000] Request failed, now waiting 6400 ms before attempting again.
[TRACE] 2024-01-03 17:48:38.552 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:38.552 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=10; max=11
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:38.552 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:38.553 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:38.553 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:38.553 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:38.553 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:38.553 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:38.556 CURL [0x30c6f4000] (Text) Trying 3.224.26.244:443...
[DEBUG] 2024-01-03 17:48:38.585 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (3.224.26.244) port 443
[DEBUG] 2024-01-03 17:48:38.585 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:38.586 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:38.586 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:38.598 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:38.598 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:38.618 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:38.618 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:38.618 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:38.618 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:38.619 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:38.619 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:38.619 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:38.619 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:38.619 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:38.619 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:38.620 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:38.620 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:38.620 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:38.622 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82dc037800
[DEBUG] 2024-01-03 17:48:38.622 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82da021c00
[DEBUG] 2024-01-03 17:48:38.622 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:38.622 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 3.224.26.244
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:38.622 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:38.622 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[WARN] 2024-01-03 17:48:38.622 AWSClient [0x30c6f4000] Request failed, now waiting 12800 ms before attempting again.
[TRACE] 2024-01-03 17:48:51.425 AWSClient [0x30c6f4000] Found body, but content-length has not been set, attempting to compute content-length
[DEBUG] 2024-01-03 17:48:51.425 AWSClient [0x30c6f4000] Request Successfully signed
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] Making request to https://cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] Including headers:
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] amz-sdk-invocation-id: BA0E6C30-AFDA-46CF-BA85-F67CA995343C
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] amz-sdk-request: attempt=11; max=11
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] content-length: 1082
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] content-type: application/x-amz-json-1.1
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] host: cognito-idp.us-east-1.amazonaws.com
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] user-agent: aws-sdk-cpp/1.11.235 ua/2.0 md/aws-crt#0.24.11 os/Darwin/23.2.0 md/arch#x86_64 lang/c++#C++11 md/Clang#15.0.0 cfg/retry-mode#default api/Cognito_Identity_Provider
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] x-amz-api-version: 2016-04-18
[TRACE] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] x-amz-target: AWSCognitoIdentityProviderService.InitiateAuth
[DEBUG] 2024-01-03 17:48:51.425 CurlHandleContainer [0x30c6f4000] Attempting to acquire curl connection.
[DEBUG] 2024-01-03 17:48:51.425 CurlHandleContainer [0x30c6f4000] Connection has been released. Continuing.
[DEBUG] 2024-01-03 17:48:51.425 CurlHandleContainer [0x30c6f4000] Returning connection handle 0x7f82da021c00
[DEBUG] 2024-01-03 17:48:51.425 CurlHttpClient [0x30c6f4000] Obtained connection handle 0x7f82da021c00
[DEBUG] 2024-01-03 17:48:51.425 CURL [0x30c6f4000] (Text) WARNING: failed to open cookie file ""
[DEBUG] 2024-01-03 17:48:51.429 CURL [0x30c6f4000] (Text) Trying 54.88.170.187:443...
[DEBUG] 2024-01-03 17:48:51.458 CURL [0x30c6f4000] (Text) Connected to cognito-idp.us-east-1.amazonaws.com (54.88.170.187) port 443
[DEBUG] 2024-01-03 17:48:51.458 CURL [0x30c6f4000] (Text) ALPN: curl offers h2,http/1.1
[DEBUG] 2024-01-03 17:48:51.459 CURL [0x30c6f4000] (Text) (304) (OUT), TLS handshake, Client hello (1):
[DEBUG] 2024-01-03 17:48:51.459 CURL [0x30c6f4000] (SSLDataOut) 336bytes
[DEBUG] 2024-01-03 17:48:51.472 CURL [0x30c6f4000] (Text) CAfile: /etc/ssl/cert.pem
[DEBUG] 2024-01-03 17:48:51.472 CURL [0x30c6f4000] (Text) CApath: none
[DEBUG] 2024-01-03 17:48:51.488 CURL [0x30c6f4000] (Text) (304) (IN), TLS handshake, Server hello (2):
[DEBUG] 2024-01-03 17:48:51.488 CURL [0x30c6f4000] (SSLDataIn) 100bytes
[DEBUG] 2024-01-03 17:48:51.489 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:51.489 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:51.489 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:51.489 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[DEBUG] 2024-01-03 17:48:51.490 CURL [0x30c6f4000] (Text) LibreSSL/3.3.6: error:0DFFF0A1:lib(13):func(4095):reason(161)
[DEBUG] 2024-01-03 17:48:51.490 CURL [0x30c6f4000] (Text) Closing connection
[DEBUG] 2024-01-03 17:48:51.490 CURL [0x30c6f4000] (Text) TLSv1.2 (IN), TLS handshake, Certificate (11):
[DEBUG] 2024-01-03 17:48:51.490 CURL [0x30c6f4000] (SSLDataIn) 5030bytes
[DEBUG] 2024-01-03 17:48:51.490 CURL [0x30c6f4000] (Text) TLSv1.2 (OUT), TLS alert, decrypt error (563):
[DEBUG] 2024-01-03 17:48:51.490 CURL [0x30c6f4000] (SSLDataOut) 2bytes
[ERROR] 2024-01-03 17:48:51.490 CurlHttpClient [0x30c6f4000] Curl returned error code 35 - SSL connect error
[DEBUG] 2024-01-03 17:48:51.491 CurlHandleContainer [0x30c6f4000] Destroy curl handle: 0x7f82da021c00
[DEBUG] 2024-01-03 17:48:51.491 CurlHandleContainer [0x30c6f4000] Created replacement handle and released to pool: 0x7f82fa8c7000
[DEBUG] 2024-01-03 17:48:51.491 AWSClient [0x30c6f4000] Request returned error. Attempting to generate appropriate error codes from response
[ERROR] 2024-01-03 17:48:51.491 AWSJsonClient [0x30c6f4000] HTTP response code: -1
Resolved remote host IP address: 54.88.170.187
Request ID:
Exception name:
Error message: curlCode: 35, SSL connect error
0 response headers:
[WARN] 2024-01-03 17:48:51.492 AWSClient [0x30c6f4000] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
[DEBUG] 2024-01-03 17:48:51.492 AWSClient [0x30c6f4000] Date header was not found in the response, can't attempt to detect clock skew
[INFO] 2024-01-03 17:48:51.492 Aws_Init_Cleanup [0x30c6f4000] Shutdown AWS SDK for C++.
[INFO] 2024-01-03 17:48:51.492 CurlHandleContainer [0x30c6f4000] Cleaning up CurlHandleContainer.
[DEBUG] 2024-01-03 17:48:51.492 HttpClientFactory [0x30c6f4000] Cleanup Http Static State
[DEBUG] 2024-01-03 17:48:51.492 HttpClientFactory [0x30c6f4000] Cleanup Curl Http Client
Reading elsewhere, this appears to be an issue with the libcurl that comes with macOS 14.2 (which I believe is v.8.4.0). There is talk that v.8.5.0 does not suffer from this issue but I've yet to confirm that this is the case. Also note:
This is interesting. I updated XCode to 15.1 (and associated tools to use macOS 14.2 sdk).
Now I see the same behavior @Jonathanrwebb reported.
This seems to be the case both with AWS sdk v1.4.31 (which we had earlier), as well as with latest AWS sdk v1.11.235
I am not sure why subsequent calls fail, but the end result is still the same that our app cannot even get past initial authentication.
Could it be that the AWS sdk needs to be rebuilt using curl v8.4.0 ? Is there a way to specify that if curl is installed in a separate location when building the sdk from source?
@Jonathanrwebb See this comment: https://github.com/aws/aws-sdk-cpp/issues/2804#issuecomment-1876124188
Describe the bug
OS: macOS Sonoma 14.2
AWS sdk is unable to connect to any endpoint (Cognito and Lambda endpoints for example).
Expected Behavior
The sdk successfully connects to endpoints.
Current Behavior
Connection fails with Curl http endpoint.
CurlHttpClient [0x308ac8000] Curl returned error code 35
Reproduction Steps
Aws::CognitoIdentityProvider::Model::InitiateAuthOutcome auth_request_result = cognito_client_->InitiateAuth(auth_request);
Possible Solution
No response
Additional Information/Context
SDK logs:
AWS CPP SDK version used
1.4.31
Compiler and Version used
clang version 15.0.0
Operating System and version
macOS Sonoma v14.2