newLISP Fan Club

Forum => newLISP in the real world => Topic started by: kanen on June 16, 2010, 12:08:03 PM

Title: newLISP web server with SSL
Post by: kanen on June 16, 2010, 12:08:03 PM
Is it possible to run newLISP as a web server and have SSL working? So far, I've only been able to figure out http requests (easy!), but https eludes me.



DragonFly? Crypto? Something else?



Any suggestions, or am I stuck running Apache or Lighttpd or similar to make this happen?
Title: Re: newLISP web server with SSL
Post by: itistoday on June 17, 2010, 12:41:57 AM
Quote from: "kanen"Any suggestions, or am I stuck running Apache or Lighttpd or similar to make this happen?


Why do you consider that "stuck"? newLISP's built-in web server isn't exactly designed to serve as a replacement for Apache or lighttpd, it's primarily for testing purposes. Or is this just a matter of convenience?
Title: Re: newLISP web server with SSL
Post by: xytroxon on June 17, 2010, 08:57:48 AM
Quote from: "itistoday"
Quote from: "kanen"Any suggestions, or am I stuck running Apache or Lighttpd or similar to make this happen?


Why do you consider that "stuck"? newLISP's built-in web server isn't exactly designed to serve as a replacement for Apache or lighttpd, it's primarily for testing purposes. Or is this just a matter of convenience?


Well... Getting Apache properly configured can be a bit "sticky"  ;p)



https requires SSL (encryption) support routines that are not proper for newLISP to include in it's distro...



If you don't mind using closed source software, there is the Abyss Web Server... (Win Mac Linux) This is good light weight server for the non-server-guru (i.e. me ;p)

http://www.aprelium.com/



-- xytroxon
Title: Re: newLISP web server with SSL
Post by: kanen on June 17, 2010, 11:53:04 AM
Perhaps my use of the word "stuck" is more slang in this case.



Either way, my goal was to not have any third-party software installed and do everything from newLISP. If I want SSL, that goal seems like it might not be attainable.


Quote from: "itistoday"
Quote from: "kanen"Any suggestions, or am I stuck running Apache or Lighttpd or similar to make this happen?


Why do you consider that "stuck"? newLISP's built-in web server isn't exactly designed to serve as a replacement for Apache or lighttpd, it's primarily for testing purposes. Or is this just a matter of convenience?