I just reinstalled my plesk and had todays issue with the LE encryption - dev fixed it and it worked without cURL SSL verification.
But now I'm trying to get my Laravel apps back up and running again, using cURL. I can't connect to any SSL-secured URL because of this error
cURL error 77: error setting certificate verify locations:
CAfile: C:\Inetpub\vhosts\cacert.pem
CApath: none (see libcurl - Error Codes)
And yes, the directory is changed. There is a cacert.pem in Plesks default directory and this one in /vhosts and they've both been replaced with new one's.
Is there any way to fix this annoying issue (I'm running Win 2012 and 17.0.17) or disable the check (I know, not very smart, but if it's the only fix.
But now I'm trying to get my Laravel apps back up and running again, using cURL. I can't connect to any SSL-secured URL because of this error
cURL error 77: error setting certificate verify locations:
CAfile: C:\Inetpub\vhosts\cacert.pem
CApath: none (see libcurl - Error Codes)
And yes, the directory is changed. There is a cacert.pem in Plesks default directory and this one in /vhosts and they've both been replaced with new one's.
Is there any way to fix this annoying issue (I'm running Win 2012 and 17.0.17) or disable the check (I know, not very smart, but if it's the only fix.