Hi
I am trying to add an AD host to vco (plugin version 2.0.6)
And I get
[2016-04-04 12:22:36.503] [E] InternalError: java.net.SocketException: Connection reset (Workflow:Import a certificate from URL with certificate alias / Validate (item1)#5) - null
[2016-04-04 12:22:36.546] [E] Workfow execution stack:
***
item: 'Add an Active Directory server/item0', state: 'failed', business state: 'Error', exception: 'InternalError: java.net.SocketException: Connection reset (Workflow:Import a certificate from URL with certificate alias / Validate (item1)#5)'
workflow: 'Add an Active Directory server' (a090b0c2-5b49-4fb5-9e69-c1b84b01c908)
| 'attribute': name=errorCode type=string value=InternalError: java.net.SocketException: Connection reset (Workflow:Import a certificate from URL with certificate alias / Validate (item1)#5)
| 'attribute': name=url type=string value=xxxx:636
| 'input': name=host type=string value=x.x.com
| 'input': name=port type=number value=636
| 'input': name=ldapBase type=string value=DC=XXXX,DC=com
| 'input': name=useSSL type=boolean value=true
| 'input': name=defaultDomain type=string value=XXXX
| 'input': name=useSharedSession type=boolean value=true
| 'input': name=sharedUserName type=string value=xxxx\xxxx
| 'input': name=sharedUserPassword type=SecureString value=__NULL__
| 'input': name=ignoreWarnings type=boolean value=true
| 'output': name=configId type=string value=null
*** End of execution stack.
the account I am using are a member of one domain but I am trying to add an host from an other domain (trust works) from what I found this error message claims credentials are wrong.. But I have checked and it workes perfectly fine using aduc... ANy hints what can be wrong?
Br
Johan