-
Notifications
You must be signed in to change notification settings - Fork 57
Requests stopped working yesterday with v15 #147
Comments
There was a similar issue at #123, can you please check if the PR created for that helps in your case? See the line installing the |
Thanks for sharing the above! It seems that your OpenSSL version is super old ... can you please try updating it? I think the issue is that FB started to enforce newer versions of TLS for better security, see e.g. https://developers.facebook.com/blog/post/2023/02/02/introducing-facebook-graph-and-marketing-api-v16/
It's possible that they actually started to enforce that a few days ago. |
Also see this related thread omegahat/RCurl#37 |
Honestly, best would be to update |
Hi, we checked the OpenSSL versions. System-wide it has already been set to 1.1.1 In R we updated OpenSSL from 1.4.6 to 2.0.6: We also reinstalled the R packages openssl and RCurl but RCurl still displays the old OpenSSL version: Is there anything else we can try out? In #123 you mentioned "What you could try is building RCurl with a most recent version of OpenSSL" Is this complicated and a lot of work? So far we never had to build any packages. Thanks! |
Unfortunately yesterday all our requests to the Facebook Marketing API via fbRads stopped and we don't have a clue why this happens.
When we do the first call to fbad_init, the following error message appears:
Each subsequent call brings up this error message:
Some context: about 4 weeks ago we upgraded from marketing API v14 because it was deprecated. We first tested v16 but we got error messages straight away. I'm not 100% sure but I think it was the same error message as now: "TLS versions older than v1.2 are not supported."
Since then (4 weeks ago) v15 worked without any problems ... until the day before yesterday. Since yesterday we always get the error messages from the screenshots above. We haven't changed the R scripts and no changes were made to the configuration on the remote computer where the R scripts are run automatically. We checked that TLS 1.2 is actually activated there.
Any ideas, comments, suggestions?
Thanks!
Thomas
The text was updated successfully, but these errors were encountered: