On 10/28/2012 01:56 PM, David Given wrote:
SSL is a bit more complicated, but only because SSL with HTTP is complicated --- each site with SSL must have its own IP address, so if your site shares an IP with other people life can be awkward. But that's all the job of the HTTP server and nothing to do with Fossil, so if your site supports SSL at all it should Just Work.
Read about SNI, which allows multiple SSL certs on a single IP and is supported in all modern browsers.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

