Unable to run API calls to the connector securely with https over port 443
Applies to
- BlueXP Connector
Issue
- Unable to run API calls from a UNIX server to BlueXP connector securely with https over port 443.
Error : The request was aborted : Could not create secure SSL/TLS secure channel.
- Curl API calls on the connector fails when TLSv1.2 is specified.
Curl command used : curl --tls-max 1.2 -X GET "https://<connectorIP>:443/occm/api/working-environments" -H "accept: application/json" -H "authorization: <bearer token>
Error : curl: (35) error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version
