voryx / Thruway

PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
MIT License
674 stars 117 forks source link

ssl connection #304

Closed freader1 closed 4 years ago

freader1 commented 6 years ago

How in this example connetct to server with ssl? what options I need to add https://github.com/voryx/Thruway/blob/master/Examples/WampCraClient/StartClient.php

samizdam commented 5 years ago

Encryption on php is not Best idea. You can use some light Web server (f. e. Nginx) as proxy for ssl connection: 443:thruway_port.

mbonneau commented 4 years ago

Closing issue for inactivity