Change in vdsm[master]: ssl: common name differences on f23

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Mon Feb 8 14:42:32 UTC 2016


Piotr Kliczewski has uploaded a new change for review.

Change subject: ssl: common name differences on f23
......................................................................

ssl: common name differences on f23

When we introduced 186c8574 changed common name in our tests
certificates to ::1 which fails on f23. When listening host matches
common name there is no issue.


Change-Id: Ibce231d3f5607b6f8c34b267d350039b7a6539b7
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
---
M tests/integration/jsonRpcHelper.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/31/53231/1

diff --git a/tests/integration/jsonRpcHelper.py b/tests/integration/jsonRpcHelper.py
index e17e13a..0ccde5f 100644
--- a/tests/integration/jsonRpcHelper.py
+++ b/tests/integration/jsonRpcHelper.py
@@ -88,7 +88,7 @@
     reactor = Reactor()
     acceptor = MultiProtocolAcceptor(
         reactor,
-        "127.0.0.1",
+        "::1",
         0,
         sslctx,
     )


-- 
To view, visit https://gerrit.ovirt.org/53231
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibce231d3f5607b6f8c34b267d350039b7a6539b7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>


More information about the vdsm-patches mailing list