Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/12/21 in all areas

  1. As long you can assign a TDatasource to your db components, it should work. See: http://www.unigui.com/doc/online_help/database-connections.htm Also there a many posts here who discuss the handling of database connections, where to place, connection pooling etc.
    1 point
  2. For those who lost the final post https://www.unigui.com.br/uniGUIWhatsAPP-eng.html
    1 point
  3. english português https://youtu.be/5mX6xzW42-M Español https://youtu.be/IbMnDvdw3OQ
    1 point
  4. Hi everybody The SSL problems was solved, there are a list of issues that must to be addressed: 1) If you use Godaddy's SSL files, they sent you 2 files: one files with letters and numbers (example "a44df2336d") this is the cert.pem file, and other file that has the word "bundle" this is the root file. 2) You must to have already the KEY file. 3) rename all the files (and extensions to the expected filenames, "cert.pem", "root.pem" and "key.pem" 4) You must to copy the DDLs files (libeay32.dll and ssleay32.dll) and the PEM files 5) (Only if you are using "service" type project), add the following lines in server module (This is an issue that Farshad will fix in next release, so this step will not be necesary in the future): SSL.SSLOptions.RootCertFile := Self.StartPath + SSL.SSLOptions.RootCertFile; SSL.SSLOptions.CertFile := Self.StartPath + SSL.SSLOptions.CertFile; SSL.SSLOptions.KeyFile := Self.StartPath + SSL.SSLOptions.KeyFile; 6) Unblock SSL port (403) in the server's firewall 7) Ensure that your DNS has registered your domain, is can be not enought to simply redirect That's all!!
    1 point
×
×
  • Create New...