When I make a curl request I’m getting Curl error: SSL certificate problem: unable to get local issuer certificate
It’s been a while since I’ve had to deal with this in a dev environment. I know xampp takes care of it, and I remember having to do some weird configs with wamp.
Ideally I would like to not have to update my actual code to specify a cert directory or if I do, I’d love to be able to put it in my init file so it’s global. Essentially I’m packaging up my existing php application, so I’d rather not change that code if I don’t have to.
If someone could give me an idea of how to configure ExeOutput to deal with this, I’d be very much appreciative.