https
Why can I use http to enter the web page
But using https will deny the connection
28 Replies
HI plz help me
Why can I access the web page using http?
But using https will deny the connection
have open 443
Now there's only one left
yes
He's still the same : (
em?
i have open 443
So how do I fix it?
Who can help me
You need to setup SSL on your server or use tunnels to proxy to port 80
I'm confused now. What should I do?
Option 1) You setup SSL for your server
Option 2) You use zero trust tunnels which handle the connection to Cloudflare and that can use port 80 on the machine
Can't I use Cloudflare's SSL?
Cloudflare’s SSL cover user -> Cloudflare. You need to handle Cloudflare -> origin. Cloudflare does offer Origin CA which generates certificates that are only good for connections for Cloudflare
Which option should I choose now?
Doesn’t really matter. Tunnels can be easier but don’t handle large files well
Wait
Let me start by saying that I installed openssl server.
And nginx full
that's all
The last time I tried, he was still normal. I don't know why he refuses to connect now.
show your nginx config for the domain/website. did you install an ssl cert on your host machine for the domain?
I M user nginx full
nginx config, not cloudflare
and you didn't answer my question
this
there's nothing there with a domain on it. you need to set up a virtual server for your domain listening on 443. There's plenty of guides online on how to do that and how to use certbot to issue a cert for the domain
what should i do now
Read the message you replied to. You need to set up your server properly.
How to set it up? I don’t quite understand this.
Google "how to set up nginx virtual server with https"
You probably need to take a couple of hours and watch nginx tutorials on YouTube.
I don't know what the server policy is here, but I'm not willing to spoon-feed you everything. You should put in the effort to learn how to set up nginx.