[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

 
   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[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 hannes.flo...@gmx.li 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 http://www.lighttpd.net/ as your front end and
Jetty, Tomcat, etc. as your servlet container where your Lift application
lives.

Jetty and Tomcat can also serve HTTPS, but it's generally better to have a
native code container running on port 80 (you need to be root on Unix to
listen on port 80) that proxies requests to your servlet container.

 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
 
  
 


 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---