Actions
Anomalie #1558
closedproblem when fetching json file
Start date:
11/17/2023
Due date:
% Done:
100%
Estimated time:
1.00 h
Resolution:
Description
[17-11-23 18:25:08]##[API call]##URL not responding##https://data.airbreizh.asso.fr/geoserver/emi_bretagne_epci/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=emi_bretagne_epci:emi_bretagne_epci_2018_ss_geom&maxFeatures=100&outputFormat=application%2Fjson&featureid=emi_bretagne_epci_2018_ss_geom.200038990.2018##indicator : 222##cURL error 35: error:0A00018A:SSL routines::dh key too small (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://data.airbreizh.asso.fr/geoserver/emi_bretagne_epci/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=emi_bretagne_epci:emi_bretagne_epci_2018_ss_geom&maxFeatures=100&outputFormat=application%2Fjson&featureid=emi_bretagne_epci_2018_ss_geom.200038990.2018##/linea21-dv/dashboard/api-harvest.php?id=222&token=6255533e95978ff87c168b71e413ddd4&mode=ajax##id=222&token=6255533e95978ff87c168b71e413ddd4&mode=ajax##
is that due to guzzle ? Curl ? PHP bug ? the web page itself ?
check again afetr PHP update : /admin/index.php?rub=dashboard&todo=det&scale_id=1&id=222
Updated by Simon about 1 year ago
- Related to Evolution #1541: implement ability to plug indicator to API added
Updated by Simon about 1 year ago
Not working locally but could work online, in production environnement
See possible fix :
- https://stackoverflow.com/questions/63235805/curl-openssl-error-141a318a-tls-process-ske-dhedh-key-too-small
- https://updown.io/faq/what-does-the-dh-key-too-small-ssl-error-means
- https://stackoverflow.com/questions/37321794/guzzle-unable-to-bypass-curl-error-35-ssl-connect-error
- https://github.com/guzzle/guzzle/issues/1349
- https://github.com/guzzle/guzzle/issues/1364
Actions