This month, when our program calls the WikiPedia API, we are experiencing a phenomenon that redirects to the following warning page at a certain rate.
It occurs when calling the following api.php.
https://en.wikipedia.org/w/api.php?
action = parse
& format = json
& prop = text
& disablelimitreport =
& title =% E3% 82% A4% E3% 83% 81% E3% 83% AD% E3% 83% BC
& text = {{infobox}}
- Convert wikitext of one specified article to html
I guess that this is because TLS v1.2 connection is not used, because our curl and OpenSSL versions are old.
Currently the api redirects to the warning page, but is it scheduled that the API will not be available if it is not TLS v1.2 connection?
Could anyone tell me about the schedule for that?
Thank you so much.