comp.lang.ada
 help / color / mirror / Atom feed
From: David Botton <david@botton.com>
Subject: Full direct SSL support now in Gnoga
Date: Tue, 13 Jan 2015 17:36:30 -0800 (PST)
Date: 2015-01-13T17:36:30-08:00	[thread overview]
Message-ID: <e9f54c44-91af-4bf8-81b4-023844e3a597@googlegroups.com> (raw)

Now in Gnoga full direct SSL support is now available (Special thanks to Dmitry for adding https support to simple components).

To add https support you simple add:

with "..path..to../ssl/gnoga_secure.gpr";

Then:

   Gnoga.Server.Connection.Secure.Register_Secure_Server
     (Certificate_File => "path_to_certificate.crt",
      Key_File         => "path_to_keyfile.key",
      Port             => 8443,
      Disable_Insecure => False);

   Gnoga.Application.Multi_Connect.Initialize (Port => 8082);

Your server now would list to http on 8082 and https on 8443

Alternatively you can not use direct support and use an ssl proxy (see the FAQ)

Enjoy!
David Botton


                 reply	other threads:[~2015-01-14  1:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox