2024-11-28 03:51:16.253 +00:00 [DBG] Connection id "0HN8DSGJH4NLG" accepted. 2024-11-28 03:51:16.255 +00:00 [DBG] Connection id "0HN8DSGJH4NLG" started. 2024-11-28 03:51:18.283 +00:00 [INF] Request starting HTTP/1.0 GET http:/// - null null 2024-11-28 03:51:18.283 +00:00 [DBG] HTTP/1.0 request allowed with missing or empty host header. 2024-11-28 03:51:18.283 +00:00 [DBG] Redirecting to 'https://:5104/'. 2024-11-28 03:51:18.283 +00:00 [INF] Request finished HTTP/1.0 GET http:/// - 307 0 null 0.3194ms 2024-11-28 03:51:18.283 +00:00 [DBG] Connection id "0HN8DSGJH4NLG" disconnecting. 2024-11-28 03:51:18.283 +00:00 [DBG] Connection id "0HN8DSGJH4NLG" stopped. 2024-11-28 03:51:18.283 +00:00 [DBG] Connection id "0HN8DSGJH4NLG" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 11:06:37.949 +00:00 [DBG] Connection id "0HN8DSGJH4NLH" accepted. 2024-11-28 11:06:37.949 +00:00 [DBG] Connection id "0HN8DSGJH4NLH" started. 2024-11-28 11:06:37.950 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 11:06:37.950 +00:00 [DBG] Connection id "0HN8DSGJH4NLH" stopped. 2024-11-28 11:06:37.950 +00:00 [DBG] Connection id "0HN8DSGJH4NLH" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:27.404 +00:00 [DBG] Connection id "0HN8DSGJH4NLI" accepted. 2024-11-28 12:39:27.404 +00:00 [DBG] Connection id "0HN8DSGJH4NLI" started. 2024-11-28 12:39:30.552 +00:00 [DBG] Connection id "0HN8DSGJH4NLI" reset. 2024-11-28 12:39:30.552 +00:00 [DBG] Failed to authenticate HTTPS connection. Microsoft.AspNetCore.Connections.ConnectionResetException: Connection reset by peer ---> System.Net.Sockets.SocketException (104): Connection reset by peer --- End of inner exception stack trace --- at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result) at System.IO.Pipelines.Pipe.GetReadAsyncResult() at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.DuplexPipeStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 12:39:30.554 +00:00 [DBG] Connection id "0HN8DSGJH4NLI" stopped. 2024-11-28 12:39:30.554 +00:00 [DBG] Connection id "0HN8DSGJH4NLI" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:30.659 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" accepted. 2024-11-28 12:39:30.659 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" started. 2024-11-28 12:39:30.785 +00:00 [DBG] Connection 0HN8DSGJH4NLJ established using the following protocol: "Tls13" 2024-11-28 12:39:33.786 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2024-11-28 12:39:33.787 +00:00 [DBG] The request path / does not match a supported file type 2024-11-28 12:39:33.787 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2024-11-28 12:39:33.787 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2024-11-28 12:39:33.787 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 12:39:33.787 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 12:39:33.787 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.Nullable`1[System.Int64], System.Nullable`1[System.Int64]) on controller API.Controllers.HomeController (BodyMarker). 2024-11-28 12:39:33.787 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2024-11-28 12:39:33.787 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 12:39:33.787 +00:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2024-11-28 12:39:33.787 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2024-11-28 12:39:33.787 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 12:39:33.787 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 12:39:33.787 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 12:39:33.787 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:33.787 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 12:39:33.787 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:33.787 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:33.787 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 12:39:33.787 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:33.787 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:33.787 +00:00 [DBG] View lookup cache miss for view 'noScan' in controller 'Home'. 2024-11-28 12:39:33.788 +00:00 [INF] Executing ViewResult, running view noScan. 2024-11-28 12:39:33.788 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.8851ms. 2024-11-28 12:39:33.789 +00:00 [DBG] View lookup cache miss for view '_Layout' in controller 'Home'. 2024-11-28 12:39:33.789 +00:00 [INF] Executed ViewResult - view noScan executed in 1.7257ms. 2024-11-28 12:39:33.789 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 2.2663ms 2024-11-28 12:39:33.789 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 12:39:33.789 +00:00 [INF] HTTP GET / responded 200 in 2.7026 ms 2024-11-28 12:39:33.789 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" completed keep alive response. 2024-11-28 12:39:33.789 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 2.9833ms 2024-11-28 12:39:33.909 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" reset. 2024-11-28 12:39:33.909 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" disconnecting. 2024-11-28 12:39:33.910 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:33.911 +00:00 [DBG] Connection id "0HN8DSGJH4NLJ" stopped. 2024-11-28 12:39:40.173 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" accepted. 2024-11-28 12:39:40.173 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" started. 2024-11-28 12:39:40.566 +00:00 [DBG] Connection 0HN8DSGJH4NLK established using the following protocol: "Tls13" 2024-11-28 12:39:40.843 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2024-11-28 12:39:40.843 +00:00 [DBG] The request path / does not match a supported file type 2024-11-28 12:39:40.843 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2024-11-28 12:39:40.843 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2024-11-28 12:39:40.843 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 12:39:40.844 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 12:39:40.844 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.Nullable`1[System.Int64], System.Nullable`1[System.Int64]) on controller API.Controllers.HomeController (BodyMarker). 2024-11-28 12:39:40.844 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2024-11-28 12:39:40.844 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 12:39:40.844 +00:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2024-11-28 12:39:40.844 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2024-11-28 12:39:40.844 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 12:39:40.844 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 12:39:40.844 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 12:39:40.844 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:40.844 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 12:39:40.844 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:40.844 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:40.844 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 12:39:40.844 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 12:39:40.844 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 12:39:40.844 +00:00 [DBG] View lookup cache hit for view 'noScan' in controller 'Home'. 2024-11-28 12:39:40.844 +00:00 [INF] Executing ViewResult, running view noScan. 2024-11-28 12:39:40.844 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.0887ms. 2024-11-28 12:39:40.845 +00:00 [DBG] View lookup cache hit for view '_Layout' in controller 'Home'. 2024-11-28 12:39:40.845 +00:00 [INF] Executed ViewResult - view noScan executed in 0.7192ms. 2024-11-28 12:39:40.845 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 1.2633ms 2024-11-28 12:39:40.845 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 12:39:40.845 +00:00 [INF] HTTP GET / responded 200 in 1.8676 ms 2024-11-28 12:39:40.845 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" completed keep alive response. 2024-11-28 12:39:40.845 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 2.1454ms 2024-11-28 12:39:40.965 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" received FIN. 2024-11-28 12:39:40.965 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" disconnecting. 2024-11-28 12:39:40.965 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:40.966 +00:00 [DBG] Connection id "0HN8DSGJH4NLK" stopped. 2024-11-28 12:39:41.112 +00:00 [DBG] Connection id "0HN8DSGJH4NLL" accepted. 2024-11-28 12:39:41.113 +00:00 [DBG] Connection id "0HN8DSGJH4NLL" started. 2024-11-28 12:39:41.238 +00:00 [DBG] Connection 0HN8DSGJH4NLL established using the following protocol: "Tls13" 2024-11-28 12:39:41.238 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - null null 2024-11-28 12:39:41.239 +00:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: '/var/www/bat/wwwroot/favicon.ico' 2024-11-28 12:39:41.239 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - 200 5430 image/x-icon 0.5028ms 2024-11-28 12:39:41.239 +00:00 [DBG] Connection id "0HN8DSGJH4NLL" disconnecting. 2024-11-28 12:39:41.239 +00:00 [DBG] Connection id "0HN8DSGJH4NLL" stopped. 2024-11-28 12:39:41.239 +00:00 [DBG] Connection id "0HN8DSGJH4NLL" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:41.486 +00:00 [DBG] Connection id "0HN8DSGJH4NLM" accepted. 2024-11-28 12:39:41.486 +00:00 [DBG] Connection id "0HN8DSGJH4NLM" started. 2024-11-28 12:39:41.613 +00:00 [DBG] Connection 0HN8DSGJH4NLM established using the following protocol: "Tls13" 2024-11-28 12:39:41.726 +00:00 [DBG] Connection id "0HN8DSGJH4NLM" reset. 2024-11-28 12:39:41.727 +00:00 [DBG] Connection id "0HN8DSGJH4NLM" is closed. The last processed stream ID was 0. 2024-11-28 12:39:41.727 +00:00 [DBG] Connection id "0HN8DSGJH4NLM" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:41.727 +00:00 [DBG] The connection queue processing loop for 0HN8DSGJH4NLM completed. 2024-11-28 12:39:41.727 +00:00 [DBG] Connection id "0HN8DSGJH4NLM" stopped. 2024-11-28 12:39:43.057 +00:00 [DBG] Connection id "0HN8DSGJH4NLN" accepted. 2024-11-28 12:39:43.057 +00:00 [DBG] Connection id "0HN8DSGJH4NLN" started. 2024-11-28 12:39:43.228 +00:00 [DBG] Connection 0HN8DSGJH4NLN established using the following protocol: "Tls12" 2024-11-28 12:39:43.364 +00:00 [DBG] Connection id "0HN8DSGJH4NLN" reset. 2024-11-28 12:39:43.364 +00:00 [DBG] Connection id "0HN8DSGJH4NLN" disconnecting. 2024-11-28 12:39:43.364 +00:00 [DBG] Connection id "0HN8DSGJH4NLN" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:43.365 +00:00 [DBG] Connection id "0HN8DSGJH4NLN" stopped. 2024-11-28 12:39:44.783 +00:00 [DBG] Connection id "0HN8DSGJH4NLO" accepted. 2024-11-28 12:39:44.784 +00:00 [DBG] Connection id "0HN8DSGJH4NLO" started. 2024-11-28 12:39:44.793 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 12:39:44.794 +00:00 [DBG] Connection id "0HN8DSGJH4NLO" stopped. 2024-11-28 12:39:44.794 +00:00 [DBG] Connection id "0HN8DSGJH4NLO" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:46.424 +00:00 [DBG] Connection id "0HN8DSGJH4NLP" accepted. 2024-11-28 12:39:46.424 +00:00 [DBG] Connection id "0HN8DSGJH4NLP" started. 2024-11-28 12:39:46.431 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 12:39:46.431 +00:00 [DBG] Connection id "0HN8DSGJH4NLP" stopped. 2024-11-28 12:39:46.431 +00:00 [DBG] Connection id "0HN8DSGJH4NLP" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 12:39:47.998 +00:00 [DBG] Connection id "0HN8DSGJH4NLQ" accepted. 2024-11-28 12:39:47.999 +00:00 [DBG] Connection id "0HN8DSGJH4NLQ" started. 2024-11-28 12:39:48.001 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 12:39:48.002 +00:00 [DBG] Connection id "0HN8DSGJH4NLQ" stopped. 2024-11-28 12:39:48.002 +00:00 [DBG] Connection id "0HN8DSGJH4NLQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:34:55.420 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" accepted. 2024-11-28 13:34:55.421 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" started. 2024-11-28 13:34:55.549 +00:00 [INF] Request starting HTTP/1.1 GET http://49.12.242.201:5103/ - null null 2024-11-28 13:34:55.549 +00:00 [DBG] Redirecting to 'https://49.12.242.201:5104/'. 2024-11-28 13:34:55.549 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" completed keep alive response. 2024-11-28 13:34:55.550 +00:00 [INF] Request finished HTTP/1.1 GET http://49.12.242.201:5103/ - 307 0 null 0.4573ms 2024-11-28 13:34:55.876 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" received FIN. 2024-11-28 13:34:55.877 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" disconnecting. 2024-11-28 13:34:55.877 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:34:55.878 +00:00 [DBG] Connection id "0HN8DSGJH4NLR" stopped. 2024-11-28 13:34:55.982 +00:00 [DBG] Connection id "0HN8DSGJH4NLS" accepted. 2024-11-28 13:34:55.982 +00:00 [DBG] Connection id "0HN8DSGJH4NLS" started. 2024-11-28 13:34:56.070 +00:00 [DBG] Connection id "0HN8DSGJH4NLS": Invalid content received on connection. Possible incorrect HTTP version detected. Expected HTTP/1.1 but received HTTP/2. 2024-11-28 13:34:56.070 +00:00 [DBG] Connection id "0HN8DSGJH4NLS" bad request data: "Unrecognized HTTP version: 'HTTP/2.0'" Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unrecognized HTTP version: 'HTTP/2.0' at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpParser`1.ParseRequestLine(TRequestHandler handler, ReadOnlySpan`1 requestLine) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1Connection.ParseRequest(SequenceReader`1& reader) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1Connection.TryParseRequest(ReadResult result, Boolean& endConnection) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequestsAsync[TContext](IHttpApplication`1 application) 2024-11-28 13:34:56.071 +00:00 [DBG] Connection id "0HN8DSGJH4NLS" disconnecting. 2024-11-28 13:34:56.071 +00:00 [DBG] Connection id "0HN8DSGJH4NLS" stopped. 2024-11-28 13:34:56.071 +00:00 [DBG] Connection id "0HN8DSGJH4NLS" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:34:59.543 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" accepted. 2024-11-28 13:34:59.543 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" started. 2024-11-28 13:34:59.970 +00:00 [DBG] Connection 0HN8DSGJH4NLT established using the following protocol: "Tls13" 2024-11-28 13:34:59.971 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2024-11-28 13:34:59.971 +00:00 [DBG] The request path / does not match a supported file type 2024-11-28 13:34:59.971 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2024-11-28 13:34:59.971 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2024-11-28 13:34:59.971 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 13:34:59.971 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 13:34:59.972 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.Nullable`1[System.Int64], System.Nullable`1[System.Int64]) on controller API.Controllers.HomeController (BodyMarker). 2024-11-28 13:34:59.972 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2024-11-28 13:34:59.972 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 13:34:59.972 +00:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2024-11-28 13:34:59.972 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2024-11-28 13:34:59.972 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 13:34:59.972 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 13:34:59.972 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 13:34:59.972 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 13:34:59.972 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 13:34:59.972 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 13:34:59.972 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 13:34:59.972 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 13:34:59.972 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 13:34:59.972 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 13:34:59.972 +00:00 [DBG] View lookup cache miss for view 'noScan' in controller 'Home'. 2024-11-28 13:34:59.973 +00:00 [INF] Executing ViewResult, running view noScan. 2024-11-28 13:34:59.974 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 1.1699ms. 2024-11-28 13:34:59.974 +00:00 [DBG] View lookup cache miss for view '_Layout' in controller 'Home'. 2024-11-28 13:34:59.975 +00:00 [INF] Executed ViewResult - view noScan executed in 2.2458ms. 2024-11-28 13:34:59.975 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 2.9517ms 2024-11-28 13:34:59.975 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 13:34:59.975 +00:00 [INF] HTTP GET / responded 200 in 3.6890 ms 2024-11-28 13:34:59.975 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" completed keep alive response. 2024-11-28 13:34:59.975 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 4.0628ms 2024-11-28 13:35:00.102 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" received FIN. 2024-11-28 13:35:00.102 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:35:00.102 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" disconnecting. 2024-11-28 13:35:00.102 +00:00 [DBG] Connection id "0HN8DSGJH4NLT" stopped. 2024-11-28 13:35:00.401 +00:00 [DBG] Connection id "0HN8DSGJH4NLU" accepted. 2024-11-28 13:35:00.402 +00:00 [DBG] Connection id "0HN8DSGJH4NLU" started. 2024-11-28 13:35:00.577 +00:00 [DBG] Connection 0HN8DSGJH4NLU established using the following protocol: "Tls13" 2024-11-28 13:35:00.578 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - null null 2024-11-28 13:35:00.578 +00:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: '/var/www/bat/wwwroot/favicon.ico' 2024-11-28 13:35:00.579 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - 200 5430 image/x-icon 0.902ms 2024-11-28 13:35:00.579 +00:00 [DBG] Connection id "0HN8DSGJH4NLU" disconnecting. 2024-11-28 13:35:00.579 +00:00 [DBG] Connection id "0HN8DSGJH4NLU" stopped. 2024-11-28 13:35:00.579 +00:00 [DBG] Connection id "0HN8DSGJH4NLU" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:35:00.970 +00:00 [DBG] Connection id "0HN8DSGJH4NLV" accepted. 2024-11-28 13:35:00.970 +00:00 [DBG] Connection id "0HN8DSGJH4NLV" started. 2024-11-28 13:35:01.392 +00:00 [DBG] Connection 0HN8DSGJH4NLV established using the following protocol: "Tls13" 2024-11-28 13:35:01.505 +00:00 [DBG] Connection id "0HN8DSGJH4NLV" reset. 2024-11-28 13:35:01.505 +00:00 [DBG] Connection id "0HN8DSGJH4NLV" is closed. The last processed stream ID was 0. 2024-11-28 13:35:01.505 +00:00 [DBG] Connection id "0HN8DSGJH4NLV" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:35:01.505 +00:00 [DBG] The connection queue processing loop for 0HN8DSGJH4NLV completed. 2024-11-28 13:35:01.506 +00:00 [DBG] Connection id "0HN8DSGJH4NLV" stopped. 2024-11-28 13:35:02.995 +00:00 [DBG] Connection id "0HN8DSGJH4NM0" accepted. 2024-11-28 13:35:02.996 +00:00 [DBG] Connection id "0HN8DSGJH4NM0" started. 2024-11-28 13:35:04.157 +00:00 [DBG] Connection 0HN8DSGJH4NM0 established using the following protocol: "Tls12" 2024-11-28 13:35:04.603 +00:00 [DBG] Connection id "0HN8DSGJH4NM0" reset. 2024-11-28 13:35:04.604 +00:00 [DBG] Connection id "0HN8DSGJH4NM0" disconnecting. 2024-11-28 13:35:04.604 +00:00 [DBG] Connection id "0HN8DSGJH4NM0" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:35:04.605 +00:00 [DBG] Connection id "0HN8DSGJH4NM0" stopped. 2024-11-28 13:35:06.205 +00:00 [DBG] Connection id "0HN8DSGJH4NM1" accepted. 2024-11-28 13:35:06.205 +00:00 [DBG] Connection id "0HN8DSGJH4NM1" started. 2024-11-28 13:35:06.323 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 13:35:06.324 +00:00 [DBG] Connection id "0HN8DSGJH4NM1" stopped. 2024-11-28 13:35:06.324 +00:00 [DBG] Connection id "0HN8DSGJH4NM1" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:35:07.762 +00:00 [DBG] Connection id "0HN8DSGJH4NM2" accepted. 2024-11-28 13:35:07.762 +00:00 [DBG] Connection id "0HN8DSGJH4NM2" started. 2024-11-28 13:35:07.770 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 13:35:07.770 +00:00 [DBG] Connection id "0HN8DSGJH4NM2" stopped. 2024-11-28 13:35:07.770 +00:00 [DBG] Connection id "0HN8DSGJH4NM2" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 13:35:09.155 +00:00 [DBG] Connection id "0HN8DSGJH4NM3" accepted. 2024-11-28 13:35:09.155 +00:00 [DBG] Connection id "0HN8DSGJH4NM3" started. 2024-11-28 13:35:09.381 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 13:35:09.381 +00:00 [DBG] Connection id "0HN8DSGJH4NM3" stopped. 2024-11-28 13:35:09.381 +00:00 [DBG] Connection id "0HN8DSGJH4NM3" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 15:11:31.921 +00:00 [DBG] Connection id "0HN8DSGJH4NM4" accepted. 2024-11-28 15:11:31.921 +00:00 [DBG] Connection id "0HN8DSGJH4NM4" started. 2024-11-28 15:11:33.971 +00:00 [INF] Request starting HTTP/1.0 GET http:/// - null null 2024-11-28 15:11:33.971 +00:00 [DBG] HTTP/1.0 request allowed with missing or empty host header. 2024-11-28 15:11:33.971 +00:00 [DBG] Redirecting to 'https://:5104/'. 2024-11-28 15:11:33.971 +00:00 [INF] Request finished HTTP/1.0 GET http:/// - 307 0 null 0.2396ms 2024-11-28 15:11:33.971 +00:00 [DBG] Connection id "0HN8DSGJH4NM4" disconnecting. 2024-11-28 15:11:33.971 +00:00 [DBG] Connection id "0HN8DSGJH4NM4" stopped. 2024-11-28 15:11:33.972 +00:00 [DBG] Connection id "0HN8DSGJH4NM4" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 17:27:46.413 +00:00 [DBG] Connection id "0HN8DSGJH4NM5" accepted. 2024-11-28 17:27:46.413 +00:00 [DBG] Connection id "0HN8DSGJH4NM5" started. 2024-11-28 17:27:46.414 +00:00 [DBG] Connection id "0HN8DSGJH4NM5" bad request data: "Invalid request line: '\x03\x00\x00/*\xE0\x00\x00\x00\x00\x00Cookie: mstshash=Administr\x0D'" Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Invalid request line: '\x03\x00\x00/*\xE0\x00\x00\x00\x00\x00Cookie: mstshash=Administr\x0D' at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpParser`1.GetUnknownMethodLength(ReadOnlySpan`1 span) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpParser`1.ParseRequestLine(TRequestHandler handler, ReadOnlySpan`1 requestLine) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1Connection.ParseRequest(SequenceReader`1& reader) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1Connection.TryParseRequest(ReadResult result, Boolean& endConnection) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequestsAsync[TContext](IHttpApplication`1 application) 2024-11-28 17:27:46.415 +00:00 [DBG] Connection id "0HN8DSGJH4NM5" disconnecting. 2024-11-28 17:27:46.415 +00:00 [DBG] Connection id "0HN8DSGJH4NM5" stopped. 2024-11-28 17:27:46.415 +00:00 [DBG] Connection id "0HN8DSGJH4NM5" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:17:44.656 +00:00 [DBG] Connection id "0HN8DSGJH4NM6" accepted. 2024-11-28 23:17:44.656 +00:00 [DBG] Connection id "0HN8DSGJH4NM6" started. 2024-11-28 23:17:47.657 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:17:47.658 +00:00 [DBG] Connection id "0HN8DSGJH4NM6" stopped. 2024-11-28 23:17:47.658 +00:00 [DBG] Connection id "0HN8DSGJH4NM6" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:17:59.710 +00:00 [DBG] Connection id "0HN8DSGJH4NM7" accepted. 2024-11-28 23:17:59.710 +00:00 [DBG] Connection id "0HN8DSGJH4NM7" started. 2024-11-28 23:18:02.710 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:18:02.711 +00:00 [DBG] Connection id "0HN8DSGJH4NM7" stopped. 2024-11-28 23:18:02.711 +00:00 [DBG] Connection id "0HN8DSGJH4NM7" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:18:14.762 +00:00 [DBG] Connection id "0HN8DSGJH4NM8" accepted. 2024-11-28 23:18:14.763 +00:00 [DBG] Connection id "0HN8DSGJH4NM8" started. 2024-11-28 23:18:17.763 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:18:17.763 +00:00 [DBG] Connection id "0HN8DSGJH4NM8" stopped. 2024-11-28 23:18:17.764 +00:00 [DBG] Connection id "0HN8DSGJH4NM8" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:18:29.817 +00:00 [DBG] Connection id "0HN8DSGJH4NM9" accepted. 2024-11-28 23:18:29.817 +00:00 [DBG] Connection id "0HN8DSGJH4NM9" started. 2024-11-28 23:18:32.817 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:18:32.818 +00:00 [DBG] Connection id "0HN8DSGJH4NM9" stopped. 2024-11-28 23:18:32.818 +00:00 [DBG] Connection id "0HN8DSGJH4NM9" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:18:44.899 +00:00 [DBG] Connection id "0HN8DSGJH4NMA" accepted. 2024-11-28 23:18:44.899 +00:00 [DBG] Connection id "0HN8DSGJH4NMA" started. 2024-11-28 23:18:47.976 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:18:47.976 +00:00 [DBG] Connection id "0HN8DSGJH4NMA" stopped. 2024-11-28 23:18:47.976 +00:00 [DBG] Connection id "0HN8DSGJH4NMA" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:19:00.027 +00:00 [DBG] Connection id "0HN8DSGJH4NMB" accepted. 2024-11-28 23:19:00.027 +00:00 [DBG] Connection id "0HN8DSGJH4NMB" started. 2024-11-28 23:19:03.029 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:19:03.029 +00:00 [DBG] Connection id "0HN8DSGJH4NMB" stopped. 2024-11-28 23:19:03.029 +00:00 [DBG] Connection id "0HN8DSGJH4NMB" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:19:03.080 +00:00 [DBG] Connection id "0HN8DSGJH4NMC" accepted. 2024-11-28 23:19:03.080 +00:00 [DBG] Connection id "0HN8DSGJH4NMC" started. 2024-11-28 23:19:03.080 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:19:03.081 +00:00 [DBG] Connection id "0HN8DSGJH4NMC" stopped. 2024-11-28 23:19:03.081 +00:00 [DBG] Connection id "0HN8DSGJH4NMC" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:19:15.195 +00:00 [DBG] Connection id "0HN8DSGJH4NMD" accepted. 2024-11-28 23:19:15.195 +00:00 [DBG] Connection id "0HN8DSGJH4NMD" started. 2024-11-28 23:19:18.195 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:19:18.196 +00:00 [DBG] Connection id "0HN8DSGJH4NMD" stopped. 2024-11-28 23:19:18.196 +00:00 [DBG] Connection id "0HN8DSGJH4NMD" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:19:30.247 +00:00 [DBG] Connection id "0HN8DSGJH4NME" accepted. 2024-11-28 23:19:30.247 +00:00 [DBG] Connection id "0HN8DSGJH4NME" started. 2024-11-28 23:19:33.248 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:19:33.249 +00:00 [DBG] Connection id "0HN8DSGJH4NME" stopped. 2024-11-28 23:19:33.249 +00:00 [DBG] Connection id "0HN8DSGJH4NME" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:19:45.303 +00:00 [DBG] Connection id "0HN8DSGJH4NMF" accepted. 2024-11-28 23:19:45.303 +00:00 [DBG] Connection id "0HN8DSGJH4NMF" started. 2024-11-28 23:19:48.303 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:19:48.304 +00:00 [DBG] Connection id "0HN8DSGJH4NMF" stopped. 2024-11-28 23:19:48.304 +00:00 [DBG] Connection id "0HN8DSGJH4NMF" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:20:00.356 +00:00 [DBG] Connection id "0HN8DSGJH4NMG" accepted. 2024-11-28 23:20:00.356 +00:00 [DBG] Connection id "0HN8DSGJH4NMG" started. 2024-11-28 23:20:03.356 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:20:03.357 +00:00 [DBG] Connection id "0HN8DSGJH4NMG" stopped. 2024-11-28 23:20:03.357 +00:00 [DBG] Connection id "0HN8DSGJH4NMG" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:20:03.409 +00:00 [DBG] Connection id "0HN8DSGJH4NMH" accepted. 2024-11-28 23:20:03.409 +00:00 [DBG] Connection id "0HN8DSGJH4NMH" started. 2024-11-28 23:20:03.409 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:20:03.410 +00:00 [DBG] Connection id "0HN8DSGJH4NMH" stopped. 2024-11-28 23:20:03.410 +00:00 [DBG] Connection id "0HN8DSGJH4NMH" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:20:15.462 +00:00 [DBG] Connection id "0HN8DSGJH4NMI" accepted. 2024-11-28 23:20:15.462 +00:00 [DBG] Connection id "0HN8DSGJH4NMI" started. 2024-11-28 23:20:18.462 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:20:18.463 +00:00 [DBG] Connection id "0HN8DSGJH4NMI" stopped. 2024-11-28 23:20:18.463 +00:00 [DBG] Connection id "0HN8DSGJH4NMI" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:20:30.514 +00:00 [DBG] Connection id "0HN8DSGJH4NMJ" accepted. 2024-11-28 23:20:30.514 +00:00 [DBG] Connection id "0HN8DSGJH4NMJ" started. 2024-11-28 23:20:33.515 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:20:33.516 +00:00 [DBG] Connection id "0HN8DSGJH4NMJ" stopped. 2024-11-28 23:20:33.516 +00:00 [DBG] Connection id "0HN8DSGJH4NMJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:20:45.568 +00:00 [DBG] Connection id "0HN8DSGJH4NMK" accepted. 2024-11-28 23:20:45.568 +00:00 [DBG] Connection id "0HN8DSGJH4NMK" started. 2024-11-28 23:20:48.672 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:20:48.673 +00:00 [DBG] Connection id "0HN8DSGJH4NMK" stopped. 2024-11-28 23:20:48.673 +00:00 [DBG] Connection id "0HN8DSGJH4NMK" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:21:00.725 +00:00 [DBG] Connection id "0HN8DSGJH4NML" accepted. 2024-11-28 23:21:00.725 +00:00 [DBG] Connection id "0HN8DSGJH4NML" started. 2024-11-28 23:21:03.726 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:21:03.727 +00:00 [DBG] Connection id "0HN8DSGJH4NML" stopped. 2024-11-28 23:21:03.727 +00:00 [DBG] Connection id "0HN8DSGJH4NML" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:21:15.781 +00:00 [DBG] Connection id "0HN8DSGJH4NMM" accepted. 2024-11-28 23:21:15.781 +00:00 [DBG] Connection id "0HN8DSGJH4NMM" started. 2024-11-28 23:21:18.782 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:21:18.783 +00:00 [DBG] Connection id "0HN8DSGJH4NMM" stopped. 2024-11-28 23:21:18.783 +00:00 [DBG] Connection id "0HN8DSGJH4NMM" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:21:30.835 +00:00 [DBG] Connection id "0HN8DSGJH4NMN" accepted. 2024-11-28 23:21:30.835 +00:00 [DBG] Connection id "0HN8DSGJH4NMN" started. 2024-11-28 23:21:33.837 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:21:33.838 +00:00 [DBG] Connection id "0HN8DSGJH4NMN" stopped. 2024-11-28 23:21:33.838 +00:00 [DBG] Connection id "0HN8DSGJH4NMN" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:21:45.893 +00:00 [DBG] Connection id "0HN8DSGJH4NMO" accepted. 2024-11-28 23:21:45.893 +00:00 [DBG] Connection id "0HN8DSGJH4NMO" started. 2024-11-28 23:21:48.894 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:21:48.895 +00:00 [DBG] Connection id "0HN8DSGJH4NMO" stopped. 2024-11-28 23:21:48.895 +00:00 [DBG] Connection id "0HN8DSGJH4NMO" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:22:00.946 +00:00 [DBG] Connection id "0HN8DSGJH4NMP" accepted. 2024-11-28 23:22:00.946 +00:00 [DBG] Connection id "0HN8DSGJH4NMP" started. 2024-11-28 23:22:06.947 +00:00 [DBG] Connection id "0HN8DSGJH4NMP" received FIN. 2024-11-28 23:22:06.948 +00:00 [DBG] Failed to authenticate HTTPS connection. System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:22:06.948 +00:00 [DBG] Connection id "0HN8DSGJH4NMP" stopped. 2024-11-28 23:22:06.948 +00:00 [DBG] Connection id "0HN8DSGJH4NMP" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:22:18.973 +00:00 [DBG] Connection id "0HN8DSGJH4NMQ" accepted. 2024-11-28 23:22:18.973 +00:00 [DBG] Connection id "0HN8DSGJH4NMQ" started. 2024-11-28 23:22:21.973 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:22:21.974 +00:00 [DBG] Connection id "0HN8DSGJH4NMQ" stopped. 2024-11-28 23:22:21.974 +00:00 [DBG] Connection id "0HN8DSGJH4NMQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:22:34.028 +00:00 [DBG] Connection id "0HN8DSGJH4NMR" accepted. 2024-11-28 23:22:34.028 +00:00 [DBG] Connection id "0HN8DSGJH4NMR" started. 2024-11-28 23:22:37.028 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received. at System.Net.Security.SslStream.GetFrameSize(ReadOnlySpan`1 buffer) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:22:37.029 +00:00 [DBG] Connection id "0HN8DSGJH4NMR" stopped. 2024-11-28 23:22:37.029 +00:00 [DBG] Connection id "0HN8DSGJH4NMR" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:22:55.055 +00:00 [DBG] Connection id "0HN8DSGJH4NMS" accepted. 2024-11-28 23:22:55.055 +00:00 [DBG] Connection id "0HN8DSGJH4NMS" started. 2024-11-28 23:22:56.084 +00:00 [DBG] Connection 0HN8DSGJH4NMS established using the following protocol: "Tls13" 2024-11-28 23:22:59.084 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2024-11-28 23:22:59.084 +00:00 [DBG] The request path / does not match a supported file type 2024-11-28 23:22:59.084 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2024-11-28 23:22:59.085 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2024-11-28 23:22:59.085 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 23:22:59.085 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 23:22:59.085 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(System.Nullable`1[System.Int64], System.Nullable`1[System.Int64]) on controller API.Controllers.HomeController (BodyMarker). 2024-11-28 23:22:59.085 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2024-11-28 23:22:59.085 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 23:22:59.085 +00:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2024-11-28 23:22:59.085 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2024-11-28 23:22:59.085 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2024-11-28 23:22:59.085 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 23:22:59.085 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2024-11-28 23:22:59.085 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 23:22:59.085 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 23:22:59.085 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 23:22:59.085 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 23:22:59.085 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2024-11-28 23:22:59.085 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2024-11-28 23:22:59.085 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2024-11-28 23:22:59.085 +00:00 [DBG] View lookup cache miss for view 'noScan' in controller 'Home'. 2024-11-28 23:22:59.086 +00:00 [INF] Executing ViewResult, running view noScan. 2024-11-28 23:22:59.086 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.6652ms. 2024-11-28 23:22:59.086 +00:00 [DBG] View lookup cache miss for view '_Layout' in controller 'Home'. 2024-11-28 23:22:59.087 +00:00 [INF] Executed ViewResult - view noScan executed in 1.3152ms. 2024-11-28 23:22:59.087 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 1.7628ms 2024-11-28 23:22:59.087 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2024-11-28 23:22:59.087 +00:00 [INF] HTTP GET / responded 200 in 2.1555 ms 2024-11-28 23:22:59.087 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 2.4984ms 2024-11-28 23:22:59.087 +00:00 [DBG] Connection id "0HN8DSGJH4NMS" disconnecting. 2024-11-28 23:22:59.087 +00:00 [DBG] Connection id "0HN8DSGJH4NMS" stopped. 2024-11-28 23:22:59.087 +00:00 [DBG] Connection id "0HN8DSGJH4NMS" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:22:59.801 +00:00 [DBG] Connection id "0HN8DSGJH4NMT" accepted. 2024-11-28 23:22:59.801 +00:00 [DBG] Connection id "0HN8DSGJH4NMT" started. 2024-11-28 23:22:59.829 +00:00 [DBG] Connection id "0HN8DSGJH4NMT" received FIN. 2024-11-28 23:22:59.830 +00:00 [DBG] Failed to authenticate HTTPS connection. System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:22:59.830 +00:00 [DBG] Connection id "0HN8DSGJH4NMT" stopped. 2024-11-28 23:22:59.830 +00:00 [DBG] Connection id "0HN8DSGJH4NMT" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:23:32.855 +00:00 [DBG] Connection id "0HN8DSGJH4NMU" accepted. 2024-11-28 23:23:32.855 +00:00 [DBG] Connection id "0HN8DSGJH4NMU" started. 2024-11-28 23:23:32.882 +00:00 [DBG] Connection id "0HN8DSGJH4NMU" received FIN. 2024-11-28 23:23:32.883 +00:00 [DBG] Failed to authenticate HTTPS connection. System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:23:32.883 +00:00 [DBG] Connection id "0HN8DSGJH4NMU" stopped. 2024-11-28 23:23:32.884 +00:00 [DBG] Connection id "0HN8DSGJH4NMU" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:24:05.909 +00:00 [DBG] Connection id "0HN8DSGJH4NMV" accepted. 2024-11-28 23:24:05.909 +00:00 [DBG] Connection id "0HN8DSGJH4NMV" started. 2024-11-28 23:24:05.910 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:1417A0C1:SSL routines:tls_post_process_client_hello:no shared cipher --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:24:05.910 +00:00 [DBG] Connection id "0HN8DSGJH4NMV" stopped. 2024-11-28 23:24:05.910 +00:00 [DBG] Connection id "0HN8DSGJH4NMV" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:24:38.961 +00:00 [DBG] Connection id "0HN8DSGJH4NN0" accepted. 2024-11-28 23:24:38.962 +00:00 [DBG] Connection id "0HN8DSGJH4NN0" started. 2024-11-28 23:24:38.963 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:142320EB:SSL routines:tls_handle_alpn:no application protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:24:38.963 +00:00 [DBG] Connection id "0HN8DSGJH4NN0" stopped. 2024-11-28 23:24:38.963 +00:00 [DBG] Connection id "0HN8DSGJH4NN0" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:25:12.014 +00:00 [DBG] Connection id "0HN8DSGJH4NN1" accepted. 2024-11-28 23:25:12.014 +00:00 [DBG] Connection id "0HN8DSGJH4NN1" started. 2024-11-28 23:25:12.016 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:142320EB:SSL routines:tls_handle_alpn:no application protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:25:12.016 +00:00 [DBG] Connection id "0HN8DSGJH4NN1" stopped. 2024-11-28 23:25:12.016 +00:00 [DBG] Connection id "0HN8DSGJH4NN1" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:25:45.068 +00:00 [DBG] Connection id "0HN8DSGJH4NN2" accepted. 2024-11-28 23:25:45.069 +00:00 [DBG] Connection id "0HN8DSGJH4NN2" started. 2024-11-28 23:25:45.069 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:25:45.070 +00:00 [DBG] Connection id "0HN8DSGJH4NN2" stopped. 2024-11-28 23:25:45.070 +00:00 [DBG] Connection id "0HN8DSGJH4NN2" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:26:18.122 +00:00 [DBG] Connection id "0HN8DSGJH4NN3" accepted. 2024-11-28 23:26:18.122 +00:00 [DBG] Connection id "0HN8DSGJH4NN3" started. 2024-11-28 23:26:18.150 +00:00 [DBG] Connection id "0HN8DSGJH4NN3" received FIN. 2024-11-28 23:26:18.150 +00:00 [DBG] Failed to authenticate HTTPS connection. System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:26:18.151 +00:00 [DBG] Connection id "0HN8DSGJH4NN3" stopped. 2024-11-28 23:26:18.151 +00:00 [DBG] Connection id "0HN8DSGJH4NN3" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:26:51.176 +00:00 [DBG] Connection id "0HN8DSGJH4NN4" accepted. 2024-11-28 23:26:51.176 +00:00 [DBG] Connection id "0HN8DSGJH4NN4" started. 2024-11-28 23:26:51.203 +00:00 [DBG] Connection id "0HN8DSGJH4NN4" received FIN. 2024-11-28 23:26:51.204 +00:00 [DBG] Failed to authenticate HTTPS connection. System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:26:51.204 +00:00 [DBG] Connection id "0HN8DSGJH4NN4" stopped. 2024-11-28 23:26:51.204 +00:00 [DBG] Connection id "0HN8DSGJH4NN4" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:27:24.231 +00:00 [DBG] Connection id "0HN8DSGJH4NN5" accepted. 2024-11-28 23:27:24.232 +00:00 [DBG] Connection id "0HN8DSGJH4NN5" started. 2024-11-28 23:27:24.232 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:142090C1:SSL routines:tls_early_post_process_client_hello:no shared cipher --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:27:24.232 +00:00 [DBG] Connection id "0HN8DSGJH4NN5" stopped. 2024-11-28 23:27:24.232 +00:00 [DBG] Connection id "0HN8DSGJH4NN5" sending FIN because: "The Socket transport's send loop completed gracefully." 2024-11-28 23:27:57.283 +00:00 [DBG] Connection id "0HN8DSGJH4NN6" accepted. 2024-11-28 23:27:57.284 +00:00 [DBG] Connection id "0HN8DSGJH4NN6" started. 2024-11-28 23:27:57.284 +00:00 [DBG] Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL. ---> Interop+Crypto+OpenSslCryptographicException: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share --- End of inner exception stack trace --- at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]& sendBuf, Int32& sendCount) at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext& context, ReadOnlySpan`1 inputBuffer, Byte[]& outputBuffer, SslAuthenticationOptions sslAuthenticationOptions) --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context) 2024-11-28 23:27:57.284 +00:00 [DBG] Connection id "0HN8DSGJH4NN6" stopped. 2024-11-28 23:27:57.284 +00:00 [DBG] Connection id "0HN8DSGJH4NN6" sending FIN because: "The Socket transport's send loop completed gracefully."