[Lift] Re: Create the website and all the links are Https ?

2009-10-13 Thread Neil.Lv
Using Nginx and Jetty together as usually ? or something else . Thanks ! Cheers, Neil On Oct 13, 11:10 pm, David Pollak wrote: > On Tue, Oct 13, 2009 at 3:04 AM, Hannes wrote: > > > You can use Apache to secure your page with HTTPS. > > This is correct. The web server that sits in front

[Lift] Re: Create the website and all the links are Https ?

2009-10-13 Thread David Pollak
On Tue, Oct 13, 2009 at 3:04 AM, Hannes wrote: > > You can use Apache to secure your page with HTTPS. > This is correct. The web server that sits in front of your application is responsible for dealing with the HTTP(S) traffic. You can use Apache, Nginx (my favorite) or Lighttpd

[Lift] Re: Create the website and all the links are Https ?

2009-10-13 Thread Hannes
You can use Apache to secure your page with HTTPS. > Hi all, > > How can we create the website and all the links are https? > > Just like: www.xing.com > > That all of the operations and communications are used https. > > Thanks very much ! > > Cheers, > Neil > > > > --~--~---