Jump to content

Search the Community

Showing results for tags 'ssl'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 10 results

  1. Hello. I have uploaded my project on Linux. As stand-alone. Now I want to start it for SSL. Is this possible? In addition, I do not want to use web services such as Apache and Nginx. Regards.
  2. Hi, I need expert feedback. My company used Delphi to develop most of our desktop applications. None of us has any experience with web scripting. Our company wants to develop a web-based exam center. The exams will usually show text, video, voice, and MOQ questions. The max number of users who will take an exam at the same time might exceed 9000. I suggest using UniGUI to develop the solution for this exam center, but I need to be assured of the following: 1. Can UniGUI support this number of users at the same time? 2. What Hardware specs are required? 3. What infrastructure is required (e.g., servers, bandwidth, load balancers, SSL, and DBMS). Your help is appreciated.
  3. Как это все правильно автоматизировать? А кто-нибудь уже пытался реализовать так, чтобы сертификаты автоматически загружались на свой сервер и устанавливались в uniGUI? Может ли кто-нибудь создать пример и/или инструкцию, описание, что к чему, что устанавливать и т.д.?
  4. good night, i'm trying to use ssl, following the guidance of the link http://unigui.com/doc/online_help/generate_a_self-signed_certifi.htm I generated the 3 files, put my .exe in this folder (I'm where testing site ) I put the libeay32.ddl and ssleay32.dll dlls (opensll version 1.0.2j) together with my .exe, in the ServerModule in SLL, I marked Enabled = true and in SSLPassword I put the password that informs the creation of the certificates, when I run http : // localhost: 8077 does not open, when I run https: // localhost: 8077 it gives It was not possible to load the SSL library, which I am doing wrong.
  5. Hello, for "SSL Support in HyperServer" i found http://www.unigui.com/doc/online_help/ssl-support-in-hyperserver.htm but now i have more questions as before ;-) i have a apache webserver running without https - i want to run it just over https what must i do in \apache\config\httpd.conf \apache\conf\extra\httpd-ssl.conf what must i do in delphi - server module? what must i do in [unigui_application_name_1].ssl.cfg what must i do in [unigui_application_name_1].cfg (do i need both Hyperserver Configfiles????) i have 2 unigui-apps on the Apache Server - so i have 2 Hyperserver-cfg files .. is it possile to do it allso with 2 Hyperserver-ssl.cfg And what is the job of the webserver OWNER? - is it enouth to become following informations? SSL.SSLOptions.RootCertFile = 'xxx.pem' SSL.SSLOptions.CertFile = 'xxx.pem' SSL.SSLOptions.KeyFile = 'xxx.pem' SSL.SSLOptions.Method = sslvTLSv1_1 SSL.SSLOptions.SSLVersions = [sslvTLSv1_1] SSL.SSLOptions.Mode = sslmUnassigned SSL.SSLOptions.VerifyMode = [] SSL.SSLOptions.VerifyDepth = 0 SSL.SSLPassword = 'xxx' ThanX for informations Erich
  6. Hi, as you can see from the title I am really confused about SSL setup. Finally It took me 2 days to get my Windows 2016 server up and running. My biggest fault was to make a Plesk installation on the server after everything was almost 100% setup. DON'T DO THAT! - Plesk will ruin everything and gives you at least for an UniGui server almost no advantages - but that's a different story For SSL I used a certificate from Let's Encrypt. After this was installed I tested my uploaded UniGui-files and was very astonished that they worked WITHOUT doing any further adjustments in the applications itself. This means I haven't setup any PEM files in the server module, but it still works. When opening my UniGui App from any browser it shows me that the connection is SSL encrypted. So my question is: Why do I need to include any PEM files when it seems to work also without doing so?
  7. andyhill

    SSL Issue

    I have purchased a Digital Certificate from GoDaddy but cannot get it to work. Request: openssl.exe req -new -key nnnnn.nnn.key -out nnnnn.csr Files Validated (all in text format): Root Cert Key https://nnnnn.nnnlocks up and fails to work ? Please advise how to resolve - thanks.
  8. I'm having a problem with ActiveX in IE and SSL connections. I have ActiveX code for recognizing logged users who uses IE. Now I want to be able to open application to outsite word (inported certificate) and application seems to be working fine. But insted when I logged in through IE my pc name is not recognized. I use this snippet for recognition in MainForm function form.afterrender(sender, eOpts) { var WinNetwork = new ActiveXObject("WScript.Network"); ajaxRequest(sender, 'UserDetailsEvent', ['UserName='+WinNetwork.UserName]); } Is there a known fact that that SSL and ActiveX dont fit?
  9. 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!
  10. This is probably not a uniGUI problem but thought I should still mention it. Not sure why this is happening but I get an AV when SSL is enabled and I shut down the server, but only when the browser is Opera. Works fine on Chrome, Firefox and Edge. Also is fine without SSL. I have created a skeleton project as a test case and I also generated the PEM files as per the uniGUI documentation (and have done it couple of times before). 1. Start the server 2. Open on browser "https://localhost:8077/m" 3. Right click on uniGUI server icon and Shutdown. Below are two images of the code and call stack when I "Break" on the AV message in the IDE. SSL_AccessViolation.zip
×
×
  • Create New...