We haven't seen this on any other of the ~ 60 other machines we're testing on yet, I posted my comment only after noticing someone else reporting an unexpected SSL error a few hours apart from my unexpected SSL error, but we're working on other issues and monitoring carefully to see if this appears on more machines. The only thing I tried on the failing machine was moving the cert from "my" to another folder in the localmachine store, and I still had the error, I haven't been able to spend time diagnosing that machine yet - trying to figure out root cause of the remaining memory leak on our heavily loaded SSL broker...
On Fri, Aug 31, 2012 at 3:17 PM, Steve Huston <[email protected]> wrote: > I have not had a chance to look at this further. It sounds like something > Microsoft changed? Any further evidence from the field? > > > -----Original Message----- > > From: Steve Huston [mailto:[email protected]] > > Sent: Wednesday, August 29, 2012 8:29 AM > > To: [email protected] > > Subject: RE: [qpidd 0.18 win64] error Failed to initialise SSL listener > > > > Ok Laurent - sounds good - I'll look more at this later today. > > -Steve > > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[email protected]] > > > Sent: Wednesday, August 29, 2012 8:07 AM > > > To: [email protected] > > > Subject: RE: [qpidd 0.18 win64] error Failed to initialise SSL > > > listener > > > > > > A cleaner workaround: > > > > > > qpidd --auth=no --ssl-cert-store-location localmachine > > > > > > From: Decorps, Laurent > > > Sent: 29 August 2012 12:58 > > > To: '[email protected]' > > > Subject: RE: [qpidd 0.18 win64] error Failed to initialise SSL > > > listener > > > > > > I have found a work around... I am forcing the use of the localmachine > > > store location... > > > > > > For some reasons (and I am no windows / SSL expert), the currentuser > > > location does now work anymore... > > > > > > > > > SslProtocolFactory::SslProtocolFactory(const SslServerOptions& options, > > > const std::string& host, const > std::string& port, > > > int backlog, bool nodelay, > > > Timer& timer, uint32_t maxTime) > > > ... > > > if (certStoreLocation == "currentuser") { > > > flags = > > > > > CERT_SYSTEM_STORE_LOCAL_MACHINE;//CERT_SYSTEM_STORE_CURRENT > > > _USER; > > > } else if (certStoreLocation == "localmachine") { > > > flags = CERT_SYSTEM_STORE_LOCAL_MACHINE; > > > } else if (certStoreLocation == "currentservice") { > > > flags = CERT_SYSTEM_STORE_CURRENT_SERVICE; > > > } else { > > > QPID_LOG(error, "Unrecognised SSL certificate store location: > > > " << options.certStoreLocation > > > << " - Using default location"); > > > } > > > ... > > > > > > > > > > > > From: Decorps, Laurent > > > Sent: 29 August 2012 11:12 > > > To: [email protected]<mailto:[email protected]> > > > Subject: [qpidd 0.18 win64] error Failed to initialise SSL listener > > > > > > Hello there, > > > > > > I am getting this error when I start qpidd with no-auth. > > > Last week, this was working fine... A couple of windows updates have > > > happened in the meantime... > > > > > > How should I go about investigating this ? > > > > > > Kind Regards > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For additional > > commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
