I'm posted to here after working with tech support on this issue.
I did a full uninstall of Logos on my Mac to try and address an issue I was having with the media tab. After downloading the DMG again and trying to launch it I get an "Unable to connect". I tried on several other wifi networks to no avail. Another mac running the same OS and logos version (7) on my home networking is running fine. There are no configuration differences between them of note and neither are running extra security software.
Here is what my Logos.log looks like:
2017-11-11 08:30:11.8060 | INFO | 8 | StartupUtility | (796ms) Startup step: SubmitCredentials
2017-11-11 08:30:11.8071 | INFO | 8 | StartupViewModel | Removing status 'LoggingIn'.
2017-11-11 08:30:11.8071 | INFO | 8 | StartupUtility | (Timed) Startup step: GetCredentialsAsync
2017-11-11 08:30:11.8071 | INFO | 1 | StartupViewModel | Adding status 'UnableToConnect'.
2017-11-11 08:30:12.0046 | INFO | 1 | StartupViewModel | Primary status set to 'UnableToConnect'.
2017-11-11 08:30:13.3418 | INFO | 10 | StartupViewModel | Removing status 'UnableToConnect'.
2017-11-11 08:30:13.3420 | INFO | 10 | StartupUtility | (1535ms) Startup step: GetCredentialsAsync
2017-11-11 08:30:13.3420 | INFO | 10 | StartupUtility | (Timed) Startup step: SetProxy
2017-11-11 08:30:13.3420 | INFO | 10 | StartupManager | System web proxy: None
2017-11-11 08:30:13.3430 | INFO | 10 | StartupManager | Logos 4 web proxy: None
2017-11-11 08:30:13.3430 | INFO | 10 | StartupUtility | (1ms) Startup step: SetProxy
2017-11-11 08:30:13.3430 | INFO | 1 | StartupViewModel | Primary status set to 'Default'.
2017-11-11 08:30:13.3494 | INFO | 1 | StartupViewModel | Adding status 'LoggingIn'.
2017-11-11 08:30:13.3494 | INFO | 5 | StartupUtility | (Timed) Startup step: SubmitCredentials
2017-11-11 08:30:13.5528 | ERROR | 5 | ApplicationUtility | Error building request (POST https://auth.logos.com/oauth/v1/users/signin?allowSession=False). ~WebException: Error: TrustFailure (CertificateUnknown)
2017-11-11 08:30:13.5567 | ERROR | 5 | UnauthenticatedWebServiceClient | There was an error while signing in: Error building request. Request: POST https://auth.logos.com/oauth/v1/users/signin?allowSession=False
2017-11-11 08:30:13.5567 | INFO | 5 | StartupUtility | (207ms) Startup step: SubmitCredentials
2017-11-11 08:30:13.5567 | INFO | 5 | StartupViewModel | Removing status 'LoggingIn'.
2017-11-11 08:30:13.5567 | INFO | 5 | StartupUtility | (Timed) Startup step: GetCredentialsAsync
2017-11-11 08:30:13.5572 | INFO | 1 | StartupViewModel | Adding status 'UnableToConnect'.
2017-11-11 08:30:14.3507 | INFO | 1 | StartupViewModel | Primary status set to 'UnableToConnect'.
I ran tcpdump -k NP and piped it to a text file, then grepped out the logos stuff. This is what I get:
08:17:38.103303 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [.], ack 175, win 32779, options [nop,nop,TS val 1195680295 ecr 887929733], length 0
08:17:38.103595 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [.], seq 1:1383, ack 175, win 32779, options [nop,nop,TS val 1195680303 ecr 887929733], length 1382
08:17:38.103606 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [.], seq 1383:2765, ack 175, win 32779, options [nop,nop,TS val 1195680303 ecr 887929733], length 1382
08:17:38.104064 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [P.], seq 2765:4147, ack 175, win 32779, options [nop,nop,TS val 1195680303 ecr 887929733], length 1382
08:17:38.148889 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [P.], seq 4147:4167, ack 175, win 32779, options [nop,nop,TS val 1195680338 ecr 887929778], length 20
08:17:38.352760 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [.], ack 176, win 32779, options [nop,nop,TS val 1195680466 ecr 887929903], length 0
08:17:38.352780 (proc Logos:12152) IP 192.58.0.23.https > 172.17.2.105.59057: Flags [F.], seq 4167, ack 176, win 32779, options [nop,nop,TS val 1195680472 ecr 887929903], length 0
This is the LogosError.log brick that keeps repeating:
Program Version: 7.10 (7.10.0.0019)
Time: 2017-11-11 08:30:11 -07:00 (2017-11-11T15:30:11Z)
Error building request (POST https://auth.logos.com/oauth/v1/users/signin?allowSession=False).
System.Net.WebException: Error: TrustFailure (CertificateUnknown) ---> Mono.Security.Interface.TlsException: CertificateUnknown
at Mono.AppleTls.AppleTlsContext.EvaluateTrust () [0x000a4] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.AppleTls.AppleTlsContext.RequirePeerTrust () [0x00008] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.AppleTls.AppleTlsContext.ProcessHandshake () [0x00046] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncProtocolRequest asyncRequest, Mono.Net.Security.AsyncOperationStatus status) [0x0002a] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation (Mono.Net.Security.AsyncOperationStatus status) [0x0006b] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation () [0x0000d] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.AsyncProtocolRequest.StartOperation () [0x0003c] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.AsyncProtocolRequest.StartOperation (Mono.Net.Security.AsyncOperation operation) [0x00024] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.MobileAuthenticatedStream.ProcessAuthentication (System.Net.LazyAsyncResult lazyResult) [0x00057] in <3f171a10af8741af8366aeeac9dda8dd>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <29cdfba67fa048509041e9d40014a204>:0
at Mono.Net.Security.MobileAuthenticatedStream.ProcessAuthentication (System.Net.LazyAsyncResult lazyResult) [0x00078] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000c] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.Private.MonoSslStreamWrapper.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x00006] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in <3f171a10af8741af8366aeeac9dda8dd>:0
at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in <3f171a10af8741af8366aeeac9dda8dd>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003a] in <3f171a10af8741af8366aeeac9dda8dd>:0
at Libronix.Utility.Net.WebServiceRequestBase`1+<>c__DisplayClass7_3[TResponse].<BeginGetResponse>b__4 (System.IAsyncResult ar) [0x00000] in /Volumes/Code/Jenkins/workspace/Logos-Desktop-Mac-Beta-Ship/Utility/src/Libronix.Utility/Net/WebServiceRequestBase.cs:357
Techsupport took me to this page and said all is well in terms of the cert: https://downloads.logoscdn.com
I'm at a loss - any thoughts?