mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 15:46:00 +03:00
[GH-ISSUE #590] Crash: The requested security protocol is not supported. #2024
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#2024
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @giantmustache on GitHub (Feb 18, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/590
Originally assigned to: @NickeManarin on GitHub.
At the moment I start ScreenToGif I receive an error. Then the program closes down. It seems that something is not supported, although it is unclear to me what to do about it.
I used the single executable, because the installer crashed for the same reason and I hoped that this would work out for me. I have attached the log. Is there any other information you would like to have from me?
► Title -
On dispacher unhandled exception - Unknown
▬ Message -
The requested security protocol is not supported.
○ Type -
System.NotSupportedException
♦ [Version] Date/Hour -
[2.20.3] 02/18/2020 11:06:31
▲ Source -
System
▼ TargetSite -
Void ValidateSecurityProtocol(System.Net.SecurityProtocolType)
♠ StackTrace -
at System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value)
at ScreenToGif.App.Application_Startup(Object sender, StartupEventArgs e)
at System.Windows.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1_0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)