I used brew to install the most current version of OpenSSL -- OpenSSL 1.0.2a 19 
Mar 2015 --. on my Mac.

The Python Requests library so far is still choking.

I was able tell from running this     openssl s_client -connect 
192.168.0.50:8443 -cipher 'ALL:!SSLv2'

That the new version of OpenSSL that I just installed now can do TLSv1.2

So now I know that all SSL stuff should be working.

Now just need to get Python to play nice now with LXD rest api.

-Kevin





On May 19, 2015, at 7:41 PM, Kevin LaTona <li...@studiosola.com> wrote:

> 
>> On May 19, 2015, at 5:28 PM, Tycho Andersen <tycho.ander...@canonical.com> 
>> wrote:
>>> 
>>> LXD requires TLS 1.2, it looks like perhaps the build of ssl your
>>> python-requests is linked against doesn't provide it.
> 
> 
> So far from what I have been able to find and read this makes LDX Rest APi a 
> show stopper for some people running Apple OS X machines connecting to LDX 
> servers.
> 
> So far I've not found a way to install OpenSSL 1.02 that shipped in Jan 2015 
> on my Mac without possible messing with core Apple OS issues.
> 
> If anyone has any ideas or has done it please share how you did it or share a 
> link that talks about ways to do it.
> 
> For now I am going back to writing my SSH Python based CLI client to LDX…. 
> seems like SSH after all is looking like the simpler solution today.
> 
> Thanks
> -Kevin
> 
> 
> 
> 
> 
> _______________________________________________
> lxc-users mailing list
> lxc-users@lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-users

_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to