alexwight/php-signalr-client

PHP fatal error running test.php

Opened this issue · 4 comments

When running test.php i am getting this error:

PHP Fatal error: Uncaught RuntimeException: Cannot negotiate in /var/www/php-signalr-client/src/Hammershark/SignalR/Client.php:24

I think this is due to bittrex cloudflare protection and missing cookie values.

still no answers... so sad...

I solved this issue myself but it is a long time ago and i don't remember the solution

I solved this issue myself but it is a long time ago and i don't remember the solution

i fixed now too, most probles was with ssl certificate, and most at client.php with connect()
cos its needs ignore cert verify... im fix it now... but... its not working correctly..
its just subscribe to some server method. thats all... it cant call methods, only listen... useless...
lost many time to fix it ... so far...

我自己解决了这个问题,但这是很久以前的事了,我不记得解决方案了

我现在也修复了,大多数问题都与 ssl 证书有关,并且大多数在 client.php 与 connect() 因为它需要忽略证书验证...我现在修复它...但是...它无法正常工作.. 它只是订阅一些服务器方法。仅此而已...它不能调用方法,只能听...没用... 浪费了很多时间来修复它...到目前为止...

How did the big guy fix it