Skip to content

Cannot connect. TLS issue? #48

Closed
Closed
@risros

Description

I cannot sync with my Owncloud/Tomboy server. Says "server not responding".
Is possible that SSL library lacks TLS1.2 support? (that's the only protocol I have enabled on server side)

[DEBUG 10:42:02.590] EnableDisable Called: enabling... True [DEBUG 10:42:02.590] Binding key '<Alt>F12' for '/apps/tomboy/global_keybindings/show_note_menu' [DEBUG 10:42:02.606] Binding key '<Alt>F11' for '/apps/tomboy/global_keybindings/open_start_here' [WARN 10:42:02.606] Preference key '/apps/tomboy/global_keybindings/open_search' does not exist, using default. [DEBUG 10:42:02.684] Unable to load icon 'tomboy-panel'. [INFO 10:42:03.075] Initializing Mono.Addins [DEBUG 10:42:03.184] AddinManager.OnAddinLoaded: Tomboy.Tomboy [DEBUG 10:42:03.184] Name: Tomboy.Tomboy,0.10 [DEBUG 10:42:03.184] Description: [DEBUG 10:42:03.184] Namespace: Tomboy [DEBUG 10:42:03.184] Enabled: True [DEBUG 10:42:03.184] File: C:\Program Files (x86)\Tomboy\Tomboy.exe [DEBUG 10:42:04.434] AddinManager.OnAddinLoaded: Tomboy.ExportToHtmlAddin [DEBUG 10:42:04.434] Name: Export to HTML [DEBUG 10:42:04.434] Description: Exports individual notes to HTML. [DEBUG 10:42:04.434] Namespace: Tomboy [DEBUG 10:42:04.434] Enabled: True [DEBUG 10:42:04.434] File: C:\Program Files (x86)\Tomboy\ExportToHtml.dll [DEBUG 10:42:04.450] AddinManager.OnAddinLoaded: Tomboy.FileSystemSyncServiceAddin [DEBUG 10:42:04.450] Name: Local Directory Sync Service Add-in [DEBUG 10:42:04.450] Description: Synchronize Tomboy Notes to a local file system path [DEBUG 10:42:04.465] Namespace: Tomboy [DEBUG 10:42:04.465] Enabled: True [DEBUG 10:42:04.465] File: C:\Program Files (x86)\Tomboy\FileSystemSyncService.dll [DEBUG 10:42:04.465] AddinManager.OnAddinLoaded: Tomboy.WebSyncServiceAddin [DEBUG 10:42:04.465] Name: Web Sync Service Add-in [DEBUG 10:42:04.465] Description: Synchronize Tomboy Notes with Tomboy Online and other compatible web services [DEBUG 10:42:04.481] Namespace: Tomboy [DEBUG 10:42:04.481] Enabled: True [DEBUG 10:42:04.481] File: C:\Program Files (x86)\Tomboy\WebSyncServiceAddin.dll [DEBUG 10:42:04.497] Loading notes [DEBUG 10:42:04.590] AddinManager.OnAddinLoaded: Tomboy.PrintNotesAddin [DEBUG 10:42:04.590] Name: Printing Support [DEBUG 10:42:04.590] Description: Allows you to print a note. [DEBUG 10:42:04.590] Namespace: Tomboy [DEBUG 10:42:04.590] Enabled: True [DEBUG 10:42:04.590] File: C:\Program Files (x86)\Tomboy\PrintNotes.dll [DEBUG 10:42:04.606] AddinManager.OnAddinLoaded: Tomboy.FixedWidthAddin [DEBUG 10:42:04.606] Name: Fixed Width [DEBUG 10:42:04.606] Description: Adds fixed-width font style. [DEBUG 10:42:04.606] Namespace: Tomboy [DEBUG 10:42:04.606] Enabled: True [DEBUG 10:42:04.606] File: C:\Program Files (x86)\Tomboy\FixedWidth.dll [DEBUG 10:42:04.622] AddinManager.OnAddinLoaded: Tomboy.BacklinksAddin [DEBUG 10:42:04.622] Name: Backlinks [DEBUG 10:42:04.622] Description: See which notes link to the one you're currently viewing. [DEBUG 10:42:04.622] Namespace: Tomboy [DEBUG 10:42:04.622] Enabled: True [DEBUG 10:42:04.637] File: C:\Program Files (x86)\Tomboy\Backlinks.dll [DEBUG 10:42:04.653] Autosync pref changed...restarting sync timer [DEBUG 10:42:04.684] Tomboy remote control active. [DEBUG 10:42:04.684] Windows Taskbar: Begin jump list [DEBUG 10:42:04.731] Windows Taskbar: Commit jump list [WARN 10:42:15.954] libproxy not installed [ERROR 10:42:16.142] Caught exception. Message: The underlying connection was closed: An unexpected error occurred on a send. [ERROR 10:42:16.157] Stack trace for previous exception: at System.Net.HttpWebRequest.GetResponse() at Tomboy.WebSync.Api.AnonymousConnection.WebRequest(String method, String uri) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Addins\WebSyncService\Api\AnonymousConnection.cs:line 78 [ERROR 10:42:16.173] Failed to get Root resource https://myserver.net/c/index.php/apps/grauphel/api/1.0. Exception was: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) at System.Net.TlsStream.CallProcessAuthentication(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) at System.Net.ConnectStream.WriteHeaders(Boolean async) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at Tomboy.WebSync.Api.AnonymousConnection.WebRequest(String method, String uri) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Addins\WebSyncService\Api\AnonymousConnection.cs:line 84 at Tomboy.WebSync.Api.AnonymousConnection.Get(String uri, IDictionary2 parameters) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Addins\WebSyncService\Api\AnonymousConnection.cs:line 45
at Tomboy.WebSync.Api.RootInfo.GetRoot(String rootUri, IWebConnection connection) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Addins\WebSyncService\Api\RootInfo.cs:line 37
at Tomboy.WebSync.WebSyncPreferencesWidget.OnAuthButtonClicked(Object sender, EventArgs args) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Addins\WebSyncService\WebSyncPreferencesWidget.cs:line 116`

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions