mpyw / php-hyper-builtin-server

Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption
MIT License
106 stars 10 forks source link

Server stop responding on HTTP request to HTTPS listener #9

Closed antonkomarev closed 4 years ago

antonkomarev commented 4 years ago

I've launched 2 listeners:

hyper-run -S localhost:8000 -s localhost:4000 -c ~/cert.pem -t ./public

https://localhost:4000 working as expected until you will try to go to the http://localhost:4000. After then https listener stops responding on requests displaying permanent loading and white screen.

antonkomarev commented 4 years ago

Could you tell me where to dig? I'll try to fix this issue then.

antonkomarev commented 4 years ago

Resolved in #10