Using firepower FDM Api in java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2021 05:04 AM
I am using Firepower threat defense system and I have trying to use FDM API in a java program.
When I try to Use it it throws a Exception. I shows that the path is not a certified path to use. Can I have a idea to handle this exception.
Exception Shown below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2021 11:05 AM
It looks like an SSL issue. Is Java trusting your certificate (or set to not check for certificate trust)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2021 03:52 AM
agree with your point but after I imported the certificate to java trusted certificates, it shows the same error.is it due to certificate is Self-signed ?.
And is there any way to overcome this problem other than overriding SSL certificate verification.
