It seems, that if a SSL server for a domain is not configured, another
server is used (instead of error-ing out). Is this correct?
Yes, the default/first server.
The “error-ing out” (with option to proceed anyway) usually happens on the
client side/browser which checks that the host name doesn’
Am Mittwoch, 10. Juli 2013 um 09:54 schrieb Jonathan Matthews:
> This is due to you having only one IP listening for ssl traffic. It's a
> fundamental limitation of ssl when not used with SNI.
> To fix it, you'll need to either use more IPs and listen explicitly on
> different ones for different
On Jul 10, 2013, at 11:40 , Jannik Zschiesche wrote:
> Hi everyone,
>
> I have a rather strange issue.
>
> I have a server with 3 configured urls:
>
> example.com (+ ssl)
> shop.example.com (+ ssl)
> example2.com (- ssl)
>
> If I now open https://example2.com the server of https://shop.example
On 10 Jul 2013 08:41, "Jannik Zschiesche" wrote:
>
> Hi everyone,
>
> I have a rather strange issue.
>
> I have a server with 3 configured urls:
>
> example.com (+ ssl)
> shop.example.com (+ ssl)
> example2.com (- ssl)
>
> If I now open https://example2.com the server of https://shop.example.comis
Hi,
sorry, wrong link.
Here is the correct one: https://gist.github.com/apfelbox/94c74ab9c515ee906e6b
Regards
Jannik
--
Mit freundlichen Grüßen
Jannik Zschiesche
Am Mittwoch, 10. Juli 2013 um 09:40 schrieb Jannik Zschiesche:
> Hi everyone,
>
> I have a rather strange issue.
>
> I have
Hi everyone,
I have a rather strange issue.
I have a server with 3 configured urls:
example.com (+ ssl)
shop.example.com (+ ssl)
example2.com (- ssl)
If I now open https://example2.com the server of https://shop.example.com is
used.
My config looks like this:
https://gist.github.com/apfelbox