[Need Help] Getting started laravel for Windows users? #1041
sukrokucing
started this conversation in
General
Replies: 2 comments 5 replies
|
Maybe laravel isn't setting up https correctly? Does http://localhost:8100 work? A protocol error means that https doesn't work for some reason. |
2 replies
|
I encountered this as well and just opted to stay with http. The issue is basically that Caddy will create a self-signed certificate for If you really need https you can manually grab the certificate as explained here and add it to your trusted certificates. I image that you would have to do that everytime caddy is started though. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, is there any best practice for windows users like me?
First of all, I have searched with the keyword "ERR_SSL_PROTOCOL_ERROR" but got nothing, this makes me more confident to start a new discussion here 😀
Here are my baby steps to try out FrankenPHP on my local machine:
sh install.shBut, when i add
--httpson docker-compose.yml like this:then docker compose up again,
I just see "ERR_SSL_PROTOCOL_ERROR" in my browser (windows).
is there anything I did wrong?
Thanks in advance
All reactions