<?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: Postman SSL certificate issues in reserved IOS XE lab in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4960372#M8895</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839"&gt;@bigevilbeard&lt;/a&gt;I am using openconnect vpn from my ubuntu20.04.3 vm which is hosted on my local machine. I did try it with anyconnect from my host and it did work.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 02:44:13 GMT</pubDate>
    <dc:creator>Betelgeuse</dc:creator>
    <dc:date>2023-11-16T02:44:13Z</dc:date>
    <item>
      <title>Postman SSL certificate issues in reserved IOS XE lab</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4958617#M8886</link>
      <description>&lt;P&gt;I am trying to use restconf to interact with my cat 8kv I can ssh into the device restconf is enabled I ensured the developer user had full privileged access. When running the api call "&lt;A href="https://10.10.20.48:443/restconf/data/ietf-interfaces:interfaces" target="_blank"&gt;https://10.10.20.48:443/restconf/data/ietf-interfaces:interfaces&lt;/A&gt;"&amp;nbsp;I get a 401 unauthorized and the raw data says access-denied. Digging into the logs I see I am getting an authorization error associated with the self signed cert.&amp;nbsp;authorizationError: "DEPTH_ZERO_SELF_SIGNED_CERT". I have also verified thoroughly that I have SSL certificate validation turned off in postman. What am I doing wrong here?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 03:33:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4958617#M8886</guid>
      <dc:creator>Betelgeuse</dc:creator>
      <dc:date>2023-11-14T03:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Postman SSL certificate issues in reserved IOS XE lab</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4958881#M8887</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1629624"&gt;@Betelgeuse&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;seems to be that your client doesn't trust the switch's self-signed cert i think.&amp;nbsp; What happens when you run curl with the k flag? (&lt;/SPAN&gt;&lt;SPAN&gt;The -k or --insecure flag in curl tells it to skip SSL certificate validation)&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k https://10.10.20.48/restconf/data/ietf-interfaces:interfaces&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Make sure RESTCONF is enabled globally on the device with restconf and that HTTPS transport is enabled with transport https. I have also read in other Postman threads, restarting the runner (restarted whole Postman) could also help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:03:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4958881#M8887</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2023-11-14T10:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Postman SSL certificate issues in reserved IOS XE lab</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4959629#M8889</link>
      <description>&lt;P&gt;This worked, now I just have to figure out why it wont work in postman, I've tried restarting my computer, different linux vm's, from my host network.&lt;/P&gt;&lt;P&gt;curl -k &lt;A href="https://10.10.20.48/restconf/data/ietf-interfaces:interfaces" target="_blank"&gt;https://10.10.20.48/restconf/data/ietf-interfaces:interfaces&lt;/A&gt; \&lt;BR /&gt;&amp;gt; --user developer:C1sco12345&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 02:23:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4959629#M8889</guid>
      <dc:creator>Betelgeuse</dc:creator>
      <dc:date>2023-11-15T02:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Postman SSL certificate issues in reserved IOS XE lab</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4959713#M8890</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1629624"&gt;@Betelgeuse&lt;/a&gt;&amp;nbsp;are you running a VM from your local machine with the anyconnect client on this to the sandbox? This is known to cause issues. Try the same using the always on XE sandbox and Postman, there are two to use in the catalog.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 07:39:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4959713#M8890</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2023-11-15T07:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Postman SSL certificate issues in reserved IOS XE lab</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4960372#M8895</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839"&gt;@bigevilbeard&lt;/a&gt;I am using openconnect vpn from my ubuntu20.04.3 vm which is hosted on my local machine. I did try it with anyconnect from my host and it did work.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 02:44:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/postman-ssl-certificate-issues-in-reserved-ios-xe-lab/m-p/4960372#M8895</guid>
      <dc:creator>Betelgeuse</dc:creator>
      <dc:date>2023-11-16T02:44:13Z</dc:date>
    </item>
  </channel>
</rss>

