Bug 115762 - Unhandled exception: Could not create SSL/TLS secure channel
Summary: Unhandled exception: Could not create SSL/TLS secure channel
Status: RESOLVED FIXED
Alias: None
Product: QA Tools
Classification: Unclassified
Component: SI-GUI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Florian Reisinger
URL: http://tdf.io/siguihome
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-15 22:28 UTC by Richard George
Modified: 2018-02-23 15:20 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard George 2018-02-15 22:28:03 UTC
Clicking 'Update list of versions' results in a (recoverable) crash.

Error report:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
   at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at System.Net.WebClient.DownloadString(String address)
   at SI_GUI.MainUI.update_changingVersions()
   at SI_GUI.MainUI.update_versions_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2633.0 built by: NET471REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
LibreOffice Separate Install GUI
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.0.0
    CodeBase: file:///C:/Users/richard/AppData/Local/Apps/2.0/BRMJ0N6R.OJH/CMHJDYPZ.35J/libr..tion_0000000000000000_0005.0000_910a82e00f6a29cd/LibreOffice%20Separate%20Install%20GUI.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2633.0 built by: NET471REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Deployment
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Comment 1 Richard George 2018-02-15 22:29:28 UTC
Forgot to add version:  5.0.0.6
Comment 2 Xisco Faulí 2018-02-23 12:43:02 UTC Comment hidden (obsolete)
Comment 3 Richard George 2018-02-23 14:25:17 UTC
I'm somewhat confused; I did add explicit details ...

****************

Clicking 'Update list of versions' results in a (recoverable) crash.

****************

First line of the report; I don't see how I can be more explicit!

Be that as it may; the error appears to have been fixed .. 5.0.0.7 no longer exhibits the error .. your webpage refers to an SSL fix wrt GitHub.  I'm assuming that the crash I saw is directly related, although I'd appreciate some confirmation thereof.
Comment 4 Xisco Faulí 2018-02-23 14:34:57 UTC
> I'm somewhat confused; I did add explicit details ...
> 
> ****************
> 
> Clicking 'Update list of versions' results in a (recoverable) crash.
> 
> ****************
> 
> First line of the report; I don't see how I can be more explicit!
> 
> Be that as it may; the error appears to have been fixed .. 5.0.0.7 no longer
> exhibits the error .. your webpage refers to an SSL fix wrt GitHub.  I'm
> assuming that the crash I saw is directly related, although I'd appreciate
> some confirmation thereof.

Yes, you're right.
Confirmed here as well.

@Florian, any insight here ?
Comment 5 Xisco Faulí 2018-02-23 14:36:17 UTC
Create the issue in github as well: https://github.com/reisi007/SI-GUI/issues/2
Comment 6 Florian Reisinger 2018-02-23 15:00:52 UTC
Hi,

Thanks for providing the stacktrace. The issue as in #0 is resolved by the latest revision. 

For SI-GUI the information provided by the stacktrace normally I'd enough.

@xisco: Is it possible to assign all SI-GUI bugs to me. I havn't seen this bug (as in the bug report was not visible to me)

For more information: SI_GUI.MainUI.update_changingVersions() downloads this file. And that connection failed.
 https://github.com/reisi007/SI-GUI/blob/gh-pages/master.txt
Comment 7 Xisco Faulí 2018-02-23 15:16:35 UTC
(In reply to Florian Reisinger from comment #6)
> Hi,
> 
> Thanks for providing the stacktrace. The issue as in #0 is resolved by the
> latest revision. 
> 
> For SI-GUI the information provided by the stacktrace normally I'd enough.
> 
> @xisco: Is it possible to assign all SI-GUI bugs to me. I havn't seen this
> bug (as in the bug report was not visible to me)
> 
> For more information: SI_GUI.MainUI.update_changingVersions() downloads this
> file. And that connection failed.
>  https://github.com/reisi007/SI-GUI/blob/gh-pages/master.txt

Hi Florian,
Yes, I've changed the default assignee in SI-GUI bugs to know, but I think it only affects those bugs created from now one.
For those already created, you can use this list: https://bugs.documentfoundation.org/buglist.cgi?component=SI-GUI&list_id=778887&query_format=advanced&resolution=---

Thanks for taking care of it.
Regards
Comment 8 Richard George 2018-02-23 15:20:26 UTC
Hey, as a retired s/w engineer (GPS), I know how important a stack dump can be! :)