{"id":7078,"date":"2021-02-23T13:58:57","date_gmt":"2021-02-23T12:58:57","guid":{"rendered":"https:\/\/myoceane.fr\/?p=7078"},"modified":"2021-03-28T08:40:59","modified_gmt":"2021-03-28T06:40:59","slug":"android-elk-trust-anchor-for-certification-path","status":"publish","type":"post","link":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/","title":{"rendered":"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n<p style=\"text-align: justify;\">\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002<\/p>\n<h5>\u5b89\u88dd ElasticSearch 7.10.2 + Kibana 7.10.2<\/h5>\n<p>\u4e0b\u8f09\u4e26\u4e14\u89e3\u58d3\u7e2e ElasticSearch + Kibana<\/p>\n<pre class=\"lang:bash\">wget https:\/\/artifacts.elastic.co\/downloads\/elasticsearch\/elasticsearch-7.10.2-linux-x86_64.tar.gz\ntar -xzf elasticsearch-7.10.2-linux-x86_64.tar.gz\ncd elasticsearch-7.10.2\/ \n\ncurl -O https:\/\/artifacts.elastic.co\/downloads\/kibana\/kibana-7.12.0-linux-x86_64.tar.gz\ntar -xzf kibana-7.10.2-linux-x86_64.tar.gz\ncd kibana-7.10.2-linux-x86_64\/<\/pre>\n<p>\u7406\u8ad6\u4e0a\u8981\u80fd\u5920\u5229\u7528\u4ee5\u4e0b\u7684\u6307\u4ee4\u555f\u52d5\uff1a<\/p>\n<pre class=\"lang:bash\">cd elasticsearch-7.10.2\nbin\/elasticsearch\n\ncd kibnana-7.10.2-linux-x86_64\nbin\/kibana<\/pre>\n<p>\u555f\u52d5\u7684\u6642\u5019\u9047\u5230\u4ee5\u4e0b\u7684\u932f\u8aa4\u8a0a\u606f\uff1a<\/p>\n<pre class=\"lang:bash\">ERROR: [3] bootstrap checks failed\n[1]: max number of threads [999] for user [user] is too low, increase to at least [4096]\n[2]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]\n[3]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]<\/pre>\n<p>\u9019\u662f\u56e0\u70ba\u8ca0\u8cac\u555f\u52d5 ElasticSearch \u7684 Linux \u4f7f\u7528\u8005\u5728 Linux \u7cfb\u7d71\u4e0a\u7684\u6b0a\u9650\u4e0d\u8db3\uff0c\u8f49\u63db\u5230 root \u6b0a\u9650\u8f38\u5165\u4ee5\u4e0b\u6307\u4ee4\u67e5\u8a62\uff1a<\/p>\n<pre class=\"lang:bash\">[elasticsearch@vmi327567 bin]$ ulimit -a\ncore file size          (blocks, -c) 0\ndata seg size           (kbytes, -d) unlimited\nscheduling priority             (-e) 0\nfile size               (blocks, -f) unlimited\npending signals                 (-i) 31202\nmax locked memory       (kbytes, -l) 262144\nmax memory size         (kbytes, -m) unlimited\nopen files                      (-n) 65536\npipe size            (512 bytes, -p) 8\nPOSIX message queues     (bytes, -q) 819200\nreal-time priority              (-r) 0\nstack size              (kbytes, -s) 8192\ncpu time               (seconds, -t) unlimited\nmax user processes              (-u) 4096\nvirtual memory          (kbytes, -v) unlimited\nfile locks                      (-x) unlimited<\/pre>\n<p><a href=\"https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/master\/max-number-of-threads.html\">\u53c3\u8003<\/a>\u89e3\u6c7a\u65b9\u6cd5\u662f\u5728 \/etc\/security\/limits.conf \u88e1\u9762\u589e\u52a0\u4ee5\u4e0b\u7684\u8a2d\u5b9a\uff0c\u4f46\u662f\u4f7f\u7528 ulimit -u \u5247\u7121\u6cd5\u6210\u529f\u3002<\/p>\n<pre class=\"lang:bash\">&lt;domain&gt;      &lt;type&gt;  &lt;item&gt;         &lt;value&gt;\n* hard nproc 4096\n* soft nproc 4096\n* hard nofile 65536\n* soft nofile 65536<\/pre>\n<p>\u95dc\u65bc vm.max_map_count \u7684\u8a2d\u5b9a\uff0c\u6211\u5011\u5247\u662f\u4f7f\u7528\u4ee5\u4e0b\u6307\u4ee4\u89e3\u6c7a\uff1a<\/p>\n<pre class=\"lang:bash\">sysctl -w vm.max_map_count=262144<\/pre>\n<p>\u5099\u8a3b\uff1a\u9810\u8a2d\u555f\u52d5\u7684\u4f4d\u7f6e\uff0cElasticSearch \u6703\u5728 9200 \u9019\u500b port\uff0cKibana \u6703\u5728 port 5601\u3002<\/p>\n<h5>\u5b89\u88dd SSL \u5230 ElasticSearch \u8207 Kibana \u4e0a<\/h5>\n<p style=\"text-align: justify;\">\u672c\u7bc0\u53c3\u8003\u5169\u500b\u7cfb\u5217\u7684\u6587\u7ae0\u7b2c\u4e00\u500b\u7cfb\u5217\u662f\u00a0<a href=\"https:\/\/www.elastic.co\/blog\/configuring-ssl-tls-and-https-to-secure-elasticsearch-kibana-beats-and-logstash\">Configuring SSL, TLS, and HTTPS to secure Elasticsearch, Kibana, Beats, and Logstash<\/a>\uff0c\u53e6\u5916\u4e00\u500b\u7cfb\u5217\u662f ElasticSearch \u5b98\u7db2\u7684 <a href=\"https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/7.11\/configuring-tls.html#node-certificates\">Encrypting Communications in ElasticSearch<\/a>\u00a0\u8207\u4ed6\u7684<a href=\"https:\/\/ithelp.ithome.com.tw\/articles\/10237535\">\u4e2d\u6587\u7ffb\u8b6f<\/a>\uff0c\u6700\u5f8c\u63a1\u7528\u7684\u662f\u7b2c\u4e00\u500b\u65b9\u6cd5\uff0c\u7c21\u55ae\u4f86\u8aaa\u5b83\u5206\u6210\u4ee5\u4e0b\u5e7e\u500b\u6b65\u9a5f\uff1a<\/p>\n<ol>\n<li>\u5efa\u7acb instance.yml \u95dc\u4fc2\u6a94\u6848\uff1a\n<pre class=\"lang:bash\">vim ~\/tmp\/cert_blog\/instance.yml \ninstances: \n    - name: 'node1' \n      dns: [ 'your-url' ] \n    - name: 'my-kibana' \n      dns: [ 'your-url' ]<\/pre>\n<\/li>\n<li>\u5efa\u7acb certificate \u4e26\u4e14\u89e3\u58d3\u7e2e\uff1a\n<pre class=\"lang:bash\">cd elasticsearch-7.10.2\nbin\/elasticsearch-certutil cert --keep-ca-key --pem --in ~\/tmp\/cert_blog\/instance.yml --out ~\/tmp\/cert_blog\/certs.zip\ncd ~\/tmp\/cert_blog\nunzip certs.zip -d .\/certs\ncp ~\/tmp\/cert_blog\/certs\/ca\/ca* ~\/tmp\/cert_blog\/certs\/node1\/* certs<\/pre>\n<\/li>\n<li>\u66f4\u65b0 elasticsearch-7.10.2\/config\/elasticsearch.yml \u6a94\u6848\n<pre class=\"lang:bash\">\/\/ ======================== Elasticsearch Configuration =========================\n\/\/\n\/\/ NOTE: Elasticsearch comes with reasonable defaults for most settings.\n\/\/       Before you set out to tweak and tune the configuration, make sure you\n\/\/       understand what are you trying to accomplish and the consequences.\n\/\/\n\/\/ The primary way of configuring a node is via this file. This template lists\n\/\/ the most important settings you may want to configure for a production cluster.\n\/\/\n\/\/ Please consult the documentation for further information on configuration options:\n\/\/ https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/index.html\n\/\/\n\/\/ ---------------------------------- Cluster -----------------------------------\n\/\/\n\/\/ Use a descriptive name for your cluster:\n\/\/\ncluster.name: your-cluster-name\n\/\/\n\/\/ ------------------------------------ Node ------------------------------------\n\/\/\n\/\/ Use a descriptive name for the node:\n\/\/\nnode.name: node-1\n\/\/\n\/\/\n\/\/ Add custom attributes to the node:\n\/\/\nnode.attr.rack: r1\n\/\/\n\/\/ ----------------------------------- Paths ------------------------------------\n\/\/\n\/\/ Path to directory where to store the data (separate multiple locations by comma):\n\/\/\npath.data: \/path\/to\/data\n\/\/\n\/\/ Path to log files:\n\/\/\npath.logs: \/path\/to\/logs\n\/\/\n\/\/ ----------------------------------- Memory -----------------------------------\n\/\/\n\/\/ Lock the memory on startup:\n\/\/\nbootstrap.memory_lock: false\n\/\/\n\/\/ Make sure that the heap size is set to about half the memory available\n\/\/ on the system and that the owner of the process is allowed to use this\n\/\/ limit.\n\/\/\n\/\/ Elasticsearch performs poorly when the system is swapping the memory.\n\/\/\n\/\/ ---------------------------------- Network -----------------------------------\n\/\/\n\/\/ Set the bind address to a specific IP (IPv4 or IPv6):\n\/\/\nnetwork.host: url-you-filled-in-instance.yml\n\/\/\n\/\/ Set a custom port for HTTP:\n\/\/\nhttp.port: 9200\n\/\/\n\/\/ For more information, consult the network module documentation.\n\/\/\n\/\/ --------------------------------- Discovery ----------------------------------\n\/\/\n\/\/ Pass an initial list of hosts to perform discovery when this node is started:\n\/\/ The default list of hosts is [\"127.0.0.1\", \"[::1]\"]\n\/\/\ndiscovery.seed_hosts: [\"url-you-filled-in-instance.yml\"]\n\/\/\/\/\n\/\/ Bootstrap the cluster using an initial set of master-eligible nodes:\n\/\/\ncluster.initial_master_nodes: [\"node-1\"]\n\/\/\n\/\/ For more information, consult the discovery and cluster formation module documentation.\n\/\/\n\/\/ ---------------------------------- Gateway -----------------------------------\n\/\/\n\/\/ Block initial recovery after a full cluster restart until N nodes are started:\n\/\/\ngateway.recover_after_nodes: 1\n\/\/\n\/\/ For more information, consult the gateway module documentation.\n\/\/\n\/\/ ---------------------------------- Various -----------------------------------\n\/\/\n\/\/ Require explicit names when deleting indices:\n\/\/\naction.destructive_requires_name: true\n\nxpack.security.enabled: true\nxpack.security.http.ssl.enabled: true\nxpack.security.transport.ssl.enabled: true\nxpack.security.http.ssl.key: certs\/node1.key\nxpack.security.http.ssl.certificate: certs\/node1.crt\nxpack.security.http.ssl.certificate_authorities: certs\/ca.crt\nxpack.security.http.ssl.verification_mode: certificate\nxpack.security.transport.ssl.key: certs\/node1.key\nxpack.security.transport.ssl.certificate: certs\/node1.crt\nxpack.security.transport.ssl.certificate_authorities: certs\/ca.crt<\/pre>\n<\/li>\n<li>\u5f8c\u7e8c\u53ef\u4ee5\u53c3\u8003\u63d0\u4f9b\u7684\u7db2\u9801\u8a2d\u5b9a\u597d kibana \u7684 SSL\u3002<\/li>\n<\/ol>\n<h5>\u5275\u696d Client \u5f80 ElasticSearch \u63a8\u9001 Event<\/h5>\n<p>\u95dc\u65bc\u63a8\u9001 ElasticSearch \u7684 Event \u53ef\u4ee5\u53c3\u8003\u6ab8\u6aac\u7238\u4e4b\u524d\u6574\u7406\u904e\u7684\u5e38\u7528 <a href=\"https:\/\/myoceane.fr\/index.php\/useful-elasticsearch-curl-scripts\/\">curl \u6307\u4ee4<\/a>\uff0c\u9019\u908a\u6211\u5011\u662f\u5728 Android \u4e0a\u9762\u5be6\u4f5c\u7684\u6642\u5019\u9047\u5230\u4ee5\u4e0b\u7684\u932f\u8aa4\u8a0a\u606f\uff1a<\/p>\n<pre class=\"lang:bash\">sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target<\/pre>\n<p style=\"text-align: justify;\">\u6211\u5011<a href=\"https:\/\/blog.csdn.net\/MoonLoong\/article\/details\/79760428\">\u53c3\u8003\u7db2\u9801<\/a>\u5be6\u4f5c\u4ee5\u4e0b\u7684 HttpsTrustManager \u4e26\u4e14\u5728\u7522\u751f HttpConnection \u7684\u4e4b\u524d\u547c\u53eb\uff0cHttpsTrustManager.allowAllSSL()\uff0c<\/p>\n<pre class=\"lang:bash\">import java.security.KeyManagementException;\nimport java.security.NoSuchAlgorithmException;\nimport java.security.SecureRandom;\nimport java.security.cert.X509Certificate;\n\nimport javax.net.ssl.HostnameVerifier;\nimport javax.net.ssl.HttpsURLConnection;\nimport javax.net.ssl.SSLContext;\nimport javax.net.ssl.SSLSession;\nimport javax.net.ssl.TrustManager;\nimport javax.net.ssl.X509TrustManager;\n\npublic class HttpsTrustManager implements X509TrustManager {\n\n    private static TrustManager[] trustManagers;\n    private static final X509Certificate[] _AcceptedIssuers = new X509Certificate[]{};\n\n    @Override\n    public void checkClientTrusted(\n            java.security.cert.X509Certificate[] x509Certificates, String s)\n            throws java.security.cert.CertificateException {\n    }\n\n    @Override\n    public void checkServerTrusted(\n            java.security.cert.X509Certificate[] x509Certificates, String s)\n            throws java.security.cert.CertificateException {\n    }\n\n    public boolean isClientTrusted(X509Certificate[] chain) {\n        return true;\n    }\n\n    public boolean isServerTrusted(X509Certificate[] chain) {\n        return true;\n    }\n\n    @Override\n    public X509Certificate[] getAcceptedIssuers() {\n        return _AcceptedIssuers;\n    }\n\n    public static void allowAllSSL() {\n        HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {\n\n            @Override\n            public boolean verify(String arg0, SSLSession arg1) {\n                return true;\n            }\n\n        });\n\n        SSLContext context = null;\n        if (trustManagers == null) {\n            trustManagers = new TrustManager[]{new HttpsTrustManager()};\n        }\n\n        try {\n            context = SSLContext.getInstance(\"TLS\");\n            context.init(null, trustManagers, new SecureRandom());\n        } catch (NoSuchAlgorithmException e) {\n            e.printStackTrace();\n        } catch (KeyManagementException e) {\n            e.printStackTrace();\n        }\n\n        HttpsURLConnection.setDefaultSSLSocketFactory(context.getSocketFactory());\n    }\n}<\/pre>\n<p>\u4e4b\u5f8c\u6211\u5011\u5c31\u53ef\u4ee5\u6b63\u5e38\u5f97\u5230\u6210\u529f\u767c\u9001\u7684\u8a0a\u606f\uff1a<\/p>\n<pre class=\"lang:bash\">{\n  \"_index\": \"test\",\n  \"_type\": \"info\",\n  \"_id\": \"d3CMd3gB3gpQ5aELYqQa\",\n  \"_version\": 1,\n  \"result\": \"created\",\n  \"_shards\": {\n    \"total\": 2,\n    \"successful\": 1,\n    \"failed\": 0\n  },\n  \"_seq_no\": 1,\n  \"_primary_term\": 4\n}<\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u5efa\u7acb ELK \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d Logger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002<\/p>\n","protected":false},"author":1,"featured_media":7472,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,14],"tags":[58,514,1218,691,1216,1217],"class_list":["post-7078","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-elk","category-it-technology","tag-android","tag-elasticsearch","tag-java-security-cert-certpathvalidatorexception-trust-anchor-for-certification-path","tag-kibana","tag-ssl","tag-tls"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane<\/title>\n<meta name=\"description\" content=\"\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"og:description\" content=\"\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\" \/>\n<meta property=\"og:site_name\" content=\"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-23T12:58:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-28T06:40:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u6ab8\u6aac\u7238\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6ab8\u6aac\u7238\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\"},\"author\":{\"name\":\"\u6ab8\u6aac\u7238\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"headline\":\"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path\",\"datePublished\":\"2021-02-23T12:58:57+00:00\",\"dateModified\":\"2021-03-28T06:40:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\"},\"wordCount\":93,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"image\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg\",\"keywords\":[\"Android\",\"ElasticSearch\",\"java.security.cert.CertPathValidatorException: Trust anchor for certification path\",\"Kibana\",\"SSL\",\"TLS\"],\"articleSection\":[\"ElasticSearch\/Kibana\/Logstash\",\"IT Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\",\"url\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\",\"name\":\"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg\",\"datePublished\":\"2021-02-23T12:58:57+00:00\",\"dateModified\":\"2021-03-28T06:40:59+00:00\",\"description\":\"\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage\",\"url\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg\",\"contentUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg\",\"width\":1024,\"height\":576,\"caption\":\"elk\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/myoceane.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/myoceane.fr\/#website\",\"url\":\"https:\/\/myoceane.fr\/\",\"name\":\"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a\",\"description\":\"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology\",\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/myoceane.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\",\"name\":\"\u6ab8\u6aac\u7238\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"caption\":\"\u6ab8\u6aac\u7238\"},\"logo\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","description":"\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/","og_locale":"en_US","og_type":"article","og_title":"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","og_description":"\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002","og_url":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/","og_site_name":"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","article_published_time":"2021-02-23T12:58:57+00:00","article_modified_time":"2021-03-28T06:40:59+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg","type":"image\/jpeg"}],"author":"\u6ab8\u6aac\u7238","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u6ab8\u6aac\u7238","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#article","isPartOf":{"@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/"},"author":{"name":"\u6ab8\u6aac\u7238","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"headline":"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path","datePublished":"2021-02-23T12:58:57+00:00","dateModified":"2021-03-28T06:40:59+00:00","mainEntityOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/"},"wordCount":93,"commentCount":0,"publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"image":{"@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage"},"thumbnailUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg","keywords":["Android","ElasticSearch","java.security.cert.CertPathValidatorException: Trust anchor for certification path","Kibana","SSL","TLS"],"articleSection":["ElasticSearch\/Kibana\/Logstash","IT Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/","url":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/","name":"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","isPartOf":{"@id":"https:\/\/myoceane.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage"},"image":{"@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage"},"thumbnailUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg","datePublished":"2021-02-23T12:58:57+00:00","dateModified":"2021-03-28T06:40:59+00:00","description":"\u63a5\u89f8 ELK \u4e00\u6bb5\u6642\u9593\u4e86\uff0c\u672c\u7bc7\u7684\u80cc\u666f\u662f\u60f3\u8981\u5229\u7528 ELK \u5efa\u7acb\u4e00\u500b\u63a5\u6536\u932f\u8aa4\u8a0a\u606f\u7684\u74b0\u5883\uff0c\u56e0\u70ba\u6709\u4e00\u4e9b\u624b\u6a5f\u7aef\u767c\u751f\u7684\u932f\u8aa4\u4e26\u6c92\u6709\u8fa6\u6cd5\u88ab\u5075\u6e2c\u5230\uff0c\u6240\u4ee5\u60f3\u8981\u5229\u7528\u73fe\u6709\u8cc7\u6e90\u4f86\u652f\u63f4\u624b\u6a5f\u7a0b\u5f0f\u7684\u958b\u767c\u3002\u672c\u7bc7\u5206\u6210\u5e7e\u500b\u90e8\u5206\u505a\u4e00\u500b\u7d00\u9304\uff0c\u9996\u5148\u8981\u5148\u5728\u4e00\u53f0 CentOS \u7684 server \u4e0a\u9762\u5efa\u7acb ElasticSearch \u8207 Kibana \u7684\u670d\u52d9\uff0c\u7136\u5f8c\u5fc5\u9808\u8981\u5728\u9019\u5169\u7684\u670d\u52d9\u4e0a\u9762\u555f\u52d5 TLS (SSL) \uff0c\u63a5\u8457\u5728 Android \u7a0b\u5f0f\u7aef\u5728\u5efa\u7f6e\u597d ElasticSearchLogger \u5c31\u53ef\u4ee5\u5c07\u932f\u8aa4\u8a0a\u606f\u8a18\u9304\u5230 ELK \u88e1\u9762\uff0c\u9019\u6b21\u5361\u6bd4\u8f03\u4e45\u7684\u5730\u65b9\u662f\u5728 java.security.cert.CertPathValidatorException: Trust anchor for certification path \u9019\u500b\u932f\u8aa4\uff0c\u6240\u4ee5\u672c\u7bc7\u4ee5\u6b64\u70ba\u6a19\u984c\u3002","breadcrumb":{"@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#primaryimage","url":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg","contentUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/03\/elk.jpeg","width":1024,"height":576,"caption":"elk"},{"@type":"BreadcrumbList","@id":"https:\/\/myoceane.fr\/index.php\/android-elk-trust-anchor-for-certification-path\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myoceane.fr\/"},{"@type":"ListItem","position":2,"name":"[Android + ELK] java.security.cert.CertPathValidatorException: Trust anchor for certification path"}]},{"@type":"WebSite","@id":"https:\/\/myoceane.fr\/#website","url":"https:\/\/myoceane.fr\/","name":"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a","description":"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology","publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myoceane.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b","name":"\u6ab8\u6aac\u7238","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","caption":"\u6ab8\u6aac\u7238"},"logo":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/"},"url":"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/"}]}},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/7078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/comments?post=7078"}],"version-history":[{"count":50,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/7078\/revisions"}],"predecessor-version":[{"id":7525,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/7078\/revisions\/7525"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media\/7472"}],"wp:attachment":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media?parent=7078"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/categories?post=7078"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/tags?post=7078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}