<?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>article How to avoid the Synthetic Browser monitor Error Code 12049 &amp;quot;ERR_SSL_CLIENT_AUTH_CERT_NEEDED&amp;quot; in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-avoid-the-Synthetic-Browser-monitor-Error-Code-12049-quot/ta-p/267074</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H2&gt;Self Service Summary&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some websites initially respond with an error that they need a client certificate, however, a second request to the page is successful. In these cases, Native Chrome intially sees the error "ERR_SSL_CLIENT_AUTH_CERT_NEEDED" but retries and is then able to successfully reach the site.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dynatrace Synthetic Browser Monitors stop the execution as soon as the initial error "ERR_SSL_CLIENT_AUTH_CERT_NEEDED" is received.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;Issue&lt;/TH&gt;
&lt;TH&gt;Solution&lt;/TH&gt;
&lt;TH&gt;Tasks&lt;/TH&gt;
&lt;TH&gt;Alternative(s)&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Browser Monitor fails with&amp;nbsp;ERR_SSL_CLIENT_AUTH_CERT_NEEDED&lt;/TD&gt;
&lt;TD&gt;Add script to retry&lt;/TD&gt;
&lt;TD&gt;Add script to retry&lt;/TD&gt;
&lt;TD&gt;Add client certificate&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Steps to avoid&amp;nbsp;Error Code 12049 "ERR_SSL_CLIENT_AUTH_CERT_NEEDED"&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the Browser Monitor for editing, using &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#configure-an-existing-browser-monitor" target="_self"&gt;Classic Synthetic&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click on Recorded Clickpath&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add a JavaScript event, using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#recorded-clickpath" target="_self" rel="noopener noreferrer"&gt;Add synthetic event&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;and move this step as first event&lt;/LI&gt;
&lt;LI&gt;Add the sample JavaScript code below and replace the url which is reporting "ERR_SSL_CLIENT_AUTH_CERT_NEEDED"&lt;BR /&gt;&lt;LI-CODE lang="javascript"&gt;var url ="https://when.navigate.to/this/page/there/is/a/ssl/client/error"; //Replace the url which reports ERR_SSL_CLIENT_AUTH_CERT_NEEDED error
fetch(url, {
	"referrerPolicy": "strict-origin-when-cross-origin",
	"method": "GET",
	"mode": "cors",
	"credentials": "omit"
});​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;The next event in the clickpath, should be a Navigate Event to the same url&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What's next?&lt;/H2&gt;
&lt;P&gt;It may be that you need to provide the client-side certificate. In this case, you can add it to the Dynatrace Synthetic Browser Monitor &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#certificate-authentication" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Otherwise, please open a chat or support ticket and provide a link to the Dynatrace Synthetic Browser Monitor, along with the troubleshooting steps you have already tried.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 14:00:00 GMT</pubDate>
    <dc:creator>Mareeswaran</dc:creator>
    <dc:date>2025-01-10T14:00:00Z</dc:date>
    <item>
      <title>How to avoid the Synthetic Browser monitor Error Code 12049 "ERR_SSL_CLIENT_AUTH_CERT_NEEDED"</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-avoid-the-Synthetic-Browser-monitor-Error-Code-12049-quot/ta-p/267074</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H2&gt;Self Service Summary&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some websites initially respond with an error that they need a client certificate, however, a second request to the page is successful. In these cases, Native Chrome intially sees the error "ERR_SSL_CLIENT_AUTH_CERT_NEEDED" but retries and is then able to successfully reach the site.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dynatrace Synthetic Browser Monitors stop the execution as soon as the initial error "ERR_SSL_CLIENT_AUTH_CERT_NEEDED" is received.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;Issue&lt;/TH&gt;
&lt;TH&gt;Solution&lt;/TH&gt;
&lt;TH&gt;Tasks&lt;/TH&gt;
&lt;TH&gt;Alternative(s)&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Browser Monitor fails with&amp;nbsp;ERR_SSL_CLIENT_AUTH_CERT_NEEDED&lt;/TD&gt;
&lt;TD&gt;Add script to retry&lt;/TD&gt;
&lt;TD&gt;Add script to retry&lt;/TD&gt;
&lt;TD&gt;Add client certificate&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Steps to avoid&amp;nbsp;Error Code 12049 "ERR_SSL_CLIENT_AUTH_CERT_NEEDED"&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the Browser Monitor for editing, using &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#configure-an-existing-browser-monitor" target="_self"&gt;Classic Synthetic&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click on Recorded Clickpath&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add a JavaScript event, using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#recorded-clickpath" target="_self" rel="noopener noreferrer"&gt;Add synthetic event&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;and move this step as first event&lt;/LI&gt;
&lt;LI&gt;Add the sample JavaScript code below and replace the url which is reporting "ERR_SSL_CLIENT_AUTH_CERT_NEEDED"&lt;BR /&gt;&lt;LI-CODE lang="javascript"&gt;var url ="https://when.navigate.to/this/page/there/is/a/ssl/client/error"; //Replace the url which reports ERR_SSL_CLIENT_AUTH_CERT_NEEDED error
fetch(url, {
	"referrerPolicy": "strict-origin-when-cross-origin",
	"method": "GET",
	"mode": "cors",
	"credentials": "omit"
});​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;The next event in the clickpath, should be a Navigate Event to the same url&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What's next?&lt;/H2&gt;
&lt;P&gt;It may be that you need to provide the client-side certificate. In this case, you can add it to the Dynatrace Synthetic Browser Monitor &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#certificate-authentication" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Otherwise, please open a chat or support ticket and provide a link to the Dynatrace Synthetic Browser Monitor, along with the troubleshooting steps you have already tried.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 14:00:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-avoid-the-Synthetic-Browser-monitor-Error-Code-12049-quot/ta-p/267074</guid>
      <dc:creator>Mareeswaran</dc:creator>
      <dc:date>2025-01-10T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the Synthetic Browser monitor Error Code 12049 "ERR_SSL_CLIENT_AUTH_CERT_NEEDED"</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-avoid-the-Synthetic-Browser-monitor-Error-Code-12049-quot/tac-p/267102#M815</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@9BD876A77FEF3D5EF4BC972CF8A97CB1/images/emoticons/take_my_money.png" alt=":take_my_money:" title=":take_my_money:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 15:23:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-avoid-the-Synthetic-Browser-monitor-Error-Code-12049-quot/tac-p/267102#M815</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-01-10T15:23:19Z</dc:date>
    </item>
  </channel>
</rss>

