Maybe its a given but to anyone trying to troubleshoot errors please first make sure you DO have port 443 open for inbound traffic to your server :) Also thanks for the video; very short, sweet, and to the point!
That convinces me some people are born teachers and vice-versa... I wasted so much time to no avail and even when I made it work I didn't know what I did right. Thankyou for helping!
I'm seeking advice on obtaining an HTTPS certificate for my web app hosted on Nginx running on my Windows laptop. Could you please share recommendations or resources for configuring HTTPS certificates effectively in a Windows environment? in winows ,how ?
Very useful. But, the problem of this video is that it's hard to see anything. One have to go fullscreen to be able to read the commands. Anyway, thumbs up
incredibly this is a problem with about 80% of videos that show code, they waste so much screen real estate and use tiny font, its such a basic oversight for so many otherwise decent channels
i used aws to set up NGINX and used a route 53 to link my domain since i didnt host it on AWS, should i be putting hte domain name or the ip address in when coding this in?
The certificate was self signed. Thus, it cannot be trusted. For a certificate to be trusted, it should be signed by a certificate authority (ex: Let's Encrypt)
why don't this tutorial use ssl on; statement in config file? I followed this ssl tutorial with ssl on; missing. and it didnt' work. then I inserted "ssl on;", it worked! I am new to this whole thing! maybe nginx changed since 2018?
Why does she create a whole new conf file? It seems she would have two being the default.conf file AND the www.example.com.conf file. Why wouldnt you just modify the existing conf file? And how does the server know which conf file to use?
It's convention to name everything (folders, file names etc) as the domain name. I'm not an IT person, and so I can't defend this convention, but, it's most likely because servers can host lots of different websites, each with a different domain name, and all of them need their own document root directory (to house the web pages) and .conf file. I'm sure you can appreciate it would be easier find something when searching through folders labelled by their domain name - rather than to remember whether it's in the folder labelled 'website1' or 'website50'. The server knows which directory to go to because you set up "server blocks" using the sites-available and sites-enabled directories in Nginx. The entire function of these is to get the domain name from the browser and direct it to the correct document root folder on the server and therefore show the correct website. If you wanted to host a single webpage on your server you absolutely could just modify the default.conf ... but your IT friends would look down on you for it.
Maybe its a given but to anyone trying to troubleshoot errors please first make sure you DO have port 443 open for inbound traffic to your server :)
Also thanks for the video; very short, sweet, and to the point!
That convinces me some people are born teachers and vice-versa... I wasted so much time to no avail and even when I made it work I didn't know what I did right. Thankyou for helping!
Worked for me without the 301 redirect. Thank you!
you don´t know how happy I feel, I have been trying to figure this out whole day, It is super easy
I'm seeking advice on obtaining an HTTPS certificate for my web app hosted on Nginx running on my Windows laptop. Could you please share recommendations or resources for configuring HTTPS certificates effectively in a Windows environment? in winows ,how ?
Amazing tutorial and straight to the point
It works in my server. Thanks for video!
At 2:41 the caption at the top-right: ssl_certificate specifies the server certificate file, not the public key.
Fla mafkin cool, Ah naraasaa asuu duu!
This was very useful in helping me with the basics of setting up SSL on my moodle server. Thanks much!
finally something worked, thankyou 🥺🥺
It may be helpful to provide a link to the video referenced in the start of this tutorial - "How to serve starter static content video".
Here's the video th-cam.com/video/jGHyaBpEn0g/w-d-xo.html
Very useful. But, the problem of this video is that it's hard to see anything. One have to go fullscreen to be able to read the commands. Anyway, thumbs up
incredibly this is a problem with about 80% of videos that show code, they waste so much screen real estate and use tiny font, its such a basic oversight for so many otherwise decent channels
yeah that was very helpful, thank you very much :-)
Works perfect! Thank you. How to do the same but with two or more domains?
By default, should there be something in the condition.d file location because mine shows that it’s empty
Excellent tutorial
how you are using www.example.com/ ???
By creating DNS server on our machine
Commands are not readable when viewing on mobile devices.
I am so happy!
Great. Thanks!
i used aws to set up NGINX and used a route 53 to link my domain since i didnt host it on AWS, should i be putting hte domain name or the ip address in when coding this in?
how to remove error invalid cert ?
font size too small for me.
I will try activate my server Nginx with HTTPS with this. Thanks!
Am I misundrstanding something? Wasn't the purpose to set up ssl? Because the ssl still says not secure in the end?
The certificate was self signed. Thus, it cannot be trusted. For a certificate to be trusted, it should be signed by a certificate authority (ex: Let's Encrypt)
You are not the only one. SSL was not applied. She only enabled https protocol WITHOUT valid certificate.
why don't this tutorial use ssl on; statement in config file?
I followed this ssl tutorial with ssl on; missing. and it didnt' work.
then I inserted "ssl on;", it worked!
I am new to this whole thing!
maybe nginx changed since 2018?
How do iI do all of this in w windows server , please help.
Why do people use small fonts?
thank you very much...it worked 100%......i love the background music btw
Thanks this helped.
i do the same setup as video but it shows "nginx: configuration file /etc/nginx/nginx.conf test failed"
after i submit the "nginx -t" 🥲
how to remove the not secure sign
Doesn't work for me. I get error number 110 and 111
helpful simple explanation, love it!
Certificado Invalido. El ejemplo no sirve.
Invalid Certificate . The example was not found!!
replace example by your own domain
Can I have one SSL port 443 for domain and subdomain? I tried and realise subdomain http not working
Nice and informative video. Thanks
I stand zero chance of being able to read this miniscule code on my phone. Bigger font please.
So if we assign the real SSL certificate, we will get "Green signal and secure connection right"?
yes, that is correct
are you guys even able tp see whats written
Too bad Resolution !!! Please focus on the terminal and zoom it as big as possible
nginx: [emerg] "server" directive is not allowed here in /etc/nginx/nginx.conf:1
Thangs
I love you! thanks!!
Why does she create a whole new conf file? It seems she would have two being the default.conf file AND the www.example.com.conf file. Why wouldnt you just modify the existing conf file? And how does the server know which conf file to use?
It's convention to name everything (folders, file names etc) as the domain name. I'm not an IT person, and so I can't defend this convention, but, it's most likely because servers can host lots of different websites, each with a different domain name, and all of them need their own document root directory (to house the web pages) and .conf file. I'm sure you can appreciate it would be easier find something when searching through folders labelled by their domain name - rather than to remember whether it's in the folder labelled 'website1' or 'website50'. The server knows which directory to go to because you set up "server blocks" using the sites-available and sites-enabled directories in Nginx. The entire function of these is to get the domain name from the browser and direct it to the correct document root folder on the server and therefore show the correct website. If you wanted to host a single webpage on your server you absolutely could just modify the default.conf ... but your IT friends would look down on you for it.
But it dos NOT work! 😂 You just have 443 running but certificate was not applied
helpful
Thx so much sister :-)
Poor video making. Such a small screen size. Should have maximised the terminal and increased the font size. Waste of time
we're gonna go ahead and...
thanks
Good
next time zoom in cause i cant see shit
看不见啊
I get "ERR_TOO_MANY_REDIRECTS" :(
7170 Gerson Bridge
thank you very much...it worked 100%......i love the background music btw