<?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: meraki api connection refused in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440780#M6388</link>
    <description>&lt;P&gt;It sounds like your test server either can not resolve the DNS name or does not have access to it.  Check with whoever administers the firewall.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 05:15:27 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2020-08-05T05:15:27Z</dc:date>
    <item>
      <title>meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440778#M6386</link>
      <description>&lt;P&gt;i have a java application and it can successfully connect to api.meraki.com in my local machine but when i deploy my java application to test server, the application which lives in a docker container can not connect to api.meraki.com. but in host machine i also can curl the api.meraki.com but inside my docker container (docker exec -it xxx /bin/bash), i can not curl it gives an connection refused error. i tried to use a new api key for test server but it is still giving connection refused error. i tried to allow my test server form meraki dashboard but no succcess. any ideas that what is the problem and solution?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 15:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440778#M6386</guid>
      <dc:creator>ihsan1</dc:creator>
      <dc:date>2020-08-04T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440779#M6387</link>
      <description>&lt;P&gt;Can you ping api.meraki.com from within the container? Are you able to connect to some other http service from it?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 19:04:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440779#M6387</guid>
      <dc:creator>Christian_Ney</dc:creator>
      <dc:date>2020-08-04T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440780#M6388</link>
      <description>&lt;P&gt;It sounds like your test server either can not resolve the DNS name or does not have access to it.  Check with whoever administers the firewall.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 05:15:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440780#M6388</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2020-08-05T05:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440781#M6389</link>
      <description>&lt;P&gt;i can not ping api.meraki.com in both host and container. but in host machine, running&lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt; curl -L --request GET --url https://api.meraki.com/api/v0/organizations --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'X-Cisco-Meraki-API-Key: xxx'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;return organizations successfully but if i run this inside container it returns connection refused. &lt;/P&gt;&lt;P&gt;application is connected another http service already but still not pinging in both host and container, but can be curl in both host and container.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 06:38:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440781#M6389</guid>
      <dc:creator>ihsan1</dc:creator>
      <dc:date>2020-08-05T06:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440782#M6390</link>
      <description>&lt;P&gt;i think it resolves the dns name because when i ping it gives ip:&lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;root@db3680bc4ba3:/usr/lib/jvm/java-8-openjdk-amd64/jre/bin# ping api.meraki.com
PING mun211.meraki.com (209.206.57.71): 56 data bytes&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 06:41:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440782#M6390</guid>
      <dc:creator>ihsan1</dc:creator>
      <dc:date>2020-08-05T06:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440783#M6391</link>
      <description>&lt;P&gt;my container is redhat when i run &lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;getent hosts api.meraki.com&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;it gives &lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;209.206.57.38   mun178.meraki.com api.meraki.com emea.api.meraki.com n3.meraki.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 07:18:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440783#M6391</guid>
      <dc:creator>ihsan1</dc:creator>
      <dc:date>2020-08-05T07:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: meraki api connection refused</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440784#M6392</link>
      <description>&lt;P&gt;test server was behind proxy and it was not configured, configuring both container and the application resolved the problem. (i think the application is connecting other service bypassing the proxy.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 12:34:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-connection-refused/m-p/5440784#M6392</guid>
      <dc:creator>ihsan1</dc:creator>
      <dc:date>2020-08-05T12:34:52Z</dc:date>
    </item>
  </channel>
</rss>

