rallyinDoc

Results 2 issues of rallyinDoc

**Describe the bug** ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) is created when complete cert chain isn't present **To Reproduce** gitlabber -t -u https://company-gitlab.com...

I am trying to test my endpoint published by my k8s service. Something like this: `svc.proxy_http_get("test")` However, I'm getting the below error: kubernetes.client.exceptions.ApiException: (403) Reason: Forbidden Before that line I...