Do you have a "timeout" setting in your LDAP call? The default is 60 seconds, although this is the time slice that I think CF uses to wait for a response from the LDAP server. The other thing I wonder is if there is some setting on the LDAP server itself to restrict multiple calls in quick succession from the same client. My thought would be try to hit the server simultaneously from 2 or more separate clients.
Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb "Webapper - Making the NET work" -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:29 PM To: CF-Talk Subject: RE: MX with CFLDAP and SSL - Bug? Actually to be more specific...The LDAP call fails if I try two requests within 2-3 seconds of each other...If I wait 5 seconds then it works fine. This worries me for production use...am I missing something? -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 6:26 PM To: CF-Talk Subject: RE: MX with CFLDAP and SSL - Bug? Well folks it's almost working. I've imported the certificate, the cfldap query returns results successfully....but only on every second request. Very, very strange. I'll hit the test page and get a result...then hit reload and get the following: coldfusion.tagext.net.LdapTag$UnknownHostException: Connection to LDAP Server failed at coldfusion.tagext.net.LdapTag.do_ActionQuery(Unknown Source) at coldfusion.tagext.net.LdapTag.doStartTag(Unknown Source) at coldfusion.runtime.CfJspPage._emptyTag(Unknown Source) at cftest22ecfm1842052662.runPage(C:\CFusionMX\wwwroot\ino\test2.cfm:50) at coldfusion.runtime.CfJspPage.invoke(Unknown Source) at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source) at coldfusion.filter.CfincludeFilter.invoke(Unknown Source) at coldfusion.filter.ApplicationFilter.invoke(Unknown Source) at coldfusion.filter.RequestMonitorFilter.invoke(Unknown Source) at coldfusion.filter.PathFilter.invoke(Unknown Source) at coldfusion.filter.ExceptionFilter.invoke(Unknown Source) at coldfusion.filter.BrowserDebugFilter.invoke(Unknown Source) at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source) at coldfusion.filter.BrowserFilter.invoke(Unknown Source) at coldfusion.filter.GlobalsFilter.invoke(Unknown Source) at coldfusion.filter.DatasourceFilter.invoke(Unknown Source) at coldfusion.CfmServlet.service(Unknown Source) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java: 348) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451 ) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29 4) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 4:50 PM To: CF-Talk Subject: RE: MX with CFLDAP and SSL - Bug? I think MX is different...seems I have to use some kind of java import tool... -----Original Message----- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 4:43 PM To: CF-Talk Subject: RE: MX with CFLDAP and SSL - Bug? Stacy, do you also have this info in there : - "certificate_db: The name of the certificate database file (in Netscape cert7.db format). You can specify either an absolute path or a simple file name." Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb "Webapper - Making the NET work" -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 1:21 PM To: CF-Talk Subject: RE: MX with CFLDAP and SSL - Bug? Ah turns out I'm missing an attribute but it's still a no-go Secure="cfssl_basic" Anyone used this yet? -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 4:13 PM To: CF-Talk Subject: MX with CFLDAP and SSL - Bug? I'm using CFLDAP to authenticate people against our NT domain, works great...but if I try and use port 636 (SSL) then the connection fails. Our servers are SSL enabled...and when I sniff the outgoing packets on my CFMX server I can see the packets are NOT encrypted...which is probably why it's failing... Do I have to do anything special in the tag other than specifying port 636 ?? Thanks! Stacy Young System Integration Specialist, Architecture Surefire Commerce http://www.sfcommerce.com <http://www.sfcommerce.com> (p) 514-380-2700 ext: 3234 (f) 514-380-2760 AVIS IMPORTANT: ------------------------------- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme. WARNING: ------------------------------- The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind. ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

