SSL Certificate Expired for CDS-Beta?

Im having an issue where I tested and updated my scripts on my local machine and have no issues and the new api works great, its fast and in general great.

When i tried to port it over to the work server for batch jobs. I get an SSL error for any request that goes like

self._sslobj.do_handshake()

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)

The strange thing is when I use the old CDS, i.e not the beta, it works just fine.
So im wondering if anyone else has that issue. or if any admins know about it.

Seems to be some sort of cert issue.

Thanks