turekg
August 6, 2020, 12:03pm
1
I am trying to configure Enterprise Search with SSL. In the enterprise-search.yml
I modified the forllowing entries:
ent_search.ssl.enabled: true
ent_search.ssl.keystore.path: server.jks
ent_search.ssl.keystore.password: xxxxx
#ent_search.ssl.keystore.key_password:
#ent_search.ssl.redirect_http_from_port:
and
ent_search.external_url: https://myserver.com:3002
The server does not start and no error messages appear in the logs. Am I missing something?
Thanx
1 Like
turekg
August 6, 2020, 12:12pm
2
OK, I've figured out that it just takes a looooog time for the server to come up. And then apparently I have a problem with my certificate setup.
dmm
(Dmitry)
September 29, 2020, 7:55am
3
What was the problem?
I have got an issue with SSL too, could you please have a look
Config:
ent_search.ssl.enabled: true
ent_search.ssl.key: '/usr/share/elasticsearch/usr/share/enterprise-search/cloudflare_ssl/ssl/private/ssl-cert-snakeoil.key'
ent_search.ssl.certificate: '/usr/share/elasticsearch/usr/share/enterprise-search/cloudflare_ssl/ssl/certs/ssl-cert-snakeoil.pem'
ent_search.ssl.certificate_authorities: ['/usr/share/elasticsearch/usr/share/enterprise-search/cloudflare_ssl/origin_ca_rsa_root.pem']
ent_search.listen_host: 12.345.67.891
ent_search.external_url: https…
Thank you