diff --git a/app/code/Magento/Ups/Model/Carrier.php b/app/code/Magento/Ups/Model/Carrier.php
index 8c60f5a53a2d9..9cb1fe615aa42 100644
--- a/app/code/Magento/Ups/Model/Carrier.php
+++ b/app/code/Magento/Ups/Model/Carrier.php
@@ -77,7 +77,7 @@ class Carrier extends AbstractCarrierOnline implements CarrierInterface
*
* @var string
*/
- protected $_defaultCgiGatewayUrl = 'http://www.ups.com:80/using/services/rave/qcostcgi.cgi';
+ protected $_defaultCgiGatewayUrl = 'https://www.ups.com/using/services/rave/qcostcgi.cgi';
/**
* Test urls for shipment
diff --git a/app/code/Magento/Ups/etc/config.xml b/app/code/Magento/Ups/etc/config.xml
index e2ac1c6d6c443..791b325c65e3f 100644
--- a/app/code/Magento/Ups/etc/config.xml
+++ b/app/code/Magento/Ups/etc/config.xml
@@ -19,7 +19,7 @@
RES
GND
- http://www.ups.com/using/services/rave/qcostcgi.cgi
+ https://www.ups.com/using/services/rave/qcostcgi.cgi
https://onlinetools.ups.com/ups.app/xml/Rate
0
Magento\Ups\Model\Carrier