comp.lang.ada
 help / color / mirror / Atom feed
* Full direct SSL support now in Gnoga
@ 2015-01-14  1:36 David Botton
  0 siblings, 0 replies; only message in thread
From: David Botton @ 2015-01-14  1:36 UTC (permalink / 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-14  1:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14  1:36 Full direct SSL support now in Gnoga David Botton

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