<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNA Center Appliance No Longer Accepting Connections via HTTP/HTTP in Cisco Catalyst Center</title>
    <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4612544#M5436</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was finally able to circle back around and get to this situation. All 3 commands, yielded output. The first command I ran from the maglev shell, the other two, from the bash shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ sudo maglev-config certs info&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;certificate start date end date&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;credentialmanager.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;kong.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;kube-worker-1.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;maglev-registry.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;apiserver.crt Dec 12 14:04:35 2019 GMT Feb 16 02:44:31 2023 GM T&lt;BR /&gt;apiserver-kubelet-client.crt Dec 12 14:04:35 2019 GMT Feb 16 02:44:32 2023 GM T&lt;BR /&gt;front-proxy-ca.crt Sep 3 02:27:53 2020 GMT Sep 1 02:27:53 2030 GM T&lt;BR /&gt;front-proxy-client.crt Sep 3 02:27:53 2020 GMT Feb 16 02:44:32 2023 GM T&lt;BR /&gt;admin.conf Dec 12 14:04:35 2019 GMT Feb 16 02:44:33 2023 GM T&lt;BR /&gt;scheduler.conf Dec 12 14:04:35 2019 GMT Feb 16 02:44:33 2023 GM T&lt;BR /&gt;controller-manager.conf Dec 12 14:04:35 2019 GMT Feb 16 02:44:34 2023 GM T&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maglev@maglev-master-1:~$ for f in scheduler.conf controller-manager.conf admin.conf kubelet.conf; do echo "$f"; sudo awk -F ":" '/certificate-authority-data/ {print $2}' /etc/kubernetes/$f | tr -d ' ' |base64 -d | openssl x509 -noout -dates -issuer -issuer_hash;done&lt;BR /&gt;scheduler.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;controller-manager.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;admin.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;kubelet.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;maglev@maglev-master-1:~$ for f in scheduler.conf controller-manager.conf admin.conf kubelet.conf; do echo "$f"; sudo awk -F ":" '/client-certificate-data/ {print $2}' /etc/kubernetes/$f | tr -d ' ' |base64 -d | openssl x509 -noout -dates -issuer -issuer_hash -subject;done&lt;BR /&gt;scheduler.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Feb 16 02:44:33 2023 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /CN=system:kube-scheduler&lt;BR /&gt;controller-manager.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Feb 16 02:44:34 2023 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /CN=system:kube-controller-manager&lt;BR /&gt;admin.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Feb 16 02:44:33 2023 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /O=system:masters/CN=kubernetes-admin&lt;BR /&gt;kubelet.conf&lt;/P&gt;&lt;P&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 3 02:27:55 2021 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /O=system:nodes/CN=system:node:10.1.253.50&lt;BR /&gt;&lt;A href="mailto:maglev@maglev-master-1:~$" target="_blank"&gt;maglev@maglev-master-1:~$&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears the second kubelet.conf cert may've expired?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will open a TAC Case. Thank you for having provided these helpful commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 17:49:46 GMT</pubDate>
    <dc:creator>zachartl</dc:creator>
    <dc:date>2022-05-18T17:49:46Z</dc:date>
    <item>
      <title>DNA Center Appliance No Longer Accepting Connections via HTTP/HTTPS</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4607681#M5381</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We've a DNA Center Appliance no longer accepting connections to the GUI Interface via HTTP/HTTPS. The CIMC Interface is reachable and so is the Maglev shell. I can access and use the maglev configuration wizard and I've tried using that to reinstantiate the configuration parameters but the configuration hangs on the kong certificate installation and aborts. I've queried the maglev package status and get this;&lt;/P&gt;&lt;P&gt;$ maglev package status&lt;BR /&gt;ERROR: HTTPSConnectionPool(host='kong-frontend.maglev-system.svc.cluster.local', port=443): Max retries exceeded with url: /api/system/v1/catalog/package?allVer sions=false&amp;amp;repository=main&amp;amp;keepForever=false (Caused by NewConnectionError('&amp;lt;ur llib3.connection.VerifiedHTTPSConnection object at 0x7fabaa5446d0&amp;gt;: Failed to es tablish a new connection: [Errno -3] Temporary failure in name resolution',))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've ran this openssl command and get this repsonse;&lt;/P&gt;&lt;P&gt;$ echo | openssl s_client -showcerts -servername localhost - connect:443 2&amp;gt;/dev/ null | openssl x509 -inform pem -noout -text&lt;BR /&gt;unable to load certificate&lt;BR /&gt;139899937572504:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c :701:Expecting: TRUSTED CERTIFICATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking this a bad thing given the other support threads I've reviewed in relation to this symptom. Is there a way to get the data store off of this appliance if need be to either import into another DNA cluster or as a backup and then reimport the data store once the appliance is re-imaged, if it comes to that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 18:49:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4607681#M5381</guid>
      <dc:creator>zachartl</dc:creator>
      <dc:date>2022-05-10T18:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center Appliance No Longer Accepting Connections via HTTP/HTTP</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4608200#M5383</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;Not long ago I worked with cisco TAC in a similar problem where DNAC was no longer respondiing HTTP/HTTPS and they restart service. The problem is, I dont remember which service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I imagine that you already reload it.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 13:12:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4608200#M5383</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2022-05-11T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center Appliance No Longer Accepting Connections via HTTP/HTTP</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4608235#M5385</link>
      <description>&lt;P&gt;what DNAC version ? have you rebooted and tested ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 13:39:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4608235#M5385</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-05-11T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center Appliance No Longer Accepting Connections via HTTP/HTTP</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4610222#M5405</link>
      <description>&lt;P&gt;Most likely you have internal certificates that have expired or have lost a "symbolic link". Check the following three commands. If you see anything expired or the commands do not work, the only resolution is to open a case with Cisco TAC.&lt;/P&gt;
&lt;P&gt;sudo maglev-config certs info&lt;/P&gt;
&lt;P&gt;for f in scheduler.conf controller-manager.conf admin.conf kubelet.conf; do echo "$f"; sudo awk -F ":" '/certificate-authority-data/ {print $2}' /etc/kubernetes/$f | tr -d ' ' |base64 -d | openssl x509 -noout -dates -issuer -issuer_hash;done&lt;/P&gt;
&lt;P&gt;for f in scheduler.conf controller-manager.conf admin.conf kubelet.conf; do echo "$f"; sudo awk -F ":" '/client-certificate-data/ {print $2}' /etc/kubernetes/$f | tr -d ' ' |base64 -d | openssl x509 -noout -dates -issuer -issuer_hash -subject;done&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 16:10:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4610222#M5405</guid>
      <dc:creator>edust</dc:creator>
      <dc:date>2022-05-14T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center Appliance No Longer Accepting Connections via HTTP/HTTP</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4612544#M5436</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was finally able to circle back around and get to this situation. All 3 commands, yielded output. The first command I ran from the maglev shell, the other two, from the bash shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ sudo maglev-config certs info&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;certificate start date end date&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;credentialmanager.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;kong.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;kube-worker-1.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;maglev-registry.pem May 12 21:03:59 2022 GMT May 12 21:03:59 2023 GM T&lt;BR /&gt;apiserver.crt Dec 12 14:04:35 2019 GMT Feb 16 02:44:31 2023 GM T&lt;BR /&gt;apiserver-kubelet-client.crt Dec 12 14:04:35 2019 GMT Feb 16 02:44:32 2023 GM T&lt;BR /&gt;front-proxy-ca.crt Sep 3 02:27:53 2020 GMT Sep 1 02:27:53 2030 GM T&lt;BR /&gt;front-proxy-client.crt Sep 3 02:27:53 2020 GMT Feb 16 02:44:32 2023 GM T&lt;BR /&gt;admin.conf Dec 12 14:04:35 2019 GMT Feb 16 02:44:33 2023 GM T&lt;BR /&gt;scheduler.conf Dec 12 14:04:35 2019 GMT Feb 16 02:44:33 2023 GM T&lt;BR /&gt;controller-manager.conf Dec 12 14:04:35 2019 GMT Feb 16 02:44:34 2023 GM T&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maglev@maglev-master-1:~$ for f in scheduler.conf controller-manager.conf admin.conf kubelet.conf; do echo "$f"; sudo awk -F ":" '/certificate-authority-data/ {print $2}' /etc/kubernetes/$f | tr -d ' ' |base64 -d | openssl x509 -noout -dates -issuer -issuer_hash;done&lt;BR /&gt;scheduler.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;controller-manager.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;admin.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;kubelet.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 7 14:04:35 2022 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;maglev@maglev-master-1:~$ for f in scheduler.conf controller-manager.conf admin.conf kubelet.conf; do echo "$f"; sudo awk -F ":" '/client-certificate-data/ {print $2}' /etc/kubernetes/$f | tr -d ' ' |base64 -d | openssl x509 -noout -dates -issuer -issuer_hash -subject;done&lt;BR /&gt;scheduler.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Feb 16 02:44:33 2023 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /CN=system:kube-scheduler&lt;BR /&gt;controller-manager.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Feb 16 02:44:34 2023 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /CN=system:kube-controller-manager&lt;BR /&gt;admin.conf&lt;BR /&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Feb 16 02:44:33 2023 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /O=system:masters/CN=kubernetes-admin&lt;BR /&gt;kubelet.conf&lt;/P&gt;&lt;P&gt;notBefore=Dec 12 14:04:35 2019 GMT&lt;BR /&gt;notAfter=Sep 3 02:27:55 2021 GMT&lt;BR /&gt;issuer= /CN=kube-ca&lt;BR /&gt;d43a9042&lt;BR /&gt;subject= /O=system:nodes/CN=system:node:10.1.253.50&lt;BR /&gt;&lt;A href="mailto:maglev@maglev-master-1:~$" target="_blank"&gt;maglev@maglev-master-1:~$&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears the second kubelet.conf cert may've expired?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will open a TAC Case. Thank you for having provided these helpful commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 17:49:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/dna-center-appliance-no-longer-accepting-connections-via-http/m-p/4612544#M5436</guid>
      <dc:creator>zachartl</dc:creator>
      <dc:date>2022-05-18T17:49:46Z</dc:date>
    </item>
  </channel>
</rss>

