-
When receiving an empty response from a server the string '{}' is somewhere translated to Unicode so:
"{" = U+007B
"}" = U+007D
Those are somewhere concatenated to return:
"筽" = U+7B7D
To repro…
-
Hi All,
I've just followed the guide for setting up the Taxii Server however when i try and perform a taxii-push I am returned with a HTTP Error: status code 500 message.
When testing, I have b…
-
Hello everybody,
I am stuck with this problem for quite some time now and I don't know what else I could try.
I installed MISP and MISP-Taxii as per install guide except that MISP-Taxii is installed…
-
Hi Team,
I saw recent PR #222 merged for Taxii 2.1 protocol support.
I'm trying to configure the taxii server for same.
I'm receiving 405 - Method not allowed while I'm trying to connect via …
-
We have a chicken-and-egg problem. If a TAXII server does strict checking of the media type, the client will have no way of knowing what version a TAXII server is using without randomly guessing.
…
-
I would like to hear your opinion about TAXII version auto negotiation (in the scope of HTTP based implementations). I think this is an important issue that needs to be in HTTP Protocol Bindings speci…
traut updated
9 years ago
-
Using Java 11 or Java 13, the build is not successful.
```
➜ TAXII-Server git:(master) ✗ ./gradlew build
> Task :kaptKotlin
Annotation processors discovery from compile classpath is deprecated.…
-
Here is my current config. From what I read in the docs this should set the server to use TAXII 2.0 however I can't curl `/taxii2/api-bases/` or any other 2.0 endpoints.
Do I need to change the URL…
-
The TAXII interop document has some restrictions beyond what is in the TAXII spec. Check for these when an command line argument indicates it.
Possible issues:
- Sorting criteria for the collec…
-
Hi,
I've been trying to add the MISP-Taxii-Server configuration to my up-and-running Apache MISP server on Ubuntu 20.0.4 LTS.
When I try to do the following:
`taxii-push --path https://localhos…