real time application with php

Asked

Viewed 258 times

1

I have the following problem I need to implement real-time actions in an application already developed using php running on iis.

I already managed to make my application communicate with an application in Node.js (which could be React php, I even made a version like this) and send message to the client.

inserir a descrição da imagem aqui

This would be enough to meet my need if it were not for a detail the site and loaded by https and Node.js application listens on port 9000 without https, then browse blocks the content.

I would like to know if you have to enable ssl on port 443 or port 9000 with the same digital certificate?

If anyone knows any different solution to my problem please leave it on record.

  • I had this problem. The solution given by the server staff was to create open port 9001, with SSL, which "redirected" to port 9000. My plan is Dialhost’s semi-dedicated

  • How was this done? I have little knowledge when it comes to infrastructure or network. and it will be me who will have to enable ssl, so if you can give some more detail would be very.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.