From 9c14f196a10973a07bf8da1c8033e491b5efaf3b Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Thu, 19 Mar 2020 14:51:51 +0100 Subject: Verification of fields in trust/key store Issue-ID: AAF-1107 Signed-off-by: Joanna Jeremicz Change-Id: Ic5b897115980be19ca23f07778b5b9763764446c --- plans/aaf/certservice/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plans') diff --git a/plans/aaf/certservice/setup.sh b/plans/aaf/certservice/setup.sh index 250b92a2..93d65f78 100644 --- a/plans/aaf/certservice/setup.sh +++ b/plans/aaf/certservice/setup.sh @@ -35,6 +35,11 @@ pip uninstall -y docker-py pip uninstall -y docker pip install -U docker==2.7.0 +#reinstall pyopenssl library +echo "Reinstall pyopenssl library." +pip uninstall pyopenssl -y +pip install pyopenssl==17.5.0 + #Disable proxy - for local run unset http_proxy https_proxy -- cgit 1.2.3-korg