Bingle is actually a python tool: https://github.com/awjrichards/bingle

Arthur, sorry I spend a couple minutes brainstorming and came up empty.
 Keep us updated and I'll take a more serious look if the problem persists.


On Thu, Feb 13, 2014 at 3:58 PM, Daniel Zahn <[email protected]> wrote:

> Arthur,
>
> i think i know the issue here. zirconium is indeed a shared host, so it
> runs several misc. web services
> using https on a single IP, so we rely on clients speaking SNI to get the
> correct virtual host.
>
> java 6 and IE on XP are among the few clients who don't.
>
> I think your applications are java and don't speak SNI, so they are getting
> the first virtual host, which is planet.
>
> this can be fixed by either:
>
> use Java 7  which should support SNI .. see f.e.
>
> http://stackoverflow.com/questions/12361090/server-name-indication-sni-on-java
>
> quote " on Java 7 use
>
>     new URL("https://cmbntr.sni.velox.ch/";).openStream()
>
> until HTTPCLIENT-1119 is fixed"
>
>
> or i can cheat by changing the order Apache loads the site configs, f.e. i
> could make it
>
>
> sites-enabled/001-Bugzilla , ./002-Planet etc. Then those clients who don't
> speak SNI get Bugzilla (but the Planet users don't get their planet, but
> Bugzilla seems more important.
>
>
> or we would have to get an extra IP address just for Bugzilla
> _______________________________________________
> Wikitech-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to