Node js Error: Protocol “https:” not supported. Expected “http:” January 6, 2023 by Tarik When you want to request an https resource, you need to use https.get, not http.get. https://nodejs.org/api/https.html