Skip to content

ConnectionRefusedError: [Errno 61] Connection refused since v2.4.0 #938

@kwadsten

Description

@kwadsten

Hi,

I recently updated my arduino libraries to the latest versions and now my websocket server no longer accepts connections.

I am serving a webpage and creating a websocket server on my ESP32 (NODE32S) and accessing it through my iPad and madOS.

It works fine with v2.4.0 but not with v2.4.1 or higher.
If I go back to v2.4.0 it works again.

I am not using any sort of SSL or secure connection. My esp32 app creates a webserver (on port 80), serves a webpage and starts a websocket connection (on port 8001).

Any ideas?

I'm getting a ConnectionRefusedError: [Errno 61] Connection refused error on the iOS/macOS side (Safari, firefox, chrome all cannot connect).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions