<?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>question REST Message Giving SSL Error in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035125#M692051</link>
    <description>&lt;P&gt;Trying to make a REST call to an HTTPS endpoint directly (not through a MID server), but receiving an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2015 23:48:50 GMT</pubDate>
    <dc:creator>StephenHey</dc:creator>
    <dc:date>2015-02-09T23:48:50Z</dc:date>
    <item>
      <title>REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035125#M692051</link>
      <description>&lt;P&gt;Trying to make a REST call to an HTTPS endpoint directly (not through a MID server), but receiving an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 23:48:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035125#M692051</guid>
      <dc:creator>StephenHey</dc:creator>
      <dc:date>2015-02-09T23:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035126#M692052</link>
      <description>&lt;P&gt;I am having the same issue. Did you manage to solve this out.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:23:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035126#M692052</guid>
      <dc:creator>dagarwal82</dc:creator>
      <dc:date>2015-03-05T17:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035127#M692053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You have to generate the server certificate and upload it into service-now repository :&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Take a look: &lt;A href="http://wiki.servicenow.com/index.php?title=Uploading_a_Certificate" title="http://wiki.servicenow.com/index.php?title=Uploading_a_Certificate"&gt;http://wiki.servicenow.com/index.php?title=Uploading_a_Certificate&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:41:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035127#M692053</guid>
      <dc:creator>ghaing</dc:creator>
      <dc:date>2015-03-05T17:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035128#M692054</link>
      <description>&lt;P&gt;Our REST endpoint did not accept anything lower than TLS 1.0 encryption. &amp;nbsp; Service-now REST tries to use "SSLv2 Hello" to ask what kind of encryption the server side requires. &amp;nbsp; However, our endpoint rejects even the "Hello" per security standards. &amp;nbsp; The reason Service-now does this is because that connection logic is done by the version of Java that Service-now runs on. &amp;nbsp; Our instance was running on Java 1.6 which uses that SSLv2 Hello method.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The fix was to have Service-now upgrade our instances from 1.6 to 1.8.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The first thing I'd check, Deepak, is to see if your endpoint accepts SSLv2 Hello. &amp;nbsp; If it does not, then this would be your problem.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:57:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035128#M692054</guid>
      <dc:creator>StephenHey</dc:creator>
      <dc:date>2015-03-05T17:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035129#M692055</link>
      <description>&lt;P&gt;Awesome guys. Our endpoint is running on TLS1.0 , gonna try with SSLV2. I really appreciate the quick replies. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:34:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035129#M692055</guid>
      <dc:creator>dagarwal82</dc:creator>
      <dc:date>2015-03-05T18:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035130#M692056</link>
      <description>&lt;P&gt;How do I use TLSV1 in pre Eureka instances?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:28:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035130#M692056</guid>
      <dc:creator>dagarwal82</dc:creator>
      <dc:date>2015-03-18T16:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035131#M692057</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;Hi Stephen, &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;&lt;SPAN&gt;Integration between ServiceNow and REST Web Services is possible using Informatica Cloud. For more info on ServiceNow connector, please visit -&lt;/SPAN&gt;&lt;A title="k-external-small" class="jive-link-external-small" href="http://www.servicenowconnector.com" rel="nofollow" target="_blank"&gt;http://www.servicenowconnector.com&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;For any further query, please reach at info(at)mansasys(dot)com. &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;Thanks, &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, sans, sans-serif; font-size: 13px;"&gt;Ankit&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2015 05:02:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035131#M692057</guid>
      <dc:creator>ankitsaharavat</dc:creator>
      <dc:date>2015-10-19T05:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: REST Message Giving SSL Error</title>
      <link>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035132#M692058</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Any idea how to see which &lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;TLS version our instance is using/running on?&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Ganapati&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2018 05:27:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/rest-message-giving-ssl-error/m-p/2035132#M692058</guid>
      <dc:creator>gana1</dc:creator>
      <dc:date>2018-02-07T05:27:23Z</dc:date>
    </item>
  </channel>
</rss>

