<?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: HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable t in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/117466#M40000</link>
    <description>&lt;P&gt;I'm not sure if you left the Authorization token off of your header.&lt;BR /&gt;You have&lt;BR /&gt;"Authorization = Bearer"&lt;BR /&gt;Usually it's&lt;BR /&gt;"Authorization: Bearer [and some authorization key]"&lt;/P&gt;
&lt;P&gt;If you do have it correct and there's a problem with the server side security ticket, you can use&lt;BR /&gt;request &amp;lt;&amp;lt; Insecure (1)&lt;BR /&gt;which works like:&lt;/P&gt;
&lt;P&gt;From curl's manpage&lt;/P&gt;
&lt;PRE&gt;-k, --insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" fail unless -k, --insecure is used.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2019 22:36:25 GMT</pubDate>
    <dc:creator>bryan_boone</dc:creator>
    <dc:date>2019-02-20T22:36:25Z</dc:date>
    <item>
      <title>HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable to ch</title>
      <link>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/116398#M39976</link>
      <description>&lt;P&gt;I have an error creating a post request, the error returned is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;New HTTP Request()
POST [url]
schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The solutions here didn't work for me, I got the same error message as &lt;LI-MESSAGE title="HTTP Request with Headers?" uid="67262" url="https://community.jmp.com/t5/Discussions/HTTP-Request-with-Headers/m-p/67262#U67262"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is approximately:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;request = HTTPRequest(
&amp;nbsp; Url(url),
&amp;nbsp; Method("POST"),
&amp;nbsp; Headers( {"Accept: application/json"}, {"Authorization = Bearer " }),
&amp;nbsp; JSON(json)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why isn't jsl on stackoverflow?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 22:57:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/116398#M39976</guid>
      <dc:creator>bayesfactor</dc:creator>
      <dc:date>2019-02-20T22:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable t</title>
      <link>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/117466#M40000</link>
      <description>&lt;P&gt;I'm not sure if you left the Authorization token off of your header.&lt;BR /&gt;You have&lt;BR /&gt;"Authorization = Bearer"&lt;BR /&gt;Usually it's&lt;BR /&gt;"Authorization: Bearer [and some authorization key]"&lt;/P&gt;
&lt;P&gt;If you do have it correct and there's a problem with the server side security ticket, you can use&lt;BR /&gt;request &amp;lt;&amp;lt; Insecure (1)&lt;BR /&gt;which works like:&lt;/P&gt;
&lt;P&gt;From curl's manpage&lt;/P&gt;
&lt;PRE&gt;-k, --insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" fail unless -k, --insecure is used.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 22:36:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/117466#M40000</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2019-02-20T22:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Request: Post error: InitializeSecurityContext failed: The revocation function was unable to ch</title>
      <link>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/236362#M46648</link>
      <description>&lt;P&gt;You can use the Insecure option.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;request = HTTPRequest(
  Url(url),
  Method("POST"),
  Headers( {"Accept: application/json"}, {"Authorization = Bearer " }),
  JSON(json),
  Insecure(1)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It won't verify the certificate just like:&lt;/P&gt;
&lt;DIV class="forum-topic-flex-article"&gt;
&lt;DIV class="forum-article"&gt;
&lt;DIV class="forum-post"&gt;
&lt;DIV id="bodyDisplay_ab25453c19ec5b" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;PRE&gt;k, --insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" fail unless -k, --insecure is used.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="kudosButtonV2_0" class="KudosButton lia-button-image-kudos-wrapper lia-component-kudos-widget-button-version-3 lia-component-kudos-widget-button-horizontal lia-component-kudos-widget-button lia-component-kudos-action lia-component-message-view-widget-kudos-action" data-lia-kudos-id="117466"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;
&lt;DIV class="AddMessageTags lia-message-tags lia-component-message-view-widget-tags"&gt;&lt;A id="showAddTag_0" class="lia-link-navigation add-tag-link" href="https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/116398#" aria-label="Add Tag..." target="_blank"&gt;Add tags&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Nov 2019 22:37:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/HTTP-Request-Post-error-InitializeSecurityContext-failed-The/m-p/236362#M46648</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2019-11-25T22:37:25Z</dc:date>
    </item>
  </channel>
</rss>

