[lxc-users] What is the best way to report bug issues with LXD rest server?

Kevin LaTona lists at studiosola.com
Mon May 25 19:16:54 UTC 2015



If one is using Mac OS X 10.8.5, Python 2.7.9, Requests or Curl, unless you can get them config'd to work with TLS1_2, the LXD rest server is not going to work for you.


The simplest way I found so far to connect from a Mac running 10.8.5 to the LDX 0.9 rest server is using a Python Subprocess call via SSH into the host machine which runs a Curl call to the LXD server which then returns the JSON/Dict object.

While it sounds like a round about way to get there, it's the only way I have found so far to bypass the surrounding issue of getting TLS1_2 to run on OS X  10.8.5 and or Python 2.7.9.


If there is any Python users on this list using the Requests module and has it working with both TLS1_2 and the LXD rest server, please share your process.

Thanks
-Kevin





More information about the lxc-users mailing list