We are getting connection reset error while testing the test connecttion for AD application. I have installed iqservices on 5050 port only and I haven’t selected usetls checkbox.
Can you please help me how to disable the certification it is testing environment
ERROR: "An Exception occurred while accepting new client requestSystem.IO.IOException: The handshake failed due to an unexpected packet format.
The root cause seems to me is -
IQService is trying to do a TLS handshake (“AuthenticateServer… SslProtocols…”) while your IIQ AD application is connecting without TLS. That mismatch causes “handshake failed due to an unexpected packet format” and then a connection reset.
Could you please confirm if your application configuration and IIQ configuration both are pointing to tls/SSL port?
Have you configured the IQService for TLS when you installed it? A part of that configuration is to have a specific SSL Certificate issued and installed on the IQService host. There are specific attributes that must be set on the issues SSL certificate as well. I typically generate a CSR and pass it along to our key management team to have a cert issued from the corporate CA, however I believe self-signed certificates may also work.
Please note that 5050 is the “standard” non-TLS IQService port. I recommend running TLS for IQService on something other than 5050. You need to run this with TLS as upcoming releases of IdentityIQ will not allow for Before/After scripts to be run if TLS is not enabled.