How to connect via API?
Solved
General and Desktop
-
Hi,
@Mikeeeeee said in How to connect via API?:
I installed everything in MaintenanceTool. Do I need to download additional OpenSSL?
If you need to install OpenSSL, then how to connect it to Qt?What OS are you on ? My guess would be Windows.
-
-
What version of Qt are you using ?
-
-
Then try again with the latest version of the 1.0 series.
-
Still the same error or another one ?
-
Did you check whether you can connect to another https resource and if it triggers the same error ?
-
@Mikeeeeee you may try a JSON testing site with secure connections, like https://jsonplaceholder.typicode.com
i.e. https://jsonplaceholder.typicode.com/todos/1 will return:
{ "userId": 1, "id": 1, "title": "delectus aut autem", "completed": false }