Is there an existing issue for this?
Current Behavior
Uncaught TypeError: curl_strerror(): Argument #1 ($error_code) must be of type int, CurlHandle given.
Mage_Usa_Model_Shipping_Carrier_UpsAuth

Expected Behavior
I think it should be:
$code = curl_errno($ch);
$description = curl_strerror($code);
And should throw exception cURL Error: (6) Couldn't resolve host name - "Could not resolve host: wwwcie.ups.com" in /app/app/Mage.php:665
Steps To Reproduce
Ups settings:
UPS Type: United Parcel Service REST
- Checkout
- Complete the Billing & Shipping Address form
Environment
Anything else?
No response