You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
whenever I debug, I'm getting this error. Could you please guide me to fix this issue?
Unhandled Exception in ProxyServer, Exception = Titanium.Web.Proxy.Exceptions.ProxyConnectException: Couldn't authenticate host 'play.google.com' with certificate '*.google.com'. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
at System.Net.Security.SslStream.EndAuthenticateAsServer(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Titanium.Web.Proxy.ProxyServer.d__0.MoveNext()
--- End of inner exception stack trace ---
at Titanium.Web.Proxy.ProxyServer.d__0.MoveNext()
The text was updated successfully, but these errors were encountered:
Hi Team,
whenever I debug, I'm getting this error. Could you please guide me to fix this issue?
Unhandled Exception in ProxyServer, Exception = Titanium.Web.Proxy.Exceptions.ProxyConnectException: Couldn't authenticate host 'play.google.com' with certificate '*.google.com'. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
at System.Net.Security.SslStream.EndAuthenticateAsServer(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory
1.FromAsyncCoreLogic(IAsyncResult iar, Func
2 endFunction, Action1 endAction, Task
1 promise, Boolean requiresSynchronization)--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Titanium.Web.Proxy.ProxyServer.d__0.MoveNext()
--- End of inner exception stack trace ---
at Titanium.Web.Proxy.ProxyServer.d__0.MoveNext()
The text was updated successfully, but these errors were encountered: