MineMeld outbound calls impacted by SSL interception

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

MineMeld outbound calls impacted by SSL interception

L2 Linker

I could see the node was having problems pulling the external resource due it being decrypted and our CA being used.

 

I added our CA to the Ubuntu store with the processes used here, but still no juice.

 

http://askubuntu.com/questions/645818/how-to-install-certificates-for-command-line

 

Thoughts?

1 accepted solution

Accepted Solutions

HI @andrew.stanton,

that's what is being used by MineMeld. That file is upgraded with MineMeld upgrades.

The idea then would be:

- take that file and place it in a "safe" directory (a directory persistent across upgrade), like /opt/minemeld/local/certs

- append your cert to that file

- create the file /etc/default/minemeld with contenets "export REQUESTS_CA_BUNDLE=/opt/minemeld/local/certs/cacert.pem"

- sudo service minemeld restart

 

We are working on a utility to do this. 

View solution in original post

3 REPLIES 3

L3 Networker

python requests library uses its own CA store and certifi store.  but we have to investigate more how to best handle this.  stay tuned.  thanks!

probably this file:?

 

 

/opt/minemeld/engine/0.9.30/lib/python2.7/site-packages/requests$ ls -lh cacert.pem
-rw-r--r-- 1 minemeld minemeld 302K Dec 15 21:26 cacert.pem

 

 

HI @andrew.stanton,

that's what is being used by MineMeld. That file is upgraded with MineMeld upgrades.

The idea then would be:

- take that file and place it in a "safe" directory (a directory persistent across upgrade), like /opt/minemeld/local/certs

- append your cert to that file

- create the file /etc/default/minemeld with contenets "export REQUESTS_CA_BUNDLE=/opt/minemeld/local/certs/cacert.pem"

- sudo service minemeld restart

 

We are working on a utility to do this. 

  • 1 accepted solution
  • 5366 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!