nrs jayaram
nrs jayaram

Reputation: 3448

Symfony http: TLS handshake error from [::1]

Using symfony 3.4 and PHP 7.1, while running the project it forcing to run at https localhost, but not displaying content with https. and how can I run with normal http.

not running at https as well. after install local ca

symfony server:ca:install

not running after enabling http.

symfony local:server:start --allow-http

enter image description here

Upvotes: 6

Views: 5050

Answers (3)

ABDELAZIZ SEKOUTI
ABDELAZIZ SEKOUTI

Reputation: 5

for me i only , instead of "symfony serve" i run "symfony serve -no-tls"
Then i have no error and i could view the result on "http://127.0.0.1:8000" instead of "https://127.0.0.1:8000"

Upvotes: 0

pape saliou ka
pape saliou ka

Reputation: 512

type symfony server:ca:uninstall to get ride of your tls errors. That's how I solved mine.

Upvotes: 7

enter image description here

a - you should first stop running the server b - run the command above c - and then restart the server

Upvotes: 0

Related Questions