Closed 00yan01 closed 10 months ago
Hello
[Errno 111] Connection refused
This indicate that FAME was not able to reach the gglsbl-rest instance. This error is different from the 404 you are getting through your web browser (the 404 is actually normal and expected)
Are you running both FAME and gglsbl-rest in docker? if yes you should:
backend.fame
)
gglsbl-rest:
image: mlsecproject/gglsbl-rest:v1.5.23
container_name: fame_gglsbl
hostname: fame_gglsbl
volumes:
- gglsbl:/home/gglsbl/db:Z
ports:
- 127.0.0.1:5000:5000
environment:
- GSB_API_KEY=<KEY>
networks:
- backend.fame
Also: it's not related, but for information, according to gglsbl documentation the URI to query is `/gglsbl/v1/lookup/`, not `/gglsbl/v4/lookup/`.
Can I close this issue?
Hi Augustin,
thanks for you rmessage. You can close this.
Hello,
I've an error when i use module threat intelligence Google in FAME :
error: error in threat intelligence module 'Google Safe Browsing (Update API)': HTTPConnectionPool(host='127.0.0.1', port=5000): Max retries exceeded with url: /gglsbl/v4/lookup/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd3611c32d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
My local gglsbl-rest instance is up but the URL is not found on server. Google API key is ok.
I need some help :) for this topic.
Best regard, Yan