Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

fread() SSL forced connection interruption by remote host #7

@hgc2002

Description

@hgc2002

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions