We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to start using WebSocket with PHP on WAMP so I saw this website
http://www.phpbuilder.com/articles/application-architecture/optimization/creating-real-time-applications-with-php-and-websockets.html
I put the code on my local WAMP server at home, that already has SSL enabled.
I tried client.html and it works using URL "ws:", but I need it to be secure so I changed "ws:" to "wss:" and it stopped working.
Do you know how to get "wss:" working with WAMP64
Thanks!
The text was updated successfully, but these errors were encountered:
Read through this thread down to the end: #41 Well, the replies starting August this year might be sufficiant ;-)
Sorry, something went wrong.
Awesome Thanks very much, I been working on it two days straight
Can you tell me which file this goes into? Im running WAMP on Windows
Read the posts carefully then you'll find the answer...
No branches or pull requests
I wanted to start using WebSocket with PHP on WAMP so I saw this website
http://www.phpbuilder.com/articles/application-architecture/optimization/creating-real-time-applications-with-php-and-websockets.html
I put the code on my local WAMP server at home, that already has SSL enabled.
I tried client.html and it works using URL "ws:", but I need it to be secure so I changed "ws:" to "wss:" and it stopped working.
Do you know how to get "wss:" working with WAMP64
Thanks!
The text was updated successfully, but these errors were encountered: