MISP / MISP-Taxii-Server

An OpenTAXII Configuration for MISP
BSD 3-Clause "New" or "Revised" License
80 stars 30 forks source link

authentication_required can i set this parameter to no #59

Closed dp1975 closed 5 years ago

dp1975 commented 5 years ago

Hello i am trying to do the following command without user & password taxii-poll --host xx.xx.xx.xx --port 9000 --path /services/poll --collection collection --username yyy --password ffff

FloatingGhost commented 5 years ago

I do not recall ever documenting an authentication_required parameter, mainly because it would do nothing and is never expected anywhere.

OpenTaxii does not support open authentication. If you must, just create an account with username/password of guest/guest (as hailataxii does)