You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: fread(): SSL: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto.
in C:\aaa\repositories\Stub_ML_Server\vendor\mpyw\php-hyper-builtin-server\socket\src\SecureConnection.php on line 36
In English is something like:
The interruption of an existing connection by the remote host has been forced.
This is my request: curl -k https://localhost:8000/ping
I only get the error message when I break curl command manually (because it never ends !!!)
I've started the server as: php vendor/mpyw/php-hyper-builtin-server/hyper-run -s localhost:8000 -n 1 -r router.php
(router.php is the same I use with the PHP builtin server, and "/ping" request is well handled by it)
Any idea?
The text was updated successfully, but these errors were encountered:
Warning: fread(): SSL: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto.
in C:\aaa\repositories\Stub_ML_Server\vendor\mpyw\php-hyper-builtin-server\socket\src\SecureConnection.php on line 36
In English is something like:
This is my request:
curl -k https://localhost:8000/ping
I only get the error message when I break curl command manually (because it never ends !!!)
I've started the server as:
php vendor/mpyw/php-hyper-builtin-server/hyper-run -s localhost:8000 -n 1 -r router.php
(router.php is the same I use with the PHP builtin server, and "/ping" request is well handled by it)
Any idea?
The text was updated successfully, but these errors were encountered: