What if you wrote it as a function and put it in a CFC?

Robert Harrison 
Director of Interactive Services

Austin & Williams
Advertising I Branding I Digital I Direct  
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
T 631.231.6600 X 119   F 631.434.7022   
http://www.austin-williams.com

Blog:      http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 

-----Original Message-----
From: Dan LeGate [mailto:[email protected]] 
Sent: Tuesday, December 10, 2013 3:50 PM
To: cf-talk
Subject: Re: CFLDAP socket closed error against SSL


I take it back... exact same code EXCEPT my code in outside the Custom Tag 
folder had excluded the PORT attribute, so I assume it was going to the non-SSL 
port and working fine.

Once I added port = "636" to that code, exact same response: socket closed

Again, the LDAPS (636) port is open to the ColdFusion server.

I'm thinking it's an SSL issue.  What steps need to be taken to ensure LDAPS 
communication works?

Thanks!

Dan

On 12/10/2013 12:36 PM, Dan LeGate wrote:
> Here's the weirdness I'm experiencing...
>
> I have a Custom Tag we've been using for years that is called from 
> most of our applications and authenticates them to a Sun LDAP server.
>
> We are moving to an Active Directory service, and when I attempt to do 
> a bind against the new system, I get:
>
> An error has occurred while trying to execute query 
> :servername.com:636; socket closed.
>
> However, if I run that SAME cfldap command in a .cfm file out in a 
> regular web folder (i.e. not as a Custom Tag under the ColdFusion 
> directory), it works fine!
>
> I have restarted the server to make sure any old Custom Tag code isn't 
> somehow cached.  I have verified the SSL (636) port is open to the CF 
> server.
>
> Any ideas on this one?  Very confused by this.
>
> Thanks for any feedback!
>
> Dan
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357332
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to