How SSL Works?
-
Windows 10 Pro
Laragon 4.0.12Now I just got a message that I can't upload an image because I don't have enough privilege.
It's common sense that most users come here for help and if they can't even upload screenshots, how will they explain the problem in a helpful way?
Disappointing!
-
@rajeevedmonds : It's a bug of NodeBB forum. I'll find a way to fix it.
-
I'm using SSL-enabled Nginx setup.
I've created a blank app through the menu. It's opening through a non-https URL.
If I manually prepend https to the URL, I get an error.
How do SSL works?
-
@rajeevedmonds : Does it work with Chrome?
If it work with Chrome but you insist on Firefox, you can check this link:
https://github.com/leokhoa/laragon/issues/66
-
I switched to Chrome.
Version: 73.0.3683.75 (Official Build) (64-bit)
Still no joy!
-
@rajeevedmonds : Why do you use 8080 for https?
I remember when we enable https with Nginx, the default port is 8443.
-
Yes, after specifying the correct port number, it's working correctly. 👍
Is it possible to make this URL pretty as shown in official docs?
I mean, how do I use https://demo.test instead of https://demo.test:8443
-
@rajeevedmonds : I should clarify about it. For your case, just open Menu > Preferences > Services and Ports, then change the SSL port to
443
.
-
@leokhoa Working like a charm. Thanks for your help.
-
@rajeevedmonds : Nice
-
@leokhoa 😀👍