You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
FS-ISAC changed it feed urls on may 30th, this started to cause the following error,
ERROR: Exception in polling loop for FSISAC: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:726)>
Describe the solution you'd like
This appears to have been fixed by increase the venv versions of libtaxii==1.1.117 requests==2.24.0 six==1.13.0
Additional context
After upgrading those 3 pip packages fs-isac was able to connect to the new urls they have created
Steps followed:
Set libtaxii==1.1.117 requests==2.24.0 six==1.13.0 in:
/opt/minemeld/engine/core/minemeld_core.egg-info/requires.txt
/opt/minemeld/engine/core/requirements.txt
/opt/minemeld/local/library/constraints.txt
Update the package:
cd /opt/minemeld/engine/current/local
source bin/activate
pip install --upgrade libtaxii==1.1.117 requests==2.24.0 six==1.13.0
The text was updated successfully, but these errors were encountered:
I will keep this open, I will upgrade the STIX and TAXII libraries after some testing. minemeld-taxii-ng does not use the official libs and it is a bit less opinionated.
Is your feature request related to a problem?
FS-ISAC changed it feed urls on may 30th, this started to cause the following error,
ERROR: Exception in polling loop for FSISAC: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:726)>
Describe the solution you'd like
This appears to have been fixed by increase the venv versions of libtaxii==1.1.117 requests==2.24.0 six==1.13.0
Additional context
After upgrading those 3 pip packages fs-isac was able to connect to the new urls they have created
Steps followed:
Set libtaxii==1.1.117 requests==2.24.0 six==1.13.0 in:
/opt/minemeld/engine/core/minemeld_core.egg-info/requires.txt
/opt/minemeld/engine/core/requirements.txt
/opt/minemeld/local/library/constraints.txt
Update the package:
cd /opt/minemeld/engine/current/local
source bin/activate
pip install --upgrade libtaxii==1.1.117 requests==2.24.0 six==1.13.0
The text was updated successfully, but these errors were encountered: