Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: ssl cert files and mod_rewrite for multi-tenant ssl hosting |
|
Author |
|
bmilesp
Joined: 20 Feb 2015 Posts: 1 Location: USA, Detroit
|
Posted: Sat 21 Feb '15 20:57 Post subject: ssl cert files and mod_rewrite for multi-tenant ssl hosting |
|
|
i'm trying to set up a multi-tenant web application across multiple servers and would like to provide ssl for those tenants
i know this is possible to dynamically assign ssl using mod_rewrite, but i'm worried about speed.
Does apache cache the ssl cert file(s) when using mod_rewrite, or does apache lookup the ssl file every handshake / session?
I guess i'm curious how ssl cert files work and if using mod_rewrite is a worthy approach if connection speed is important.
Thanks in advance.
-Brandon |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Wed 20 May '15 10:59 Post subject: |
|
|
The browser asks for the SSL certificate only at the handshake (once). |
|
Back to top |
|
|
|
|
|
|