{"id":18562,"date":"2025-01-27T13:19:10","date_gmt":"2025-01-27T13:19:10","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=18562"},"modified":"2025-04-09T15:09:40","modified_gmt":"2025-04-09T15:09:40","password":"","slug":"cant-connect-to-host-ssl-localhost993-on-cyberpanel","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/","title":{"rendered":"Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on  Cyberpanel"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"717\" height=\"426\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png\" alt=\"\" class=\"wp-image-18563\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png 717w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132-300x178.png 300w\" sizes=\"auto, (max-width: 717px) 100vw, 717px\" \/><\/figure>\n\n\n\n<p>When working with CyberPanel, you may encounter the error when you try to access snappymail : Server Message\u00a0<strong>&#8220;Can\u2019t connect to host &#8216;ssl:\/\/localhost:993&#8242;&#8221;<\/strong>. This error typically occurs due to a misconfiguration in your server&#8217;s network settings. <\/p>\n\n\n\n<p>Specifically, the issue often lies in one of two critical files:\u00a0<code>\/etc\/hosts<\/code>\u00a0or\u00a0<code>\/etc\/resolv.conf<\/code>. Below, we\u2019ll walk you through the steps to resolve this error by checking and correcting the configurations in these files.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 1: Check and Configure the\u00a0<code>\/etc\/hosts<\/code>\u00a0File<\/strong><\/h2>\n\n\n\n<p>The&nbsp;<code>\/etc\/hosts<\/code>&nbsp;file maps hostnames to IP addresses on your local machine. If this file is misconfigured, your server may fail to resolve&nbsp;<code>localhost<\/code>&nbsp;correctly, leading to the error.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li><strong>Access Your Server via SSH<\/strong><br>Use an SSH client (e.g., PuTTY or Terminal) to log in to your server.<\/li>\n\n\n\n<li><strong>Open the\u00a0<code>\/etc\/hosts<\/code>\u00a0File<\/strong><br>Use a text editor like\u00a0<code>nano<\/code>\u00a0or\u00a0<code>vim<\/code>\u00a0to open the file: <strong><em><code>sudo nano \/etc\/hosts<\/code><\/em><\/strong><\/li>\n\n\n\n<li><strong>Verify the Configuration<\/strong><br>Ensure the file contains the following line:  <code><strong>127.0.0.1 localhost<\/strong><\/code> or your <strong><em><code>server.domain.com <\/code><\/em><\/strong> If this line is missing or incorrect, add or modify it as shown above.<\/li>\n\n\n\n<li><strong>Save and Exit<\/strong><br>Save the changes and exit the editor. In\u00a0<code>nano<\/code>, you can do this by pressing\u00a0<code>CTRL + X<\/code>, then\u00a0<code>Y<\/code>, and\u00a0<code>Enter<\/code>.<\/li>\n\n\n\n<li>Final Output should be something similar to attached image.  <\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"129\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-133-1024x129.png\" alt=\"\" class=\"wp-image-18564\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-133-1024x129.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-133-300x38.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-133-768x97.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-133.png 1145w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 2: Check and Configure the\u00a0<code>\/etc\/resolv.conf<\/code>\u00a0File<\/strong><\/h2>\n\n\n\n<p>The&nbsp;<code>\/etc\/resolv.conf<\/code>&nbsp;file contains DNS resolver information. If this file is misconfigured, your server may fail to resolve domain names, including&nbsp;<code>localhost<\/code>.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li><strong>Open the\u00a0<code>\/etc\/resolv.conf<\/code>\u00a0File<\/strong><br>Use a text editor to open the file:  nano<strong><em><code> \/etc\/resolv.conf<\/code><\/em><\/strong><\/li>\n\n\n\n<li><strong>Add a Public DNS Server<\/strong><br>To ensure proper DNS resolution, add a public DNS server like Google\u2019s: <strong><em><code>nameserver 8.8.8.8 , nameserver 8.8.4.4<\/code><\/em><\/strong>  or Cloudflare <strong><em><code>nameserver 1.1.1.1<\/code><\/em><\/strong> If the file already contains other\u00a0<code>nameserver<\/code>\u00a0entries, you can replace them .<\/li>\n\n\n\n<li><strong>Save and Exit<\/strong><br>Save the changes and exit the editor.<\/li>\n\n\n\n<li>Final Output should be something similar to attached image. <\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"641\" height=\"141\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-134.png\" alt=\"\" class=\"wp-image-18565\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-134.png 641w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-134-300x66.png 300w\" sizes=\"auto, (max-width: 641px) 100vw, 641px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 3: Verify the Fix<\/strong><\/h2>\n\n\n\n<p>After making the above changes, restart <strong><em><code>dovecot<\/code><\/em><\/strong> and check if the error is resolved. If the configurations were correct, the error\u00a0<strong>&#8220;Can\u2019t connect to host &#8216;ssl:\/\/localhost:993&#8242;&#8221;<\/strong>\u00a0should no longer occur.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"237\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-135-1024x237.png\" alt=\"\" class=\"wp-image-18566\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-135-1024x237.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-135-300x69.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-135-768x178.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-135.png 1344w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Access Snappymail. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"261\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-136-1024x261.png\" alt=\"\" class=\"wp-image-18567\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-136-1024x261.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-136-300x76.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-136-768x196.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-136.png 1363w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>By following these steps, you should be able to resolve the\u00a0<strong>&#8220;Can\u2019t connect to host &#8216;ssl:\/\/localhost:993&#8242;&#8221;<\/strong>\u00a0error in CyberPanel.  <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>That&#8217;s all. Happy Hosting. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When working with CyberPanel, you may encounter the error when you try to access snappymail : Server Message\u00a0&#8220;Can\u2019t connect to host &#8216;ssl:\/\/localhost:993&#8242;&#8221;. This error typically occurs due to a misconfiguration in your server&#8217;s network settings. Specifically, the issue often lies in one of two critical files:\u00a0\/etc\/hosts\u00a0or\u00a0\/etc\/resolv.conf. Below, we\u2019ll walk you through the steps to resolve [&hellip;]<\/p>\n","protected":false},"author":24,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[2121,2140],"doc_tag":[],"class_list":["post-18562","docs","type-docs","status-publish","hentry","doc_category-cyberpanel","doc_category-dns"],"year_month":"2026-07","word_count":388,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Kibera","author_nicename":"dan-k","author_url":"https:\/\/truehost.com\/support\/author\/dan-k\/"},"doc_category_info":[{"term_name":"Cyberpanel","term_url":"https:\/\/truehost.com\/support\/docs-category\/cyberpanel\/"},{"term_name":"DNS","term_url":"https:\/\/truehost.com\/support\/docs-category\/dns\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on Cyberpanel -<\/title>\n<meta name=\"description\" content=\"Learn how to fix the &quot;Can\u2019t connect to host &#039;ssl:\/\/localhost:993&#039;&quot; error in CyberPanel by correcting files misconfigurations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on Cyberpanel -\" \/>\n<meta property=\"og:description\" content=\"Learn how to fix the &quot;Can\u2019t connect to host &#039;ssl:\/\/localhost:993&#039;&quot; error in CyberPanel by correcting files misconfigurations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-09T15:09:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/\",\"name\":\"Can\u2019t connect to host \u201cssl:\\\/\\\/localhost:993\u201d on Cyberpanel -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/image-132.png\",\"datePublished\":\"2025-01-27T13:19:10+00:00\",\"dateModified\":\"2025-04-09T15:09:40+00:00\",\"description\":\"Learn how to fix the \\\"Can\u2019t connect to host 'ssl:\\\/\\\/localhost:993'\\\" error in CyberPanel by correcting files misconfigurations.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/image-132.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/image-132.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can\u2019t connect to host \u201cssl:\\\/\\\/localhost:993\u201d on Cyberpanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on Cyberpanel -","description":"Learn how to fix the \"Can\u2019t connect to host 'ssl:\/\/localhost:993'\" error in CyberPanel by correcting files misconfigurations.","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:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/","og_locale":"en_US","og_type":"article","og_title":"Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on Cyberpanel -","og_description":"Learn how to fix the \"Can\u2019t connect to host 'ssl:\/\/localhost:993'\" error in CyberPanel by correcting files misconfigurations.","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/","article_modified_time":"2025-04-09T15:09:40+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/","name":"Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on Cyberpanel -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png","datePublished":"2025-01-27T13:19:10+00:00","dateModified":"2025-04-09T15:09:40+00:00","description":"Learn how to fix the \"Can\u2019t connect to host 'ssl:\/\/localhost:993'\" error in CyberPanel by correcting files misconfigurations.","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-132.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/cant-connect-to-host-ssl-localhost993-on-cyberpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"Can\u2019t connect to host \u201cssl:\/\/localhost:993\u201d on Cyberpanel"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=18562"}],"version-history":[{"count":2,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18562\/revisions"}],"predecessor-version":[{"id":18570,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18562\/revisions\/18570"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=18562"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=18562"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=18562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}