From 9e1dc433193cef4ba3f27632585f9ea35b0d5754 Mon Sep 17 00:00:00 2001 From: Gerry Nelson <45608078+gerrynelson63@users.noreply.github.com> Date: Thu, 14 Feb 2019 09:43:48 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99b4ad3..94ef85a 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ FORMAT OF CSV file folder path (parents must exist), description \# Return list of all effective access on all CAS tables in all CAS libraries on all servers *./listcastablesandeffectiveaccess.py* + \# Return list of members of a folder identified by objectURI *./listmemberswithpath.py -u /folders/folders/id* @@ -288,6 +289,7 @@ To see the current setup, including python and package versions, environment var If you get this error : Login failed. Error with security certificate. Set the environment variable for the SSL certificate file. For example: + export SSL_CERT_FILE=/opt/sas/viya/config/etc/SASSecurityCertificateFramework/cacerts/trustedcerts.pem @@ -296,6 +298,7 @@ Raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='intviya01.race.sas.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)'),)) Set the environment variable for the SSL certificate file. For example: + export REQUESTS_CA_BUNDLE=/opt/sas/viya/config/etc/SASSecurityCertificateFramework/cacerts/trustedcerts.pem