wappler 4.9.1
Attempting to pull data from an api using asp.net.
In the server connect api script, if I click on the define API schema and then fetch schema it will connect through the API and retrieve the schema. so the authentication and schema requests are going through and seem to communicate correctly in wappler but once I try to run server connect script through the browser I get this error:
Ok, @george and @patrick what are the chances of getting the .net version updated to support TLS 1.2? I am able to connect to some other APIs through https, so I don’t think now that its my setup, but that the API provider doesn’t support TLS 1.1. I’ve got an email into them, but I’m guessing other people might need the .net updated also.
Thoughts?
PS And I know you guys are busy with the beta, but I desperately need to get this working.
Correct, everything seems to be up to date. It shows that the server has .net version 4.8 installed. I have RDP access to the actual server.
Could it be the application pool assigned to the site needs to be using 4.8 somehow. I’ve been all through this and all looks to be setup correctly. I could email you the API page and see if you can connect to if from your end? If you have a .net server to test it on?
Is that confirmed that it does? Or is that it should? Did you get the code that I sent you? Can you confirm that it will work on your side? All of the login creds and coding should all work that I sent you. Log in info is all in there. All they dynamic stuff was takin out for testing purposes.
We then use the HttpWebRequest class to make the API request. Not sure if we are missing something here, but normally it should pick the best available protocol on your server, so probably TLS 1.2 is not available on your server.