<div dir="ltr"><div>Dears,<br><br></div>Do you have any idea to work arround this problem by deactivating the check of the certificate ?<br>I have this line in my code but the check is still processed. What do you suggest ?<br><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:11.3pt">stack = heat.stacks.create(<span style="color:rgb(102,0,153)">stack_name</span>=stack_name, <span style="color:rgb(102,0,153)">template</span>=nct_template, <span style="color:rgb(102,0,153)">parameters</span>={}, <b><span style="color:rgb(102,0,153)">insecure</span>=<span style="color:rgb(0,0,128)">True</span></b>)</pre></div><div class="gmail_extra"><br><div class="gmail_quote">2017-11-09 8:51 GMT+01:00 David Gabriel <span dir="ltr"><<a href="mailto:davidgab283@gmail.com" target="_blank">davidgab283@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div style="font-family:sans-serif;font-size:13.696px" dir="auto"><div style="margin:16px 0px"><div dir="ltr"><div>Dears,</div><div dir="auto"><br></div><div dir="auto">I want to use use a .pem file to call python-heatclient API in order to create stacks (Openstack address is based on https).</div><div>I am wondering, where to copy this pem file and how to refer it ?</div></div></div></div><div style="font-family:sans-serif;font-size:13.696px" dir="auto"><div style="margin:16px 0px"><div><div dir="ltr">Bellow the errors I got:<div><br></div><div><div>  File "/usr/lib/python2.7/dist-packa<wbr>ges/heatclient/v1/stacks.py", line 109, in create</div><div>    data=kwargs, headers=headers)</div><div>  File "/usr/lib/python2.7/dist-packa<wbr>ges/heatclient/common/http.py"<wbr>, line 223, in json_request</div><div>    resp = self._http_request(url, method, **kwargs)</div><div>  File "/usr/lib/python2.7/dist-packa<wbr>ges/heatclient/common/http.py"<wbr>, line 166, in _http_request</div><div>    **kwargs)</div><div>  File "/usr/local/lib/python2.7/dist<wbr>-packages/requests/api.py", line 53, in request</div><div>    return session.request(method=method, url=url, **kwargs)</div><div>  File "/usr/local/lib/python2.7/dist<wbr>-packages/requests/sessions.py<wbr>", line 468, in request</div><div>    resp = self.send(prep, **send_kwargs)</div><div>  File "/usr/local/lib/python2.7/dist<wbr>-packages/requests/sessions.py<wbr>", line 576, in send</div><div>    r = adapter.send(request, **kwargs)</div><div>  File "/usr/local/lib/python2.7/dist<wbr>-packages/requests/adapters.py<wbr>", line 447, in send</div><div>    raise SSLError(e, request=request)</div><div>SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTI<wbr>FICATE:certificate verify failed</div><div>127.0.0.1 - - [08/Nov/2017 20:34:56] "POST /stack_create HTTP/1.1" 500 2801</div></div><div dir="auto"><br></div><div dir="auto">Please tell me where to put my .pem and how to refer it in the code to work with python heatclient ?</div><div dir="auto"><br></div><div dir="auto">Thanks in advance.</div><div dir="auto">Best regards.</div></div></div></div></div></div>
</blockquote></div><br></div>