<?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: VDF error : The requested security protocol is not supported. in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318236#M4310</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;is there any intellisence behind VDF.....&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yeah, Intellisence is working fine, see attachment.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intellisense.png" style="width: 701px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/729747iFA8261A2F9A0A6BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="intellisense.png" alt="intellisense.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm pretty sure that the linking/loading of the Autodesk dependencies is going fine. The exception actually comes &lt;EM&gt;from&lt;/EM&gt; the Autodesk lib; I wouldn't get that specific exception (from the DLL files) in case the DLL linking had somehow failed.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 10:55:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-14T10:55:02Z</dc:date>
    <item>
      <title>VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9315355#M4298</link>
      <description>&lt;DIV&gt;&lt;FONT&gt;When trying to connect to Vault using the VDF API I get a "NotSupportedException: The requested security protocol is not supported."&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&lt;BR /&gt;I'm not sure how to proceed or what the error means. As far as I can see I don't need to configure any security protocol or do I?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;Imports VDF = Autodesk.DataManagement.Client.Framework
Imports Autodesk.DataManagement.Client.Framework.Vault.Services
Imports Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections
Imports ACW = Autodesk.Connectivity.WebServices
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        
        Dim results As VDF.Vault.Results.LogInResult = VDF.Vault.Library.ConnectionManager.LogIn("XX.XXX.XX.XX", "Vault", "UserName", "123456", VDF.Vault.Currency.Connections.AuthenticationFlags.Standard, Nothing)
        Dim connection As VDF.Vault.Currency.Connections.Connection = results.Connection
        If Not results.Success Then
            MsgBox("Login error")
            Return
        End If
End Sub
End Class&lt;FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;PS: I'm very sad that there's no Python API for Vault. Just putting it out there.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&lt;BR /&gt;PS2: there's a bug in the forum software that prevented me from posting. When posting using Firefox the forum returns an error "invalid HTML".&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":face_with_rolling_eyes:"&gt;🙄&lt;/span&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":tired_face:"&gt;😫&lt;/span&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Feb 2020 10:09:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9315355#M4298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-13T10:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318013#M4299</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What version and release of Vault are you using?&lt;/LI&gt;
&lt;LI&gt;Have you installed all Vault updates?&lt;/LI&gt;
&lt;LI&gt;Are all references correct to the right versions?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 08:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318013#M4299</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318059#M4300</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What version and release of Vault are you using?&lt;/LI&gt;&lt;LI&gt;Have you installed all Vault updates?&lt;/LI&gt;&lt;LI&gt;Are all references correct to the right versions?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What version and release of Vault are you using? --&amp;gt;&amp;nbsp;&lt;FONT&gt;Autodesk Vault Professional 2019&lt;/FONT&gt;.&amp;nbsp;&lt;FONT&gt;Build 24.3.24.0.&amp;nbsp;2019.3.2 Update&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Have you installed all Vault updates? --&amp;gt; As far as I know: yes. See version number and update number.&lt;/LI&gt;&lt;LI&gt;Are all references correct to the right versions? --&amp;gt; Yes, the references are the dll files from &lt;FONT&gt;C:\Program Files (x86)\Autodesk\Autodesk Vault 2019 SDK\bin\x64\ &amp;nbsp;&amp;nbsp; Solution platform in Visual studio is set to x64 CPU. Visual studio has no trouble finding the references correctly. The code compiles and runs just fine, it's just that I get back the aforementioned exception from the API on the first line of code containing --&amp;gt;&amp;nbsp;VDF.Vault.Library.ConnectionManager.LogIn(&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:24:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318059#M4300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318062#M4301</link>
      <description>&lt;P&gt;Please take a look in this folder:&lt;/P&gt;
&lt;P&gt;&lt;A href="http:// C:\Program Files (x86)\Autodesk" target="_blank" rel="noopener"&gt; C:\Program Files (x86)\Autodesk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can have more updates from the SDK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then you need to deference these...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:27:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318062#M4301</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T09:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318073#M4302</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Please take a look in this folder:&lt;/P&gt;&lt;P&gt;&lt;A href="http:// C:\Program Files (x86)\Autodesk" target="_blank" rel="noopener"&gt;C:\Program Files (x86)\Autodesk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can have more updates from the SDK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you need to deference these...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The only relevant folder I see there is "&lt;FONT&gt;Autodesk Vault 2019 SDK", this is the folder that contains the dll's in a x86 and an x64 folder. I'm already referencing the dll's from the x64 folder.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;The only other folders in&amp;nbsp;&lt;A href="http://%20c/Program%20Files%20(x86)/Autodesk" target="_blank" rel="noopener"&gt;C:\Program Files (x86)\Autodesk&lt;/A&gt; are: "DM Apps" (sample projects) and "Autodesk Design Review".&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318073#M4302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318083#M4303</link>
      <description>&lt;P&gt;Could you make a screenshot of the reference tab within Visual studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:39:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318083#M4303</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318091#M4304</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="references.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/729725i78B48C4DEFC2F831/image-size/large?v=v2&amp;amp;px=999" role="button" title="references.png" alt="references.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:43:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318091#M4304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318101#M4305</link>
      <description>&lt;P&gt;The references seem to be OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What framework version are you on?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:51:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318101#M4305</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318118#M4306</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;The references seem to be OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What framework version are you on?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The newest, freshly downloaded and installed yesterday.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.NET framework 4.8.03761&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:58:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318118#M4306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318130#M4307</link>
      <description>&lt;P&gt;try 4.6!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 10:02:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318130#M4307</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T10:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318173#M4308</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;try 4.6!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I had the target framework set to .NET &lt;EM&gt;core&lt;/EM&gt; 3.1 (which apparently somehow corresponds to .NET framework 4.8, totally confusing). I tried to set the target to .NET core 3.0. Same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 10:22:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318173#M4308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T10:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318201#M4309</link>
      <description>&lt;P&gt;is there any intellisence behind VDF.....&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 10:39:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318201#M4309</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318236#M4310</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;is there any intellisence behind VDF.....&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yeah, Intellisence is working fine, see attachment.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intellisense.png" style="width: 701px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/729747iFA8261A2F9A0A6BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="intellisense.png" alt="intellisense.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm pretty sure that the linking/loading of the Autodesk dependencies is going fine. The exception actually comes &lt;EM&gt;from&lt;/EM&gt; the Autodesk lib; I wouldn't get that specific exception (from the DLL files) in case the DLL linking had somehow failed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 10:55:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318236#M4310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T10:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318238#M4311</link>
      <description>&lt;P&gt;are you copying the libraries locally?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 10:56:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318238#M4311</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318632#M4312</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;are you copying the libraries locally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No. They are linked to their original location in program files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:47:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318632#M4312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318634#M4313</link>
      <description>&lt;P&gt;Could you try that?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:49:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9318634#M4313</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-14T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9327344#M4314</link>
      <description>&lt;P&gt;Same error...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the exception is triggered by the .NET runtime (and/or OS) using a different .NET https security protocol than the VDF API wants to use. I've tried setting&amp;nbsp;&lt;FONT&gt;SecurityProtocolType&lt;/FONT&gt; to TLS1, TLS2 and SSL3 manually which all also didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If only the broken VDF was open source... I'm giving up on this. This forum is broken in Firefox (--&amp;gt; &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #ec4a41; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied.&lt;FONT size="3" color="#002000"&gt;)&lt;/FONT&gt;&lt;/SPAN&gt;, VDF is broken with the newest OS and .NET versions. This just isn't worth it...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 09:49:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9327344#M4314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-19T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9328077#M4315</link>
      <description>&lt;P&gt;I tried it. Same error...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the exception is triggered by the .NET runtime (and/or OS) using a different .NET https security protocol than the VDF API wants to use. I've tried setting&amp;nbsp;&lt;FONT&gt;SecurityProtocolType&lt;/FONT&gt; to TLS1, TLS2 and SSL3 manually which all also didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If only the broken VDF was open source... I'm giving up on this. This forum is broken in Firefox (--&amp;gt; &lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: #ec4a41; display: inline; float: none; font-family: &amp;amp;quot; artifakt&amp;amp;quot;,tahoma,helvetica,arial,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied.&lt;FONT size="3" color="#002000"&gt;)&lt;/FONT&gt;&lt;/SPAN&gt;, VDF is broken with the newest OS and .NET versions. This just isn't worth it...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 14:31:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9328077#M4315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-19T14:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9328277#M4316</link>
      <description>&lt;P&gt;Tried it. Doesn't work. I also tried to post other insights, but my post keeps getting deleted after being marked as spam.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 15:31:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9328277#M4316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-19T15:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: VDF error : The requested security protocol is not supported.</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9328328#M4317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you upload the project maybe?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 15:47:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vdf-error-the-requested-security-protocol-is-not-supported/m-p/9328328#M4317</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-19T15:47:19Z</dc:date>
    </item>
  </channel>
</rss>

