It looks like you're referencing a localhost address with port 11501 — but the URL is missing the colon after https (should be https://localhost:11501 ).
const options = { key: fs.readFileSync('server.key'), cert: fs.readFileSync('server.cert') };
const https = require('https'); const fs = require('fs'); const express = require('express'); const app = express();
app.get('/', (req, res) => { res.send('Hello from localhost:11501'); });
It looks like you're referencing a localhost address with port 11501 — but the URL is missing the colon after https (should be https://localhost:11501 ).
const options = { key: fs.readFileSync('server.key'), cert: fs.readFileSync('server.cert') };
const https = require('https'); const fs = require('fs'); const express = require('express'); const app = express();
app.get('/', (req, res) => { res.send('Hello from localhost:11501'); });
Explore our other programs and powerful practices that transform one's body and mind into greater possibilities.
We understand your individual personal needs and recommend the right practices for you. Get in touch with us and get started!