We are using Powerbuilder 2019 build 2082 and the deployed applications are running on windows server 2012. The restclient object sendGetRequest() is returning a -1.
This works great on windows 10 from the IDE and it also works when deployed to a windows server 2016 vm.
All of our production servers for this application are windows server 2012 and we tested it on windows server 2016.
ls_url = "https://some_url.com"
lrc_insideview.SecureProtocol = 0
li_return = lrc_insideview.SendGetRequest(ls_url, ls_json)
The code is really simple. Does this work on windows server 2012?
Then I copied the folder from the 2012 server to the 2016 server, so that I am testing the same exact deployed runtime and code, and it works on the 2016 server.