Hi On Tue, 07 Mar 2017 06:54:41 +0000 Lars Vogdt wrote:
No problem: We are all trying or best during our free time - yours is over for the moment. I'll try to find some time to debug this further and keep you updated about my findings.
Turned out that it was NOT the IPv6, but the enabling of SSL: DBD does not like to have connections with identical names... Simplified background for those who are interested: In the past, we had just two vhosts on download.o.o: one for IPv6 and one for IPv4, pointing to IPv4 and IPv6 entries for the same database host. Now - with two additional SSL enabled vhosts - this broke the setup, as DBD suddenly saw two vhosts/DBD-connections pointing to the same DB-host. As DBD seems to create a "unique" connection name based on the host name and a timeout value, all vhost definitions now also contain different timeout settings to make it easier for DBD to create "unique" DB connection names.... => problem fixed :D CU, Lars -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org