[Need Help] Getting started laravel for Windows users? #1041
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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.sh
But, when i add
--https
on 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
Beta Was this translation helpful? Give feedback.
All reactions