[2.x] SSL Options verify_peer #665
Description
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? :)