Open masumsar45 opened 4 years ago
do you have a working SSL connection on your local machine (e.g. using a local CA)? If so your problem probably lies in your webserver configuration. If not, try locally first and test your code there.
do you have a working SSL connection on your local machine (e.g. using a local CA)? If so your problem probably lies in your webserver configuration. If not, try locally first and test your code there.
it works on http, but on https it has an SSL validation error. am i supposed to give the php websocket file a certificate?
note: yes, https shows the lock icon and says 'secure'
do you have a working SSL connection on your local machine (e.g. using a local CA)? If so your problem probably lies in your webserver configuration. If not, try locally first and test your code there.
it works on http, but on https it has an SSL validation error. am i supposed to give the php websocket file a certificate?
yes, this is required. Getting SSL to work properly is a common issue. See #799 and especially #489 for more discussions about SSL. You can also try to put a reverse proxy (Nginx, HAProxy, Varnish) in front of your web server and WebSocket server and handle the SSL there.
do you have a working SSL connection on your local machine (e.g. using a local CA)? If so your problem probably lies in your webserver configuration. If not, try locally first and test your code there.
it works on http, but on https it has an SSL validation error. am i supposed to give the php websocket file a certificate?
yes, this is required. Getting SSL to work properly is a common issue. See #799 and especially #489 for more discussions about SSL. You can also try to put a reverse proxy (Nginx, HAProxy, Varnish) in front of your web server and WebSocket server and hadnle the SSL there.
can I pay you $50 to enable it for me? i am clueless
Github is not the best place to look for paid help, but I'm sure there are legitimate freelancers etc out there offering such services.
Github is not the best place to look for paid help, but I'm sure there are legitimate freelancers etc out there offering such services.
ive had a look and nobody knows what ratchet is. maybe you can help and then i TIP 50$ completely unrelated?
Github is not the best place to look for paid help, but I'm sure there are legitimate freelancers etc out there offering such services.
ive had a look and nobody knows what ratchet is. maybe you can help and then i TIP 50$ completely unrelated?
were you able to make it work ??? Bro I am facing exact same error now :(
error: https://imgur.com/rErYC5u https://imgur.com/lyTWVAH
I have a site @ https://rbx.fun websocket connects and works on localhost, but not on the vps. Will pay for help!