Situation When attempting to call AWS CLI commands we were receiving a CERTIFICATE_VERIFY_FAILED error message. We were using a proxy service. In this specific instance we were connecting to AWS IAM via zScaler Internet Access (ZIA) Example we were running a simple aws iam get-role –role-name vmimport Workaround include–no-verify–ssl to by pass the ssl verification […]
Problem: After the setup of a new Edgesight server it was noticed that the notifications settings of the Citrix Edgesight server were correct and when testing them would get an instant email from the edgesight server (Server Configuration > Settings > Notifications > Test Email button) However when testing an Edgesight alert the ‘Alert’ emails […]
When adding a new cert (or replacement cert) from the command line we received the above error. The original key was used with openssl and there was no passphrase for the key file. Simply converting the key (not the cert) from the Netscaler shell worked using the following command: openssl rsa -in ‘originalkeyfile’ –out ‘newkeyfile’ fixes the file and […]
Author: James Scanlon Updated: 07/02/2012 CITRIX SSL Error On Mac OSX When logging into Citrix on MAC OSX using Firefox, some users may get the following error’You have not chosen to trust “Verisign Class 3 Extended Validation SSL SGC CA”, the issuer of the server’s security certificate (SSL error 183)’ Open Firefox preferences + Advanced Tab View Certificates […]