Trying to perform a simple GET request in Scilab

Yeah I just fixed it. Concerning the ssl problem, I was able to reproduce it with a fresh VM this morning and still have to test when disabling SIP. The only solution I can give you for the moment is to add an option disabling the certificate verification:

s=http_get("https://www.mozilla.org", cert="none")