Skip to content
New issue

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

How to make it work with "wss:" instead of "ws:" #87

Open
nsmith1024 opened this issue Sep 28, 2016 · 3 comments
Open

How to make it work with "wss:" instead of "ws:" #87

nsmith1024 opened this issue Sep 28, 2016 · 3 comments

Comments

@nsmith1024
Copy link

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!

@mdrmdrmdr
Copy link

mdrmdrmdr commented Sep 28, 2016

Read through this thread down to the end: #41
Well, the replies starting August this year might be sufficiant ;-)

@nsmith1024
Copy link
Author

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

ProxyPass "/_ws_/" "ws://127.0.0.1:8080/" ProxyPassReverse "/_ws_/" "ws://127.0.0.1:8080/"

@mdrmdrmdr
Copy link

Read the posts carefully then you'll find the answer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants