Kami commented on issue #1873: URL: https://github.com/apache/libcloud/issues/1873#issuecomment-1661113699
@jklint I confirmed that this constant is indeed unused - https://github.com/search?q=repo%3Aapache%2Flibcloud++SSL_VERSION&type=code and this has been the case since 2016 / 2017 when we switched to the requests library for making HTTP(s) requests. Rightfully so, since using anything < TLS 1.2 is considered unsafe and not a good practice in this day and age. It would still be good to know with which libcloud version you encountered this error since changing that constant would only work and have an affect in case very old version of libcloud is used. I also went ahead and removed that dead and unused code to prevent confusion in the future - 56674f462e7ddf6668b4de3575736b706181f1e4. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org