i have a curl error 60 (SSL: no alternative certificate subject name matches target host name...) I saw in a previous topic that it would be fixed in curl 7.81, but I'm running with 8.2.1... I tried to install a previous version (following this), but it gave me an error -with-openssl was given, but OpenSSL wasn't found. I also tried installing curl 8.1.2 through snap, same error 60. Does anyone have an idea ? (i have Pphp 8.2.10-2ubuntu1 and ubuntu 23.10)
Asked
Active
Viewed 3,525 times
0
apigile-sandbox.api.enedis.fr
and*.api.enedis.fr
. The latter wildcard would matchprod-sandbox.api.enedis.fr
but notext.prod-sandbox.api.enedis.fr
(wildcard matches only one label, i.e. onlyprod-sandbox
). This means that curl correctly complains. If it works in the browser you likely use a different URL. – Steffen Ullrich Nov 24 '23 at 13:25But i now have a http error : La requête cURL a retourné une erreur status code 404 (404Status reportRuntime ErrorNo matching resource found for given API Request). ...
– arnaud c Nov 26 '23 at 22:49