As far as I can tell, this is all handled by Apache. So long as you have: SSLOptions StdEnvVars
then the variable 'SSL_TLS_SNI' should be passed in the WSGI environ. That is the only thing that I can see would be different from the perspective of mod_wsgi. What more are you expecting? Graham On 28 March 2013 15:10, Wade C <[email protected]> wrote: > I was wondering if this is planned (ref > http://en.wikipedia.org/wiki/Server_Name_Indication). If so, is there > any documentation for how this information can be retrieved by the wsgi > application? > > If not, would you be willing to accept a patch to support this? > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
