vMix Forums
»
General
»
General Discussion
»
TLS 1.3 Not Supported for DataSources?
Rank: Member
Groups: Registered
Joined: 9/5/2017(UTC) Posts: 16
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
We have a New API we have built to act as a Datasource via JSON in Vmix - using 29.0.0.46 right now. However when we use the HTTPS address of our server it fails with an SSL/TLS negotiation error. WE have nailed this down to the fact our Firewall WAF was set to enforce TLS 1.3 - as it does this for extra security for ALL of our internal Web servers. However this is when we get the error. I temporarily changed the Global value to TLS 1.2 Capabale - and the JSON source works with HTTPS.
This is not ideal - so wondering if there is some tweak somewhere we can force VMIX to try TLS 1.3? or is it something you still need to Bake into the Code for support.
|
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/28/2016(UTC) Posts: 169   Location: SACRAMENTO Thanks: 6 times Was thanked: 27 time(s) in 22 post(s)
|
What OS are you on? Win10 or Win11? if you're on Win11 you can try adding this to the vm config file:
<runtime> <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/> </runtime>
I believe it already has a runtime section so just find it and put the config line in there.
If your on win10 you'll need to do a registry change like so:
Find the following path in the left panel of the Registry Editor: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client] Double-click on [Enabled]. In the [Value data] field, change the value to [1] and click [OK].
Obviously test this but this should work for you.
|
|
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
TLS 1.3 Not Supported for DataSources?
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close