Access HTTPS server from flexy?

How can I access a remote HTTPS server from my flexy?

Hello Tom,

See the embedded document on accessing HTTPS servers.

This should provide you with the information you need.

I execute the following code in my basic program, however it does not create or modify an existing “testfile.txt” in my /usr/ directory (checked it using an ftp transfer (filezilla)
Further, the remote server sending the information does so without a “file location” specification: it simply returns the information if the string
Moved to Notes
is entered into a web page. Here is my basic code line:
Moved to Notes

I have figured out a solution: This line works:
REQUESTHTTPX “http://api.sunrise-sunset.org/json?lat=43.1&lng=-123.2&date=today",“GET”,"","","","/usr/testfile.txt","

By the way, it only works because I dropped the https as a request. Found out the server would accept http. So it’s really not a total solution.

This is the forum post that i found for generating Certificate