python - How to use ssl certs with CMRESHandler on windows -
i have application, have use in windows , linux, linux use code
es_handler = cmreshandler(hosts=['localhost'], auth_type=cmreshandler.authtype.no_auth, use_ssl=true, verify_ssl='/etc/ssl/certs/ca-certificates.crt', es_index_name='my_log_index') this works fine in linux, windows, path have give in verify_ssl ?
if there no path in windows, how can use windows ssl certs elasticsearch ?
Comments
Post a Comment