Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12114
  • Joined

  • Last visited

  • Days Won

    805

Everything posted by Farshad Mohajeri

  1. Can you please attach a sample project?
  2. What will be the usage for this function? In a single application a function can return this value easily because websockets server is embedded in the application, but in a cluster only the actual WebSockets server knows this number.
  3. Farshad Mohajeri

    Bryntum

    Unfortunately we had to cancel it for time being.
  4. Your are correct. It is not included in the source deployment. It will be fixed in the next build. Meanwhile I will send it to you in a PM.
  5. Hi, uniGUIApache.pas is included in uniGUI source codes. Compiler should compile it when you compile your app.
  6. It clearly shows that Delphi is messing up things. I will try to figure it out.
  7. Can you debug your app and see if actually below line is executed? initialization --> CPPInit;
  8. Try comparing Uses section of the Main.pas between working project and your project.
  9. Hello, Can you try in a new blank uniGUI project?
  10. I have checked with the latest demo in our website and it seems to work as expected.
  11. Since all will run on same PC you must make sure port ranges won't overlap.
  12. Can you try same configuration on same PC with Server Nodes running on different ports (but in same computer)?
  13. Your configuration seems to be correct unless there's something related to your network which prevents communication or some sort of anti virus software which blocks ports or maybe a firewall issue.
  14. Can you please send your certificate files to us -> info@ fmsoft.net.
  15. Is your private key sent to you by your SSL provider? I am asking this because if you create your CSR (Certificate Signing Request) file yourself, the key file will be on your PC and it will be protected by a password given during creating the CSR.
  16. Hi, Password is for your private key. A password is asked when you create your private key.
  17. Hello, First of all, make sure token parameter is set correctly for both servers.
  18. Yes, I checked the linked you posted and indeed nginx doesn't like underscores in header field names. We will change it in next build to something else.
  19. So if we change it from _S_ID to something else such as SESSID it should work, right?
×
×
  • Create New...