I have an open call with Epicor for this, however, was wondering if anyone here had any pointers/thoughts?
I get the following error when I try to deploy EDD
Validating Deployment Data.
Installer has detected SSL/TLS vulnerability, Please review install logs for details.
Deployment of Data Discovery started.
Installation of Epicor Data Discovery Started.
ERROR: Failed to fetch token - (System.Net.Http.HttpRequestException): An error occurred while sending the request.MORE
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Epicor.BI.DataDiscovery.Security.IceAuthScheme.<GetAuthenticationScheme>d__5.MoveNext() in F:\TFSAgent\_work\37\s\Epicor.BI.DataDiscovery.System\Security\IceAuthScheme.cs:line 214 --- 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 Epicor.BI.DataDiscovery.Security.IceAuthScheme.<GetToken>d__0.MoveNext() in F:\TFSAgent\_work\37\s\Epicor.BI.DataDiscovery.System\Security\IceAuthScheme.cs:line 37 --- 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 Epicor.BI.DataDiscovery.Utils.InstallerService.<GetToken>d__28.MoveNext() in F:\TFSAgent\_work\37\s\Epicor.BI.DataDiscovery.Utils\InstallerService.cs:line 289 Failed to fetch token: Inner Exception - (System.Net.WebException): The underlying connection was closed: An unexpected error occurred on a send. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) Failed to fetch token: Inner Exception: Inner Exception - (System.IO.IOException): Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult) at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) Failed to fetch token: Inner Exception: Inner Exception: Inner Exception - (System.Net.Sockets.SocketException): An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) Failed to fetch installation ID for normh at https://TEST-ERP10.hli.local/testE102400/. Failed to create bearer token for normh at https://TEST-ERP10.hli.local/testE102400/. An error occurred while sending the request. Failed to deploy Epicor Data Discovery Deployment of Data Discovery Failed. Errors: Failed to fetch token - (System.Net.Http.HttpRequestException): An error occurred while sending the request. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Epicor.BI.DataDiscovery.Security.IceAuthScheme.<GetAuthenticationScheme>d__5.MoveNext() in F:\TFSAgent\_work\37\s\Epicor.BI.DataDiscovery.System\Security\IceAuthScheme.cs:line 214 --- 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 Epicor.BI.DataDiscovery.Security.IceAuthScheme.<GetToken>d__0.MoveNext() in F:\TFSAgent\_work\37\s\Epicor.BI.DataDiscovery.System\Security\IceAuthScheme.cs:line 37 --- 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 Epicor.BI.DataDiscovery.Utils.InstallerService.<GetToken>d__28.MoveNext() in F:\TFSAgent\_work\37\s\Epicor.BI.DataDiscovery.Utils\InstallerService.cs:line 289 Failed to fetch token: Inner Exception - (System.Net.WebException): The underlying connection was closed: An unexpected error occurred on a send. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) Failed to fetch token: Inner Exception: Inner Exception - (System.IO.IOException): Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult) at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) Failed to fetch token: Inner Exception: Inner Exception: Inner Exception - (System.Net.Sockets.SocketException): An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) Failed to fetch installation ID for normh at https://TEST-ERP10.hli.local/testE102400/. Failed to create bearer token for normh at https://TEST-ERP10.hli.local/testE102400/. An error occurred while sending the request. Failed to deploy Epicor Data Discovery
I can browse to https://TEST-ERP10.hli.local/testE102400/api/help without any security/cert warnings.
I’m also getting the following error when trying to launch the Active Home Page, not sure if it’s related or not.
Unable to log in to the Active Home Page. Please verify that the HomePageUrl is accessible and that it uses the fully qualified domain name format.
The underlying connection was closed: An unexpected error occurred on a send.
I’m able to bypass this by adding <SkipHomeUrlValidation value=“True” /> to the sysconfig file, but that’s only a workaround, but according to KB0051678 the causes is around network security and certs.