logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Need Specific Cert to be returned.
Author
prmjit



Joined: 19 Jun 2014
Posts: 9
Location: India, Mumbai

PostPosted: Wed 22 Jul '15 14:43    Post subject: Need Specific Cert to be returned. Reply with quote

Hi,

In SNI complied Apache whether a specific certificate can be returned based on a header. We have different virtual host for different applications.

We are checking a non-compatible SNI Android app.
All the request are getting the default certificate. We want Apache to read the headers from the request and forward them the specific certificate from one of the virtual host. Is it technically feasible.

Regards,
Param
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7301
Location: Germany, Next to Hamburg

PostPosted: Wed 22 Jul '15 14:55    Post subject: Reply with quote

The short answer is: no.

Non SNI Browsers get the certificate before sending the header with the requested server name.

if you can solve that we don't need SNI any longer!
Back to top


Reply to topic   Topic: Need Specific Cert to be returned. View previous topic :: View next topic
Post new topic   Forum Index -> Apache