<?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 Re: SQL Anywhere 16 - HTTPS Web Service Protocol in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838364#M4869207</link>
    <description>&lt;P&gt;Hm, you might ask that as a separate question here...&lt;/P&gt;
&lt;P&gt;I remember I could access SQL Anywhere 16 and older downloads as "archived products" in the SAP Support Portal Software Download section a while ago but currently I am only able to access SQL Anywhere 17. And searching within the Support Portal does not offer useful suggestions, it's really annoying ... &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2024 03:16:03 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2024-04-26T03:16:03Z</dc:date>
    <item>
      <title>SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaq-p/13838358</link>
      <description>&lt;P&gt;Hello. I want to enable the https web service protocol but I am having an issue. I am using SQL Anywhere 16 build 1691. Here's my service configuration.&lt;/P&gt;
&lt;P&gt;-x tcpip(port=xxx03)
-xs http(port=xxx05)
-xs https(fips=N;port=443;Identity=xxx.pem;identity_password=xxx)
-n xxxx
xxxx.db&lt;/P&gt;
&lt;P&gt;If I call the web service using http, I get the results very quickly. When I use https, it times out. The database resides on an Azure server. Here's some of the cert info.&lt;/P&gt;
&lt;P&gt;Signature Algorithm:  RSA, SHA256&lt;/P&gt;
&lt;P&gt;Key Type:             RSA&lt;/P&gt;
&lt;P&gt;Key Size:             1024 bits&lt;/P&gt;
&lt;P&gt;Basic Constraints:    Is not a certificate authority&lt;/P&gt;
&lt;P&gt;Key Usage:            Digital Signature, Key Encipherment, Data Encipherment, Key Agreement&lt;/P&gt;
&lt;P&gt;All significant ports are open on the Azure server and I placed the certificate in the Trusted Root Certification Authorities. What am I missing? Any help will be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,
Rick&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 11:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaq-p/13838358</guid>
      <dc:creator>former_SQLA_member1695016</dc:creator>
      <dc:date>2024-04-22T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838359#M4869202</link>
      <description>&lt;P&gt;What web client do you use? A SQL Anywhere database client or a browser or client app?&lt;/P&gt;
&lt;P&gt;SQL Anywhere 16.0.0.1691 is really old, the crypto libs and rules for certificate validation have changed during version 16 and 17...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 12:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838359#M4869202</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2024-04-22T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838360#M4869203</link>
      <description>&lt;P&gt;I've been testing using Postman or just a web browser. Unfortunately, right now, upgrading to 17 is not an option.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 12:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838360#M4869203</guid>
      <dc:creator>former_SQLA_member1695016</dc:creator>
      <dc:date>2024-04-22T12:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838361#M4869204</link>
      <description>&lt;P&gt;Can you experiment with HTTP(VERSION=1.1;KTIMEOUT=30). Use VERSION=1.1 and the KTIMEOUT can be something different than 30 but start there.  I would also enable logging (-z engine option and HTTPS LogOptions protocol option) to gather more diagnostics for this issue. &lt;/P&gt;
&lt;P&gt;I would also reiterate that you are running a very old version of SQL Anywhere and that it is using a very old version of OpenSSL - one that is at risk for the  OpenSSL vulnerability known as Heartbleed (fixed in Build 1824). There were other updates to OpenSSL before the last SA16 patch that may address other vulnerabilities (I cannot recall specifically).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 17:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838361#M4869204</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2024-04-22T17:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838362#M4869205</link>
      <description>&lt;P&gt;Well, 16.0.0.2798 is the last v16 EBF, that's what I would at least update to...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 04:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838362#M4869205</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2024-04-23T04:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838363#M4869206</link>
      <description>&lt;P&gt;I wish I could but finding that EBF seems impossible.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 13:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838363#M4869206</guid>
      <dc:creator>former_SQLA_member1695016</dc:creator>
      <dc:date>2024-04-25T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838364#M4869207</link>
      <description>&lt;P&gt;Hm, you might ask that as a separate question here...&lt;/P&gt;
&lt;P&gt;I remember I could access SQL Anywhere 16 and older downloads as "archived products" in the SAP Support Portal Software Download section a while ago but currently I am only able to access SQL Anywhere 17. And searching within the Support Portal does not offer useful suggestions, it's really annoying ... &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 03:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838364#M4869207</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2024-04-26T03:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838365#M4869208</link>
      <description>&lt;P&gt;Can I confirm that from the Download Software page, navigate as follows:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Support Packages &amp;amp; Patches&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Archive by Alphabetical Index (A-Z)&lt;/LI&gt;
&lt;LI&gt;S&lt;UL&gt;
&lt;LI&gt;Sybase SQL Anywhere&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 26 Apr 2024 08:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838365#M4869208</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2024-04-26T08:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 - HTTPS Web Service Protocol</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838366#M4869209</link>
      <description>&lt;P&gt;Aargh, SAP is still a German-based company, and that subtitle is unluckily translated to German as&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Nach alphabetischem Index archivieren (A-Z)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;which means "To Archive by alphabetical index (A-Z)" instead of something like "Archiv nach alphabetischem Index (A-Z)" - and made me think "No, I don't want to archive anything...".&lt;/P&gt;
&lt;P&gt;Well, as the Golden rule tells: "Watcom does (or did?) things the way they should be done". Apparently (and unfortunately), SAP has a different approach.&lt;/P&gt;
&lt;P&gt;But yes, I can access EBFs for V9-v16 there, so that's at least alright.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 09:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-https-web-service-protocol/qaa-p/13838366#M4869209</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2024-04-26T09:29:22Z</dc:date>
    </item>
  </channel>
</rss>

