Changes to the LIVEcommunity experience are coming soon... Here's what you need to know.
I have errors from retieve feed file form any source. It shows "HTTPSConnectionPool (host='source',port=443): Max retries exceeded with url: xxxx.txt (Caused by ConnectTimeoutError (<requests.packages.urllib3.connection.Verified object at 0x7fdd988ad310>, 'Connection to souce timed out. (connect timeout=20)'))
But I can use wget file from same website.
Could you advise for this issue?
Thank you
@iThreatHunt: if I'm not mistaken there is an error in your /etc/default/minemeld configuration file. To use a proxy for https you should set the enviromental variable as
HTTPS_PROXY="http://10.192.0.108:8080"
instead of
HTTPS_PROXY="https://10.192.0.108:8080"
Thanks @xhoms but I found new issue.
Is there a way to manually remove/re-install minemeld if it has been interrupted?
Hi @iThreatHunt,
MineMeld Miners automatically retries the connection in case of error.
In your case it seems that the Miner is not able to verify the remote cert. Are you doing SSL Decryption on the proxy or on the firewall between MM and the remote site ?
Now I bypass Proxy. It is work normally.
Is your proxy doing SSL decryption ?
luigi
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!