Description
In libcloud/utils/misc.py, the retry decorator is supposed to retry functions upon encountering transient network failures. However, the list of exceptions is missing ssl.SSLError, which can be thrown when attempting to connect over HTTPS.