diff --git libcloud/compute/drivers/softlayer.py libcloud/compute/drivers/softlayer.py
index babc89c..92be797 100644
--- libcloud/compute/drivers/softlayer.py
+++ libcloud/compute/drivers/softlayer.py
@@ -108,7 +108,8 @@ class SoftLayerResponse(XMLRPCResponse):
 
 class SoftLayerConnection(XMLRPCConnection, ConnectionUserAndKey):
     responseCls = SoftLayerResponse
-    endpoint = '/xmlrpc/v3/'
+    base_url = 'https://api.softlayer.com'
+    endpoint = '/xmlrpc/v3'
 
     def request(self, service, method, *args, **kwargs):
         headers = {}
