You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to run HC on https on 8443 for example instead of 443. This all seems to work ok apart from when it tries to switch protocol to wss as this seems to default to 443. Any ideas how we change the default port for wss?
Thanks
The text was updated successfully, but these errors were encountered:
Attached you will find a zip file containing example scripts that provide an example of how we generally start a Harmony Core service on Linux. You will see the HTTP and HTTPS port numbers in the file startserver.Production.config. The environment name (Production) is defined in the environment file. I included the appsettings filles so as to be a complete example, but much of the configuration settings in there is custom to a particular service that we maintain on behalf of a customer.
To start the service you use the startserver script with a parameter of either attach or detach.
We are using IIS so not sure if the above is relevant.
This is what happens when we have it on 443.......
As you can see there is one asp hub connection after GetToken then it does 101 switching protocols.
This is what happens on 8443......
After the GetToken it tries to do 101 switching protocols but it times out and gets a 200 ok. It then creates a POST to asp hub for every request instead of using SignalR on WSS.
Hi
We're trying to run HC on https on 8443 for example instead of 443. This all seems to work ok apart from when it tries to switch protocol to wss as this seems to default to 443. Any ideas how we change the default port for wss?
Thanks
The text was updated successfully, but these errors were encountered: