# Curator problem

**URL:** https://discuss.elastic.co/t/curator-problem/123276
**Category:** Elasticsearch
**Created:** [March 9, 2018, 1:58pm UTC](https://discuss.elastic.co/t/curator-problem/123276 "2018-03-09T13:58:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jof300](https://avatars.discourse-cdn.com/v4/letter/j/3da27b/32.png) [@jof300](https://discuss.elastic.co/u/jof300)
#### Post date: [March 9, 2018, 1:58pm UTC](https://discuss.elastic.co/t/curator-problem/123276/1 "2018-03-09T13:58:16Z")

</div>

Hello,

I have just installed curator 5.4 (elasticsearch-curator-5.4.1-1.x86\_64.rpm) but I can't launch anything.

I created simple config file below :

# Remember, leave a key empty if there is no value. None will be a string,

# # not a Python "NoneType"

client:  
hosts: XXX  
port: 9200  
url\_prefix:  
use\_ssl: False  
certificate:  
client\_cert:  
client\_key:  
ssl\_no\_validate: False  
http\_auth:  
timeout: 30  
master\_only: False

logging:  
loglevel: DEBUG  
logfile: /data.di/curator/logs  
logformat: default  
blacklist: ['elasticsearch', 'urllib3']

The error I have when I launch curator\_cli :

```
curator --help
Traceback (most recent call last):
  File "/home/buh/.local/lib/python3.6/site-packages/cx_Freeze/initscripts/ __startup__.py", line 14, in run
  File "/home/buh/.local/lib/python3.6/site-packages/cx_Freeze/initscripts/Console.py", line 26, in run
  File "run_curator.py", line 23, in <module>
  File "/home/buh/curator/curator/ __init__.py", line 6, in <module>
  File "/home/buh/curator/curator/utils.py", line 2, in <module>
  File "/home/buh/.local/lib/python3.6/site-packages/elasticsearch/ __init__.py", line 17, in <module>
  File "/home/buh/.local/lib/python3.6/site-packages/elasticsearch/client/ __init__.py", line 4, in <module>
  File "/home/buh/.local/lib/python3.6/site-packages/elasticsearch/transport.py", line 4, in <module>
  File "/home/buh/.local/lib/python3.6/site-packages/elasticsearch/connection/ __init__.py", line 3, in <module>
  File "/home/buh/.local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 2, in <module>
  File "/usr/local/lib/python3.6/ssl.py", line 101, in <module>
ImportError: /lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /opt/elasticsearch-curator/lib/_ssl.cpython-36m-x86_64-linux-gnu.so)

```

OS : RHEL 7.3  
python version : 2.7.5  
elasticsearch version : 6.0.1

Anyone has already had this problem ?

Regards

---

<div class="post-metadata">

### Author: ![theuntergeek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/theuntergeek/32/44961_2.png) [@theuntergeek](https://discuss.elastic.co/u/theuntergeek)
#### Post date: [March 9, 2018, 3:38pm UTC](https://discuss.elastic.co/t/curator-problem/123276/2 "2018-03-09T15:38:25Z")

</div>

Yes, it's a [known issue](https://github.com/elastic/curator/issues/1124). You need to upgrade your OpenSSL package to 1.0.2, and then Curator will work.

The next release will hopefully add this dependency properly, preventing what you're experiencing.

---

<div class="post-metadata">

### Author: ![jof300](https://avatars.discourse-cdn.com/v4/letter/j/3da27b/32.png) [@jof300](https://discuss.elastic.co/u/jof300)
#### Post date: [March 15, 2018, 1:42pm UTC](https://discuss.elastic.co/t/curator-problem/123276/3 "2018-03-15T13:42:28Z")

</div>

I did it. It's now working well.

Thx

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 12, 2018, 1:42pm UTC](https://discuss.elastic.co/t/curator-problem/123276/4 "2018-04-12T13:42:43Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
