<?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: Java SDK V2 SSL Example / How do you do it? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/347678#M19994</link>
    <description>&lt;P&gt;Apologies for the late reply.&lt;/P&gt;&lt;P&gt;Essentially when I go into production with my product I need to detail the demands of using the Dropbox SDK on the firewall.&lt;/P&gt;&lt;P&gt;For my purposes I will be using Asynchronous and Synchronous transfers within the SDK, but not utilsing the Sync features within the SDK.&lt;/P&gt;&lt;P&gt;For the functionality utilised above, can Dropbox explicitely define the following:-&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Which ports need to be opened.&lt;/LI&gt;&lt;LI&gt;which ports need to be bi-directional, and which need to be single direction, and in which direction they should be.&lt;/LI&gt;&lt;LI&gt;What protocols will be used on those ports.&amp;nbsp; Would it just be HTTP traffic?&lt;/LI&gt;&lt;LI&gt;What domains need to be accessible for UK customers.&lt;/LI&gt;&lt;LI&gt;Can the ports detalied in question 1, be changed and if so how can this be acheived?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks for any assistance &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 12:32:18 GMT</pubDate>
    <dc:creator>outsidecoder</dc:creator>
    <dc:date>2019-06-03T12:32:18Z</dc:date>
    <item>
      <title>Java SDK V2 SSL Example / How do you do it?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338775#M19682</link>
      <description>&lt;P&gt;Thanks for opening.&lt;/P&gt;&lt;P&gt;I'm looking to use the Java SDK for Dropbox API V2 with SSL with some clients, and I've realised recently I've not been connecting with SSL.&lt;/P&gt;&lt;P&gt;How could I modify the code below to allow me to connect via SSL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    public void Connect() throws DbxException {
        System.out.println("his.details.getACCESS_TOKEN() = " + this.details.getACCESS_TOKEN());
        // Create Dropbox client
        config = new DbxRequestConfig(this.details.getClientIdentifier());
        client = new DbxClientV2(config, this.details.getACCESS_TOKEN());
        FullAccount account = client.users().getCurrentAccount();
        System.out.println(account.getName().getDisplayName());
    }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've not been able to find any examples of this being done, but I've noticed SSLConfig but with no examples of it being used.&amp;nbsp; I thought SSL would be promoted to mitigate any security concerns.&lt;/P&gt;&lt;P&gt;Thanks &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:06:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338775#M19682</guid>
      <dc:creator>outsidecoder</dc:creator>
      <dc:date>2019-05-29T09:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK V2 SSL Example / How do you do it?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338784#M19683</link>
      <description>&lt;P&gt;The&amp;nbsp;Dropbox API requires SSL/TLS for all API calls, and the Java SDK uses SSL/TLS by default. You don't need to configure anything to get it to do so.&lt;/P&gt;
&lt;P&gt;Can you elaborate on what you mean when you say you've "&lt;SPAN&gt;not been connecting with SSL"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:20:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338784#M19683</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-11T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK V2 SSL Example / How do you do it?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338857#M19684</link>
      <description>&lt;P&gt;Thanks for the prompt reply.&amp;nbsp; I was watching the traffic on my ports and nothing seemed to use port 443 which I think is the SSL port.&amp;nbsp; Which port(s) does the Java SDK use?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 21:36:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338857#M19684</guid>
      <dc:creator>outsidecoder</dc:creator>
      <dc:date>2019-04-11T21:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK V2 SSL Example / How do you do it?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338968#M19687</link>
      <description>&lt;P&gt;SSL/TLS connections do use port 443 on the destination server (the&amp;nbsp;Dropbox API servers in this case).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say you were watching the traffic on your ports, do you mean you were looking at the source ports? Those wouldn't necessarilly be 443; 443 would be the destination port.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 14:01:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/338968#M19687</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-12T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK V2 SSL Example / How do you do it?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/347678#M19994</link>
      <description>&lt;P&gt;Apologies for the late reply.&lt;/P&gt;&lt;P&gt;Essentially when I go into production with my product I need to detail the demands of using the Dropbox SDK on the firewall.&lt;/P&gt;&lt;P&gt;For my purposes I will be using Asynchronous and Synchronous transfers within the SDK, but not utilsing the Sync features within the SDK.&lt;/P&gt;&lt;P&gt;For the functionality utilised above, can Dropbox explicitely define the following:-&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Which ports need to be opened.&lt;/LI&gt;&lt;LI&gt;which ports need to be bi-directional, and which need to be single direction, and in which direction they should be.&lt;/LI&gt;&lt;LI&gt;What protocols will be used on those ports.&amp;nbsp; Would it just be HTTP traffic?&lt;/LI&gt;&lt;LI&gt;What domains need to be accessible for UK customers.&lt;/LI&gt;&lt;LI&gt;Can the ports detalied in question 1, be changed and if so how can this be acheived?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks for any assistance &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 12:32:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/347678#M19994</guid>
      <dc:creator>outsidecoder</dc:creator>
      <dc:date>2019-06-03T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Java SDK V2 SSL Example / How do you do it?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/347710#M19995</link>
      <description>&lt;P&gt;All&amp;nbsp;Dropbox API calls occur over standard HTTPS connections (specifically, currently using TLS v1.0, v1.1, or v1.2) initiated from the client sent to the Dropbox API servers, so that would just be destination port 443. That is the same regardless of geographic location and can't be changed.&lt;/P&gt;
&lt;P&gt;You can find the official list of domains used by&amp;nbsp;Dropbox in the help center here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.dropbox.com/security/official-domains" target="_blank"&gt;https://help.dropbox.com/security/official-domains&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For the API in particular, the specific ones are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;api.dropboxapi.com&lt;/LI&gt;
&lt;LI&gt;content.dropboxapi.com&lt;/LI&gt;
&lt;LI&gt;notify.dropboxapi.com&lt;/LI&gt;
&lt;LI&gt;api.dropbox.com&lt;/LI&gt;
&lt;LI&gt;api-content.dropbox.com&lt;/LI&gt;
&lt;LI&gt;api-notify.dropbox.com&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 03 Jun 2019 14:51:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Java-SDK-V2-SSL-Example-How-do-you-do-it/m-p/347710#M19995</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-06-03T14:51:06Z</dc:date>
    </item>
  </channel>
</rss>

