05-01-2019 09:55 AM
My User agent failed a week or so ago and had to move it off of our Domain Controller.
I am currently running Cisco Firepower Management Center for VMWare version 6.2.3.12. I installed the user agent on a 2012 r2 server. I have a connection with my Active Directory server and I can see user events in the agent log tab:
[2329] - Real Time Event Received - 5/1/2019 7:54:44 AM,AbcdefG,xxx.xxx.xxx.xxx,interactive
I have configured the IP of the server that is running the agent in the FMC - System - Integration - Identity Sources - User Agent and the FMC Health Monitor is showing green status on the user agent status monitor.
When I add the FMC IP address or the DNS name I get an unavailable status. I checked the communication between the user agent and the FMC and it shows connectivity via port 3306:
23:11:10.442517 IP xxx.org.50095 > xxx.org.3306: Flags [.], ack 1, win 513, length 0
Looking at the logs from the user agent I get this error:
[2201] - Report login information from xxx.xxx.xxx.xxx to xxx.xxx.xxx.xxx failed after 5/1/2019 7:45:04 AM. [The host xxx.xxx.xxx.xxx does not support SSL connections.].
Is there an SSL configuration on the FMC that I am missing that allows the user agent and FMC to transfer user activity to the FMC?
Has there been a change in the FMC versions that made the Active Directory User Activity require an SSL connection?
Thanks for any assistance regarding this problem.
Solved! Go to Solution.
05-23-2019 01:40 PM
Looks like I'm dealing with 2 issues. User agent is working fine now. The problem I'm having is importing my CA cert. Looks like the only answer is have TAC take a look at it.
Thanks for everyone's help...
06-10-2019 07:42 AM - edited 06-10-2019 07:48 AM
Thanks for everyone's help. I was able to Import our latest CA Cert. Good for 2 years ;) I've added a work plan I created to rinse and repeat in 2021.
Thanks again
05-01-2019 07:45 PM
Have you checked the certificate and its expiry status on your FMC?
05-02-2019 08:17 AM
It has a self signed cert good till 2038...
Current HTTPS Server Certificate
Subject
commonName
firepower
countryName
US
organizationName
Cisco Systems, Inc
organizationalUnitName
Intrusion Management System
Issuer
commonName
firepower
countryName
US
organizationName
Cisco Systems, Inc
organizationalUnitName
Intrusion Management System
Validity
Not Before
May 8 17:35:46 2018 GMT
Not After
May 8 17:35:46 2038 GMT
Version 3
Serial Number XXXXXXXXXXXXXXXXX
Signature Algorithm sha256WithRSAEncryption
Thanks, at least I have something to look into...
05-22-2019 06:16 PM - edited 05-22-2019 06:17 PM
I literally just got this exact same issue resolved. To confirm you're hitting bug CSCvo83842 run the following from the FMC's CLI.
mysql -uroot -padmin
mysql> show variables like '%ssl';
If you get:
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_openssl | NO |
| have_ssl | NO |
+---------------+-------+
2 rows in set (0.00 sec)
Then you're impacted by that bug, simple resolution though. All I did was upgrade to 6.2.3.13 and it was resolved.
05-23-2019 10:19 AM
05-23-2019 10:20 AM
05-23-2019 11:37 AM
05-23-2019 01:40 PM
Looks like I'm dealing with 2 issues. User agent is working fine now. The problem I'm having is importing my CA cert. Looks like the only answer is have TAC take a look at it.
Thanks for everyone's help...
05-23-2019 07:05 PM
@Jon Major Thanks for the heads up on Version 2.4.
There are no release notes just yet; but I see in the configuration guide that it is recommended for FMC 6.2.3 or later:
05-24-2019 07:31 AM
05-24-2019 08:13 AM
UA 2.2 is working, I was running 2.4 and was not connecting to my FMC so I backed up to 2.2. Of course that didn't help because the issue was with the version of FMC. Once I upgraded to the latest FMC it started communicating. Services are back up.
Now I have to resolve my https cert import. Never ending. Job security right?
05-24-2019 11:00 AM
05-24-2019 01:34 PM
It's just for GUI management of FMC. Was able to update 10 other servers, but FMC is throwing a fit...
05-24-2019 06:37 PM
The "Basic constraints..." error usually has to do with the certificate template used by the issuing CA. Is this from an internal CA?
05-28-2019 07:43 AM
Yes, it's an internal CA signed by digicert.
You have documentation on how to create the template for the CA to import the cert into the FMC without the contraint error?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide