Litmusctl Self-Signed Certificate Endpoint
yildirima opened this issue · 8 comments
Could you help me to disable SSL verification? Any way to disable SSL verification for the self signed certificate.
litmusctl config set-account
Host endpoint where litmus is installed: https://litmus.apps.self.signed.com/
Username [Default: admin]:
Password: Post "https://litmus.apps.self.signed.com/auth/login": x509: certificate signed by unknown authority
Hi @yildirima can you replace the image of your subscriber deployment and use gdsoumya/litmusportal-subscriber:ci
image and set an extra env var in the deployment SKIP_SSL_VERIFY : "true"
Let me know if that works for you, this should disable the SSL verification.
Hi @yildirima can you replace the image of your subscriber deployment and use
gdsoumya/litmusportal-subscriber:ci
image and set an extra env var in the deploymentSKIP_SSL_VERIFY : "true"
Let me know if that works for you, this should disable the SSL verification.
I tried and it gives always the same error of unknown authority.
Also It doesnt fix my problem too. It must be an litmusctl option to disable self signed certificate control.
Try the latest release of litmusctl and the litmus master ci manifest. There is a SKIP_SSL_VERIFY
env var in the master manifest for self-agent and in litmusctl you can use the --skipSSL
flag to skip SSL checks. @yildirima @luigi-bitonti
1- I used this version but this flag shows unknown.
https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-master.tar.gz
litmusctl config set-account --skipSSL
Error: unknown flag: --skipSSL
I want to know if you can compile it for us and add an S3 link like this?
https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-master.tar.gz