[openstack-dev] [magnum] k8s api tls_enabled mode testing
Qiao, Liyong
liyong.qiao at intel.com
Wed Oct 21 11:34:14 UTC 2015
Hello,
I need your help on k8s api tls_enabled mode.
Here’s my patch https://review.openstack.org/232421
It is always failed on gate, but it works in my setup.
Debug more I found that the ca cert return api return length with difference:
On my setup:
10.238.157.49 - - [21/Oct/2015 19:16:17] "POST /v1/certificates HTTP/1.1" 201 3360
…
10.238.157.49 - - [21/Oct/2015 19:16:17] "GET /v1/certificates/d4bf6135-a3d0-4980-a785-e3f2900ca315 HTTP/1.1" 200 1357
On gate:
127.0.0.1 - - [21/Oct/2015 10:59:40] "POST /v1/certificates HTTP/1.1" 201 3352
127.0.0.1 - - [21/Oct/2015 10:59:40] "GET /v1/certificates/a9aa1bbd-d624-4791-a4b9-e7a076c8bf58 HTTP/1.1" 200 1349
Misses 8 Bit.
I also print out the cert file content, but the length of both on gate and my setup are same.
But failed on gate due to SSL exception.
Does anyone know what will be the root cause?
BR, Eli(Li Yong)Qiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151021/00ca027b/attachment.html>
More information about the OpenStack-dev
mailing list