Disable SSL Peer on CFHTTP

Is there anyway to disable ssl verify peer on lucee. the connection im connecting to uses self signed certs and hundreds of them so adding them isnt really an option because the url’s change daily.

The error im getting is this:
Unknown host: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

heres what one of the urls look like :

https://sim10072.agni.lindenlab.com:12043/cap/4b8f0c3a-c9e2-c9b0-cbb4-b565fa4cee73

again they change randomly.