We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Description When I try to export a case or observables from TheHive to MISP i cant get it working.
Steps to Reproduce.
it gives an error as follows
error: CaseExportCtrl: an unexpected error occured while exporting case.
more information...
also look at my thehive application.conf
play.modules.enabled += org.thp.thehive.connector.misp.MispModule misp { interval: 1m servers: [ { name = "MISP" url = "http://...... MISP URL" auth { type = key key = "---key----" } wsConfig {} wsConfig.ssl.loose.acceptAnyCertificate = true } ] }
similar issue to other user #TheHive-Project/TheHive#1063
Pleaae let me know if you can help with this issue, TIA.
The text was updated successfully, but these errors were encountered:
I had the same issue while exporting the observables from thehive to MISP, Did you able to solve it?
Sorry, something went wrong.
No branches or pull requests
Problem Description
When I try to export a case or observables from TheHive to MISP i cant get it working.
Steps to Reproduce.
it gives an error as follows
error: CaseExportCtrl: an unexpected error occured while exporting case.
more information...
also look at my thehive application.conf
similar issue to other user
#TheHive-Project/TheHive#1063
Pleaae let me know if you can help with this issue, TIA.
The text was updated successfully, but these errors were encountered: