Re: [openstack-dev] [Openstack] generation of .pem file

2017-11-09 Thread Juan Antonio Osorio
On Thu, Nov 9, 2017 at 3:27 PM, David Gabriel wrote: > My objective is to create a stack using Heat. > Initially, my code worked properly with http access but when our Openstack > is updated the access is becoming via https so I got the errors I sent in > the previous email. > So I think I need t

Re: [openstack-dev] [Openstack] generation of .pem file

2017-11-09 Thread David Gabriel
My objective is to create a stack using Heat. Initially, my code worked properly with http access but when our Openstack is updated the access is becoming via https so I got the errors I sent in the previous email. So I think I need to *authenticate *using the .pem certificate. But, I don't know wh

Re: [openstack-dev] [Openstack] generation of .pem file

2017-11-09 Thread Juan Antonio Osorio
Alright, So, first question. What do you actually want to do? Do you need to authenticate with the heat endpoint with TLS (using client certificates) ? Or, do you want to merely use TLS to communicate with Heat and you're getting this verification issue? On Wed, Nov 8, 2017 at 10:48 PM, David Gab

Re: [openstack-dev] [Openstack] generation of .pem file

2017-11-08 Thread David Gabriel
I forget to send the errors I got: File "/usr/lib/python2.7/dist-packages/heatclient/v1/stacks.py", line 109, in create data=kwargs, headers=headers) File "/usr/lib/python2.7/dist-packages/heatclient/common/http.py", line 223, in json_request resp = self._http_request(url, method, **kw

Re: [openstack-dev] [Openstack] generation of .pem file

2017-11-08 Thread David Gabriel
Dear Juan, Thanks so much for your reply. I fact, the command you suggest leads to the structure of a .pem file like it is shown in the reference you provide. Let me please ask another question related to the new pem file. In fact, I want to use use it in to call python-heatclient API in order to