Jump to content

fabiorov

uniGUI Subscriber
  • Posts

    42
  • Joined

  • Last visited

Everything posted by fabiorov

  1. Hi Is there a ready-to-use component for using open-street maps inside an unigui application? If it's comercial (or it has to be developed), I would like to know the price and support terms. What I need is: Markers (With course arrows) Polylines (with color, widths) Zoom in/out Must to work with open-street. I can't use google maps. Polygons (with color, transparency) Actually, I have UNIGUI personal edition with release 1.0.0.1407 Best regards.
  2. Hi everybody I would like to know what mechanims can be used to show a (modal like) message is screen while a long operation is being executed, for example a very large query in database. My current problem is ... when I perform a large query, people don't know what is happening, because default normal buton clicks are nor modal Thanks in advance
  3. Sorry is port 443 ... typing error
  4. Solved in http://forums.unigui.com/index.php?/topic/8380-eidosslgetmethoderror-in-ssl-enable/?hl=ssl
  5. 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!!
  6. I have a fixed IP, but i have a domain pointing to it. Also the certificate Washington generated for that domain Enviado desde mi Moto G (5) Plus mediante Tapatalk
  7. I followed all steps, including copying DLL's to the exe folder ... I really don't know what more to do
  8. Hi I followed the steps in http://www.unigui.com/doc/online_help/configure_unigui_server.htmto configure SSL. Also, I followed these steps from Godaddy: cert.pem is in the zip file as a long string on letters and numbers with a .crt extension root.pem if they need it can be downloaded directly from us using these links: Or you could use these direct links for the GoDaddy versions: Root https://certs.godaddy.com/repository/gdroot-g2.crt Signing Cert https://certs.godaddy.com/repository/gdig2.crt But when I start the service, It stopped and server logs says: "[initWebServer]:EIdOSSLGetMethodError : Error getting SSL method. : Addr: $0077FDEC" Any suggestion?
  9. Hi everybody, Has someone installed sucesfullySSL bundle certificates in a standalone or service application? I am really tired tired of trying
  10. Hi, thanks for the info I still have problems, let me explain: When I use OpenSSL is generates onfe file from the godaddy files, and checking it, is the same text file, but just the first (BEGIN_END) section. What I understand is that probably I already have all the PEM files, but with CRT extension, but the problem is that I don't know what section must I cut and paste tfor root, cert and key files.
  11. Hi, i am a new customer of you for the personal version. very good product! I am trying to add SSL security, and I .. 1) Generated the CSR and KEY files 2) Bought a godaddy SSL certificate, and I got 2 files: "xxx.crt" and "bundleyyy.crt" (xxx and yyy and non-real file names) But when I try to follow the steps in (http://www.unigui.com/doc/online_help/index.html?configure_unigui_server.htm) I see that I can't get PEM files from godaddy. By the way, my deployment is "windows service". Thanks you!
×
×
  • Create New...