Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

[2.x] SSL Options verify_peer #665

Closed
@AndyTWF

Description

@AndyTWF

Hiya,

First of all, thank you for this project - it's been a huge asset to our not-for-profit community to provide a central service for coordinating operations in realtime!

We went through the upgrade from 1.x to 2.x this evening as we were having a few issues around CPU usage and had read on various issues that 2.x resolved these issues. Everything went smoothly except we kept hitting SSL-related issues where the server would give an empty response (curl error 52) when any traffic was directed at it.

We eventually tracked this down to the verify_peer option in websockets.php (https://github.com/beyondcode/laravel-websockets/blob/2.x/config/websockets.php). If this option was disabled, then everything worked fine - but otherwise any attempt to hit :6001 would result in an empty response.

We don't think it's related to our SSL setup as everything else was talking quite happily over SSL. The SSL config we have is identical to the example provided.

Is there anything we're missing here? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is needednetworkIssues caused by the network configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions