ivandpf
ivandpf
Explore posts from servers
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
Thanks
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
👍 I will try, thanks.
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
Can I have 1 machine Nginx reverse proxy and another for api? I supose
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
Have u got an example of reverse proxy?
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
And I must move API file to /var/www/ path?
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
hmm, with nginx can't bypass?
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
I use local database too. I will upload database in other page.
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
Deploy?
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
I have frontend https but if do http request, browser don't like that.
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
:c
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
Fck
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
Compile and run, all
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
No description
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
No description
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
No description
39 replies
DDeno
Created by ivandpf on 4/2/2024 in #help
Ubuntu Server HTTPS
I have that but no works:
const options = {
hostname: "0.0.0.0",
port: parseInt(Deno.env.get("PORT")!),
cert: Deno.readTextFileSync("./cert.pem"),
key: Deno.readTextFileSync("./key.pem"),
secure: true
};

await app.listen(options);
const options = {
hostname: "0.0.0.0",
port: parseInt(Deno.env.get("PORT")!),
cert: Deno.readTextFileSync("./cert.pem"),
key: Deno.readTextFileSync("./key.pem"),
secure: true
};

await app.listen(options);
39 replies
DDeno
Created by ivandpf on 2/26/2024 in #help
How Enable HTTPS localhost DENO?
I want a response of a person
4 replies
DDeno
Created by ivandpf on 2/26/2024 in #help
HTTPS Oak Deno
I create with mkcert now and no validate certificate
7 replies
DDeno
Created by ivandpf on 2/26/2024 in #help
HTTPS Oak Deno
I want a person not a bot
7 replies
DDeno
Created by ivandpf on 2/26/2024 in #help
HTTPS Oak Deno
...
7 replies