Re: [Dclib-devel] ssl server
Brought to you by:
davisking
From: Steven V. I. <st...@va...> - 2009-04-16 10:46:00
|
As far as I understand the https implementation is an SSL layer whereover the normal http traffic goes. Do you have any pointers where I might start to create an SSL layer and integrate this one with the server? Thanks, Steven 2009/4/16 Davis King <dav...@gm...> > That currently isn't part of dlib. You could make an implementation of > that by laying an https implementation on top of the server object. Or > maybe by modifying the current http server. But in any case, some new code > would need to be written. > > -Davis > > > On Thu, Apr 16, 2009 at 6:23 AM, Steven Van Ingelgem < > st...@va...> wrote: > >> Hi Davis, >> >> >> How would one create a https server via dlib? >> >> >> Thanks, >> Steven >> > > |