Jump to content

SSL Support in HyperServer


erich.wanker

Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...