I added some quick configuration variables to disable the SSL_VERIFYPEER option in cURL via the config file. In my development environment, the SSL options throw an error (likely because the CA database is outdated). I locally change the configuration file (which stays static) instead of the library (which is versioned).
I added some quick configuration variables to disable the SSL_VERIFYPEER option in cURL via the config file. In my development environment, the SSL options throw an error (likely because the CA database is outdated). I locally change the configuration file (which stays static) instead of the library (which is versioned).