<?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: dashboard connect SSL error in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429544#M4854</link>
    <description>&lt;P&gt;Have you checked it with the Meraki support?&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 09:38:56 GMT</pubDate>
    <dc:creator>aleabrahao</dc:creator>
    <dc:date>2024-05-10T09:38:56Z</dc:date>
    <item>
      <title>dashboard connect SSL error</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429543#M4853</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Good day to you.&lt;/P&gt;&lt;P&gt;I use same code success in one PC but fail on a new PC. I don't understand how to use certificate_path. some topic said can fix by specify cert path. I try to download dashboard.meraki.com website certificate, but still not work.&lt;/P&gt;&lt;P&gt;With  certificate_path or not, I got same below error.&lt;/P&gt;&lt;P&gt;May you please advise how to fix?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;meraki 1.46.0 + Python 3.12.2&lt;/P&gt;&lt;P&gt;dashboard = meraki.DashboardAPI(api_key=API_KEY_CN, base_url=base_url_CN, certificate_path=cert)&lt;/P&gt;&lt;P&gt;print(dashboard.organizations.getOrganizations())&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; dashboard = meraki.DashboardAPI(API_KEY_CN, base_url_CN,cert)&lt;BR /&gt;2024-05-10 16:10:18 meraki: INFO &amp;gt; Meraki dashboard API session initialized with these parameters: {'version': '1.46.0', 'api_key': '************************************2dcc', 'base_url': '&lt;A href="https://api.meraki.cn/api/v1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.cn/api/v1&lt;/A&gt;', 'single_request_timeout': 'c:\\temp\\meraki.com.crt', 'certificate_path': '', 'requests_proxy': '', 'wait_on_rate_limit': True, 'nginx_429_retry_wait_time': 60, 'action_batch_retry_wait_time': 60, 'network_delete_retry_wait_time': 240, 'retry_4xx_error': False, 'retry_4xx_error_wait_time': 60, 'maximum_retries': 2, 'simulate': False, 'be_geo_id': None, 'caller': None, 'use_iterator_for_get_pages': False}&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; dashboard = meraki.DashboardAPI(api_key=API_KEY_CN, base_url=base_url_CN, certificate_path=cert)&lt;BR /&gt;2024-05-10 16:11:22 meraki: INFO &amp;gt; Meraki dashboard API session initialized with these parameters: {'version': '1.46.0', 'api_key': '************************************2dcc', 'base_url': '&lt;A href="https://api.meraki.cn/api/v1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.cn/api/v1&lt;/A&gt;', 'single_request_timeout': 60, 'certificate_path': 'c:\\temp\\meraki.com.crt', 'requests_proxy': '', 'wait_on_rate_limit': True, 'nginx_429_retry_wait_time': 60, 'action_batch_retry_wait_time': 60, 'network_delete_retry_wait_time': 240, 'retry_4xx_error': False, 'retry_4xx_error_wait_time': 60, 'maximum_retries': 2, 'simulate': False, 'be_geo_id': None, 'caller': None, 'use_iterator_for_get_pages': False}&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; print(dashboard.organizations.getOrganizations())&lt;BR /&gt;2024-05-10 16:11:57 meraki: INFO &amp;gt; GET &lt;A href="https://api.meraki.cn/api/v1/organizations" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.cn/api/v1/organizations&lt;/A&gt;&lt;BR /&gt;2024-05-10 16:11:58 meraki: WARNING &amp;gt; organizations, getOrganizations - HTTPSConnectionPool(host='api.meraki.cn', port=443): Max retries exceeded with url: /api/v1/organizations (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)'))), retrying in 1 second&lt;BR /&gt;2024-05-10 16:11:59 meraki: INFO &amp;gt; GET &lt;A href="https://api.meraki.cn/api/v1/organizations" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.cn/api/v1/organizations&lt;/A&gt;&lt;BR /&gt;2024-05-10 16:11:59 meraki: WARNING &amp;gt; organizations, getOrganizations - HTTPSConnectionPool(host='api.meraki.cn', port=443): Max retries exceeded with url: /api/v1/organizations (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)'))), retrying in 1 second&lt;BR /&gt;Traceback (most recent call last):&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 08:18:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429543#M4853</guid>
      <dc:creator>gdy10392</dc:creator>
      <dc:date>2024-05-10T08:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard connect SSL error</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429544#M4854</link>
      <description>&lt;P&gt;Have you checked it with the Meraki support?&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:38:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429544#M4854</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-05-10T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard connect SSL error</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429545#M4855</link>
      <description>&lt;P&gt;That looks like a local issue with your Python install regarding SSL, Support won't assist here. A quick Google of the error took me here: &lt;A href="https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 12:00:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429545#M4855</guid>
      <dc:creator>ConnorL1</dc:creator>
      <dc:date>2024-05-10T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard connect SSL error</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429546#M4856</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Most platforms offer Python built-in (or platform-supplied) trusted root certificates - so you don't usually need to specify " certificate_path=cert".  Try taking it out and see if that resolves your issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Otherwise look at the "cert" variable to see where it is located, and copy that file from the old machine to the new machine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 20:25:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429546#M4856</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-05-12T20:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard connect SSL error</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429547#M4857</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;This issue is on company PC which not have admin right. And the python is install by admin right, I am difficult change any settings.&lt;/P&gt;&lt;P&gt;Now I success build portable python and Eclipse on another company(also no admin right).&lt;/P&gt;&lt;P&gt;please just ignore this&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 01:16:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-connect-ssl-error/m-p/5429547#M4857</guid>
      <dc:creator>gdy10392</dc:creator>
      <dc:date>2024-05-15T01:16:07Z</dc:date>
    </item>
  </channel>
</rss>

