Raghu Veer Dendukuri

Results 53 comments of Raghu Veer Dendukuri

@WeaboeBucin do try the sample code in my comment that is above your message https://github.com/ratchetphp/Ratchet/issues/799#issuecomment-782917258 While I did not post use statements there, you can use that code sample after...

@WeaboeBucin 1) if you want to use ws then you need to run that on a port like 8080 while wss runs on port 443 using nginx as reverse proxy...

@mayanktiwaridotcom your tutorial used ratchet in sync with symfony components and with nginx as reverse proxy :)

@WeaboeBucin as shared by @ahmeteminkocal and by me and @mayanktiwaridotcom earlier, using nginx as reverse proxy before your web socket server that runs on port 8080 (in the scope of...

@WeaboeBucin I did not have an organized notes as shared in tutorial of @mayanktiwaridotcom and even though my purpose is to build on the base ratchet and it's MessageComponentInterface that...

Thank you @terrafrost , so I will connect over SSH, get info, disconnect by doing `$ssh->exec('exit')`, then try connecting with SFTP, to run target server OS related logic, as much...

@terrafrost While I am currently integrating key based authentication concept through phpseclib in a requirement, I will be happy to use Certificate based authentication, when it works. Thank you

I remember you showing me the way to try copying the string when I first tried using phpseclib and in terms of reading the private key. I will try that...

Awesome Walkor, I wanted to ask if revoltphp's event loop will be supported and not sure about your views, so, posted in generic way. Thank you for the update and...