2025-01-09 02:00:05.620 +00:00 [DBG] Connection id "0HN8VETJHTJE0" accepted. 2025-01-09 02:00:05.623 +00:00 [DBG] Connection id "0HN8VETJHTJE0" started. 2025-01-09 02:00:05.623 +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) 2025-01-09 02:00:05.624 +00:00 [DBG] Connection id "0HN8VETJHTJE0" stopped. 2025-01-09 02:00:05.624 +00:00 [DBG] Connection id "0HN8VETJHTJE0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 03:22:52.468 +00:00 [DBG] Connection id "0HN8VETJHTJE1" accepted. 2025-01-09 03:22:52.468 +00:00 [DBG] Connection id "0HN8VETJHTJE1" started. 2025-01-09 03:22:54.492 +00:00 [INF] Request starting HTTP/1.0 GET http:/// - null null 2025-01-09 03:22:54.492 +00:00 [DBG] HTTP/1.0 request allowed with missing or empty host header. 2025-01-09 03:22:54.492 +00:00 [DBG] Redirecting to 'https://:5104/'. 2025-01-09 03:22:54.492 +00:00 [INF] Request finished HTTP/1.0 GET http:/// - 307 0 null 0.3381ms 2025-01-09 03:22:54.492 +00:00 [DBG] Connection id "0HN8VETJHTJE1" disconnecting. 2025-01-09 03:22:54.492 +00:00 [DBG] Connection id "0HN8VETJHTJE1" stopped. 2025-01-09 03:22:54.492 +00:00 [DBG] Connection id "0HN8VETJHTJE1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:36.296 +00:00 [DBG] Connection id "0HN8VETJHTJE2" accepted. 2025-01-09 06:34:36.296 +00:00 [DBG] Connection id "0HN8VETJHTJE2" started. 2025-01-09 06:34:39.429 +00:00 [DBG] Connection id "0HN8VETJHTJE2" reset. 2025-01-09 06:34:39.429 +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) 2025-01-09 06:34:39.431 +00:00 [DBG] Connection id "0HN8VETJHTJE2" stopped. 2025-01-09 06:34:39.431 +00:00 [DBG] Connection id "0HN8VETJHTJE2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:39.434 +00:00 [DBG] Connection id "0HN8VETJHTJE3" accepted. 2025-01-09 06:34:39.434 +00:00 [DBG] Connection id "0HN8VETJHTJE3" started. 2025-01-09 06:34:39.480 +00:00 [DBG] Connection 0HN8VETJHTJE3 established using the following protocol: "Tls13" 2025-01-09 06:34:42.552 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2025-01-09 06:34:42.553 +00:00 [DBG] The request path / does not match a supported file type 2025-01-09 06:34:42.553 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2025-01-09 06:34:42.553 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2025-01-09 06:34:42.553 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:34:42.553 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:34:42.553 +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). 2025-01-09 06:34:42.553 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-01-09 06:34:42.553 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 06:34:42.553 +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)"] 2025-01-09 06:34:42.553 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-01-09 06:34:42.553 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 06:34:42.553 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 06:34:42.553 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 06:34:42.553 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:42.553 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 06:34:42.553 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.553 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.553 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.553 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:42.553 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.553 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:42.553 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 06:34:42.553 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.554 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.554 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.554 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:42.554 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:42.554 +00:00 [DBG] View lookup cache miss for view 'noScan' in controller 'Home'. 2025-01-09 06:34:42.555 +00:00 [INF] Executing ViewResult, running view noScan. 2025-01-09 06:34:42.555 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.9215ms. 2025-01-09 06:34:42.555 +00:00 [DBG] View lookup cache miss for view '_Layout' in controller 'Home'. 2025-01-09 06:34:42.555 +00:00 [INF] Executed ViewResult - view noScan executed in 1.8294ms. 2025-01-09 06:34:42.556 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 2.5754ms 2025-01-09 06:34:42.556 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:34:42.556 +00:00 [INF] HTTP GET / responded 200 in 3.1908 ms 2025-01-09 06:34:42.556 +00:00 [DBG] Connection id "0HN8VETJHTJE3" completed keep alive response. 2025-01-09 06:34:42.556 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 3.6313ms 2025-01-09 06:34:42.566 +00:00 [DBG] Connection id "0HN8VETJHTJE3" reset. 2025-01-09 06:34:42.566 +00:00 [DBG] Connection id "0HN8VETJHTJE3" disconnecting. 2025-01-09 06:34:42.566 +00:00 [DBG] Connection id "0HN8VETJHTJE3" stopped. 2025-01-09 06:34:42.567 +00:00 [DBG] Connection id "0HN8VETJHTJE3" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:46.018 +00:00 [DBG] Connection id "0HN8VETJHTJE4" accepted. 2025-01-09 06:34:46.018 +00:00 [DBG] Connection id "0HN8VETJHTJE4" started. 2025-01-09 06:34:46.111 +00:00 [DBG] Connection 0HN8VETJHTJE4 established using the following protocol: "Tls13" 2025-01-09 06:34:46.111 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2025-01-09 06:34:46.111 +00:00 [DBG] The request path / does not match a supported file type 2025-01-09 06:34:46.111 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2025-01-09 06:34:46.111 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2025-01-09 06:34:46.111 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:34:46.111 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:34:46.112 +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). 2025-01-09 06:34:46.112 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-01-09 06:34:46.112 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 06:34:46.112 +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)"] 2025-01-09 06:34:46.112 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-01-09 06:34:46.112 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 06:34:46.112 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 06:34:46.112 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 06:34:46.112 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:46.112 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 06:34:46.112 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.112 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.112 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.112 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:46.113 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.113 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:46.113 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 06:34:46.113 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.113 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.113 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.113 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:34:46.113 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:34:46.113 +00:00 [DBG] View lookup cache hit for view 'noScan' in controller 'Home'. 2025-01-09 06:34:46.113 +00:00 [INF] Executing ViewResult, running view noScan. 2025-01-09 06:34:46.113 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.1209ms. 2025-01-09 06:34:46.113 +00:00 [DBG] View lookup cache hit for view '_Layout' in controller 'Home'. 2025-01-09 06:34:46.114 +00:00 [INF] Executed ViewResult - view noScan executed in 0.6363ms. 2025-01-09 06:34:46.114 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 1.6547ms 2025-01-09 06:34:46.114 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:34:46.114 +00:00 [INF] HTTP GET / responded 200 in 2.4437 ms 2025-01-09 06:34:46.114 +00:00 [DBG] Connection id "0HN8VETJHTJE4" completed keep alive response. 2025-01-09 06:34:46.114 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 2.7888ms 2025-01-09 06:34:46.160 +00:00 [DBG] Connection id "0HN8VETJHTJE4" disconnecting. 2025-01-09 06:34:46.161 +00:00 [DBG] Connection id "0HN8VETJHTJE4" stopped. 2025-01-09 06:34:46.161 +00:00 [DBG] Connection id "0HN8VETJHTJE4" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:46.300 +00:00 [DBG] Connection id "0HN8VETJHTJE5" accepted. 2025-01-09 06:34:46.300 +00:00 [DBG] Connection id "0HN8VETJHTJE5" started. 2025-01-09 06:34:46.316 +00:00 [DBG] Connection 0HN8VETJHTJE5 established using the following protocol: "Tls13" 2025-01-09 06:34:46.317 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - null null 2025-01-09 06:34:46.317 +00:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: '/var/www/bat/wwwroot/favicon.ico' 2025-01-09 06:34:46.317 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - 200 5430 image/x-icon 0.6409ms 2025-01-09 06:34:46.317 +00:00 [DBG] Connection id "0HN8VETJHTJE5" disconnecting. 2025-01-09 06:34:46.317 +00:00 [DBG] Connection id "0HN8VETJHTJE5" stopped. 2025-01-09 06:34:46.317 +00:00 [DBG] Connection id "0HN8VETJHTJE5" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:46.340 +00:00 [DBG] Connection id "0HN8VETJHTJE6" accepted. 2025-01-09 06:34:46.340 +00:00 [DBG] Connection id "0HN8VETJHTJE6" started. 2025-01-09 06:34:46.399 +00:00 [DBG] Connection 0HN8VETJHTJE6 established using the following protocol: "Tls13" 2025-01-09 06:34:46.606 +00:00 [DBG] Connection id "0HN8VETJHTJE6" reset. 2025-01-09 06:34:46.607 +00:00 [DBG] Connection id "0HN8VETJHTJE6" is closed. The last processed stream ID was 0. 2025-01-09 06:34:46.607 +00:00 [DBG] Connection id "0HN8VETJHTJE6" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:46.608 +00:00 [DBG] The connection queue processing loop for 0HN8VETJHTJE6 completed. 2025-01-09 06:34:46.608 +00:00 [DBG] Connection id "0HN8VETJHTJE6" stopped. 2025-01-09 06:34:47.970 +00:00 [DBG] Connection id "0HN8VETJHTJE7" accepted. 2025-01-09 06:34:47.970 +00:00 [DBG] Connection id "0HN8VETJHTJE7" started. 2025-01-09 06:34:48.035 +00:00 [DBG] Connection 0HN8VETJHTJE7 established using the following protocol: "Tls12" 2025-01-09 06:34:48.041 +00:00 [DBG] Connection id "0HN8VETJHTJE7" reset. 2025-01-09 06:34:48.041 +00:00 [DBG] Connection id "0HN8VETJHTJE7" disconnecting. 2025-01-09 06:34:48.041 +00:00 [DBG] Connection id "0HN8VETJHTJE7" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:48.043 +00:00 [DBG] Connection id "0HN8VETJHTJE7" stopped. 2025-01-09 06:34:49.451 +00:00 [DBG] Connection id "0HN8VETJHTJE8" accepted. 2025-01-09 06:34:49.451 +00:00 [DBG] Connection id "0HN8VETJHTJE8" started. 2025-01-09 06:34:49.467 +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) 2025-01-09 06:34:49.468 +00:00 [DBG] Connection id "0HN8VETJHTJE8" stopped. 2025-01-09 06:34:49.468 +00:00 [DBG] Connection id "0HN8VETJHTJE8" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:51.186 +00:00 [DBG] Connection id "0HN8VETJHTJE9" accepted. 2025-01-09 06:34:51.186 +00:00 [DBG] Connection id "0HN8VETJHTJE9" started. 2025-01-09 06:34:51.196 +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) 2025-01-09 06:34:51.197 +00:00 [DBG] Connection id "0HN8VETJHTJE9" stopped. 2025-01-09 06:34:51.197 +00:00 [DBG] Connection id "0HN8VETJHTJE9" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:34:52.569 +00:00 [DBG] Connection id "0HN8VETJHTJEA" accepted. 2025-01-09 06:34:52.569 +00:00 [DBG] Connection id "0HN8VETJHTJEA" started. 2025-01-09 06:34:52.696 +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) 2025-01-09 06:34:52.696 +00:00 [DBG] Connection id "0HN8VETJHTJEA" stopped. 2025-01-09 06:34:52.696 +00:00 [DBG] Connection id "0HN8VETJHTJEA" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:43:57.480 +00:00 [DBG] Connection id "0HN8VETJHTJEB" accepted. 2025-01-09 06:43:57.480 +00:00 [DBG] Connection id "0HN8VETJHTJEB" started. 2025-01-09 06:44:01.245 +00:00 [DBG] Connection id "0HN8VETJHTJEB" reset. 2025-01-09 06:44:01.245 +00:00 [DBG] Connection id "0HN8VETJHTJEB" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:01.246 +00:00 [DBG] Connection id "0HN8VETJHTJEB" disconnecting. 2025-01-09 06:44:01.246 +00:00 [DBG] Connection id "0HN8VETJHTJEB" stopped. 2025-01-09 06:44:01.362 +00:00 [DBG] Connection id "0HN8VETJHTJEC" accepted. 2025-01-09 06:44:01.362 +00:00 [DBG] Connection id "0HN8VETJHTJEC" started. 2025-01-09 06:44:01.712 +00:00 [DBG] Connection id "0HN8VETJHTJEC" bad request data: "Detected a TLS handshake to an endpoint that does not have TLS enabled." Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Detected a TLS handshake to an endpoint that does not have TLS enabled. 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) 2025-01-09 06:44:01.712 +00:00 [DBG] Connection id "0HN8VETJHTJEC" disconnecting. 2025-01-09 06:44:01.712 +00:00 [DBG] Connection id "0HN8VETJHTJEC" stopped. 2025-01-09 06:44:01.713 +00:00 [DBG] Connection id "0HN8VETJHTJEC" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:02.201 +00:00 [DBG] Connection id "0HN8VETJHTJED" accepted. 2025-01-09 06:44:02.202 +00:00 [DBG] Connection id "0HN8VETJHTJED" started. 2025-01-09 06:44:06.683 +00:00 [INF] Request starting HTTP/1.1 GET http://49.12.242.201:5103/ - null null 2025-01-09 06:44:06.684 +00:00 [DBG] Redirecting to 'https://49.12.242.201:5104/'. 2025-01-09 06:44:06.684 +00:00 [DBG] Connection id "0HN8VETJHTJED" completed keep alive response. 2025-01-09 06:44:06.684 +00:00 [INF] Request finished HTTP/1.1 GET http://49.12.242.201:5103/ - 307 0 null 0.4569ms 2025-01-09 06:44:12.765 +00:00 [DBG] Connection id "0HN8VETJHTJED" reset. 2025-01-09 06:44:12.766 +00:00 [DBG] Connection id "0HN8VETJHTJED" disconnecting. 2025-01-09 06:44:12.766 +00:00 [DBG] Connection id "0HN8VETJHTJED" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:12.767 +00:00 [DBG] Connection id "0HN8VETJHTJED" stopped. 2025-01-09 06:44:16.637 +00:00 [DBG] Connection id "0HN8VETJHTJEE" accepted. 2025-01-09 06:44:16.638 +00:00 [DBG] Connection id "0HN8VETJHTJEE" started. 2025-01-09 06:44:16.929 +00:00 [INF] Request starting HTTP/1.1 GET http://49.12.242.201:5103/ - null null 2025-01-09 06:44:16.929 +00:00 [DBG] Redirecting to 'https://49.12.242.201:5104/'. 2025-01-09 06:44:16.929 +00:00 [DBG] Connection id "0HN8VETJHTJEE" completed keep alive response. 2025-01-09 06:44:16.929 +00:00 [INF] Request finished HTTP/1.1 GET http://49.12.242.201:5103/ - 307 0 null 0.2524ms 2025-01-09 06:44:17.482 +00:00 [DBG] Connection id "0HN8VETJHTJEE" received FIN. 2025-01-09 06:44:17.483 +00:00 [DBG] Connection id "0HN8VETJHTJEE" disconnecting. 2025-01-09 06:44:17.483 +00:00 [DBG] Connection id "0HN8VETJHTJEE" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:17.484 +00:00 [DBG] Connection id "0HN8VETJHTJEE" stopped. 2025-01-09 06:44:17.597 +00:00 [DBG] Connection id "0HN8VETJHTJEF" accepted. 2025-01-09 06:44:17.598 +00:00 [DBG] Connection id "0HN8VETJHTJEF" started. 2025-01-09 06:44:17.835 +00:00 [DBG] Connection id "0HN8VETJHTJEF": Invalid content received on connection. Possible incorrect HTTP version detected. Expected HTTP/1.1 but received HTTP/2. 2025-01-09 06:44:17.835 +00:00 [DBG] Connection id "0HN8VETJHTJEF" 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) 2025-01-09 06:44:17.836 +00:00 [DBG] Connection id "0HN8VETJHTJEF" disconnecting. 2025-01-09 06:44:17.836 +00:00 [DBG] Connection id "0HN8VETJHTJEF" stopped. 2025-01-09 06:44:17.836 +00:00 [DBG] Connection id "0HN8VETJHTJEF" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:22.163 +00:00 [DBG] Connection id "0HN8VETJHTJEG" accepted. 2025-01-09 06:44:22.163 +00:00 [DBG] Connection id "0HN8VETJHTJEG" started. 2025-01-09 06:44:25.182 +00:00 [DBG] Connection 0HN8VETJHTJEG established using the following protocol: "Tls13" 2025-01-09 06:44:25.624 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/ - null null 2025-01-09 06:44:25.625 +00:00 [DBG] The request path / does not match a supported file type 2025-01-09 06:44:25.625 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2025-01-09 06:44:25.625 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2025-01-09 06:44:25.625 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:44:25.625 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:44:25.625 +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). 2025-01-09 06:44:25.625 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-01-09 06:44:25.625 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 06:44:25.625 +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)"] 2025-01-09 06:44:25.625 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-01-09 06:44:25.625 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 06:44:25.625 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 06:44:25.625 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 06:44:25.625 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:44:25.625 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 06:44:25.626 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:44:25.626 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:44:25.626 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 06:44:25.626 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 06:44:25.626 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 06:44:25.626 +00:00 [DBG] View lookup cache hit for view 'noScan' in controller 'Home'. 2025-01-09 06:44:25.626 +00:00 [INF] Executing ViewResult, running view noScan. 2025-01-09 06:44:25.626 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.1526ms. 2025-01-09 06:44:25.626 +00:00 [DBG] View lookup cache hit for view '_Layout' in controller 'Home'. 2025-01-09 06:44:25.627 +00:00 [INF] Executed ViewResult - view noScan executed in 0.5999ms. 2025-01-09 06:44:25.627 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 1.5329ms 2025-01-09 06:44:25.627 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 06:44:25.627 +00:00 [INF] HTTP GET / responded 200 in 2.2486 ms 2025-01-09 06:44:25.627 +00:00 [DBG] Connection id "0HN8VETJHTJEG" completed keep alive response. 2025-01-09 06:44:25.627 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/ - 200 null text/html; charset=utf-8 2.7309ms 2025-01-09 06:44:27.719 +00:00 [DBG] Connection id "0HN8VETJHTJEG" received FIN. 2025-01-09 06:44:27.720 +00:00 [DBG] Connection id "0HN8VETJHTJEG" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:27.720 +00:00 [DBG] Connection id "0HN8VETJHTJEG" disconnecting. 2025-01-09 06:44:27.720 +00:00 [DBG] Connection id "0HN8VETJHTJEG" stopped. 2025-01-09 06:44:27.993 +00:00 [DBG] Connection id "0HN8VETJHTJEH" accepted. 2025-01-09 06:44:27.993 +00:00 [DBG] Connection id "0HN8VETJHTJEH" started. 2025-01-09 06:44:28.959 +00:00 [DBG] Connection 0HN8VETJHTJEH established using the following protocol: "Tls13" 2025-01-09 06:44:29.050 +00:00 [INF] Request starting HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - null null 2025-01-09 06:44:29.050 +00:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: '/var/www/bat/wwwroot/favicon.ico' 2025-01-09 06:44:29.050 +00:00 [INF] Request finished HTTP/1.1 GET https://49.12.242.201:5104/favicon.ico - 200 5430 image/x-icon 0.5766ms 2025-01-09 06:44:29.050 +00:00 [DBG] Connection id "0HN8VETJHTJEH" disconnecting. 2025-01-09 06:44:29.050 +00:00 [DBG] Connection id "0HN8VETJHTJEH" stopped. 2025-01-09 06:44:29.050 +00:00 [DBG] Connection id "0HN8VETJHTJEH" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:29.602 +00:00 [DBG] Connection id "0HN8VETJHTJEI" accepted. 2025-01-09 06:44:29.603 +00:00 [DBG] Connection id "0HN8VETJHTJEI" started. 2025-01-09 06:44:30.365 +00:00 [DBG] Connection 0HN8VETJHTJEI established using the following protocol: "Tls13" 2025-01-09 06:44:30.648 +00:00 [DBG] Connection id "0HN8VETJHTJEI" reset. 2025-01-09 06:44:30.648 +00:00 [DBG] Connection id "0HN8VETJHTJEI" is closed. The last processed stream ID was 0. 2025-01-09 06:44:30.649 +00:00 [DBG] Connection id "0HN8VETJHTJEI" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:30.649 +00:00 [DBG] The connection queue processing loop for 0HN8VETJHTJEI completed. 2025-01-09 06:44:30.649 +00:00 [DBG] Connection id "0HN8VETJHTJEI" stopped. 2025-01-09 06:44:32.843 +00:00 [DBG] Connection id "0HN8VETJHTJEJ" accepted. 2025-01-09 06:44:32.843 +00:00 [DBG] Connection id "0HN8VETJHTJEJ" started. 2025-01-09 06:44:34.176 +00:00 [DBG] Connection 0HN8VETJHTJEJ established using the following protocol: "Tls12" 2025-01-09 06:44:34.572 +00:00 [DBG] Connection id "0HN8VETJHTJEJ" reset. 2025-01-09 06:44:34.572 +00:00 [DBG] Connection id "0HN8VETJHTJEJ" disconnecting. 2025-01-09 06:44:34.572 +00:00 [DBG] Connection id "0HN8VETJHTJEJ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:34.573 +00:00 [DBG] Connection id "0HN8VETJHTJEJ" stopped. 2025-01-09 06:44:35.843 +00:00 [DBG] Connection id "0HN8VETJHTJEK" accepted. 2025-01-09 06:44:35.844 +00:00 [DBG] Connection id "0HN8VETJHTJEK" started. 2025-01-09 06:44:36.121 +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) 2025-01-09 06:44:36.121 +00:00 [DBG] Connection id "0HN8VETJHTJEK" stopped. 2025-01-09 06:44:36.121 +00:00 [DBG] Connection id "0HN8VETJHTJEK" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:37.723 +00:00 [DBG] Connection id "0HN8VETJHTJEL" accepted. 2025-01-09 06:44:37.723 +00:00 [DBG] Connection id "0HN8VETJHTJEL" started. 2025-01-09 06:44:38.228 +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) 2025-01-09 06:44:38.229 +00:00 [DBG] Connection id "0HN8VETJHTJEL" stopped. 2025-01-09 06:44:38.229 +00:00 [DBG] Connection id "0HN8VETJHTJEL" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 06:44:40.180 +00:00 [DBG] Connection id "0HN8VETJHTJEM" accepted. 2025-01-09 06:44:40.180 +00:00 [DBG] Connection id "0HN8VETJHTJEM" started. 2025-01-09 06:44:40.724 +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) 2025-01-09 06:44:40.724 +00:00 [DBG] Connection id "0HN8VETJHTJEM" stopped. 2025-01-09 06:44:40.725 +00:00 [DBG] Connection id "0HN8VETJHTJEM" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 07:01:38.190 +00:00 [DBG] Connection id "0HN8VETJHTJEN" accepted. 2025-01-09 07:01:38.191 +00:00 [DBG] Connection id "0HN8VETJHTJEN" started. 2025-01-09 07:01:38.191 +00:00 [DBG] Connection id "0HN8VETJHTJEN" 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) 2025-01-09 07:01:38.192 +00:00 [DBG] Connection id "0HN8VETJHTJEN" disconnecting. 2025-01-09 07:01:38.192 +00:00 [DBG] Connection id "0HN8VETJHTJEN" stopped. 2025-01-09 07:01:38.192 +00:00 [DBG] Connection id "0HN8VETJHTJEN" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 08:07:25.539 +00:00 [DBG] Connection id "0HN8VETJHTJEO" accepted. 2025-01-09 08:07:25.540 +00:00 [DBG] Connection id "0HN8VETJHTJEO" started. 2025-01-09 08:07:25.539 +00:00 [DBG] Connection id "0HN8VETJHTJEP" accepted. 2025-01-09 08:07:25.540 +00:00 [DBG] Connection id "0HN8VETJHTJEP" started. 2025-01-09 08:07:27.145 +00:00 [DBG] Connection id "0HN8VETJHTJEP" 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) 2025-01-09 08:07:27.146 +00:00 [DBG] Connection id "0HN8VETJHTJEP" disconnecting. 2025-01-09 08:07:27.146 +00:00 [DBG] Connection id "0HN8VETJHTJEP" stopped. 2025-01-09 08:07:27.146 +00:00 [DBG] Connection id "0HN8VETJHTJEP" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 08:07:27.748 +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) 2025-01-09 08:07:27.749 +00:00 [DBG] Connection id "0HN8VETJHTJEO" stopped. 2025-01-09 08:07:27.749 +00:00 [DBG] Connection id "0HN8VETJHTJEO" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 13:17:18.368 +00:00 [DBG] Connection id "0HN8VETJHTJEQ" accepted. 2025-01-09 13:17:18.369 +00:00 [DBG] Connection id "0HN8VETJHTJEQ" started. 2025-01-09 13:17:21.368 +00:00 [INF] Request starting HTTP/1.1 GET http://[2a01:4f8:1c17:df57::1]:5103/ - null null 2025-01-09 13:17:21.369 +00:00 [DBG] Redirecting to 'https://[2a01:4f8:1c17:df57::1]:5104/'. 2025-01-09 13:17:21.369 +00:00 [INF] Request finished HTTP/1.1 GET http://[2a01:4f8:1c17:df57::1]:5103/ - 307 0 null 0.2986ms 2025-01-09 13:17:21.369 +00:00 [DBG] Connection id "0HN8VETJHTJEQ" disconnecting. 2025-01-09 13:17:21.369 +00:00 [DBG] Connection id "0HN8VETJHTJEQ" stopped. 2025-01-09 13:17:21.369 +00:00 [DBG] Connection id "0HN8VETJHTJEQ" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 13:17:21.439 +00:00 [DBG] Connection id "0HN8VETJHTJER" accepted. 2025-01-09 13:17:21.439 +00:00 [DBG] Connection id "0HN8VETJHTJER" started. 2025-01-09 13:17:21.462 +00:00 [DBG] Connection 0HN8VETJHTJER established using the following protocol: "Tls13" 2025-01-09 13:17:21.463 +00:00 [INF] Request starting HTTP/1.1 GET https://[2a01:4f8:1c17:df57::1]:5104/ - null null 2025-01-09 13:17:21.463 +00:00 [DBG] The request path / does not match a supported file type 2025-01-09 13:17:21.463 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2025-01-09 13:17:21.463 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2025-01-09 13:17:21.463 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 13:17:21.463 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 13:17:21.463 +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). 2025-01-09 13:17:21.463 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-01-09 13:17:21.463 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 13:17:21.463 +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)"] 2025-01-09 13:17:21.463 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-01-09 13:17:21.463 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 13:17:21.463 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 13:17:21.463 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 13:17:21.463 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:17:21.463 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 13:17:21.463 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.463 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.463 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.463 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:17:21.463 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.463 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:17:21.463 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 13:17:21.463 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.464 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.464 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.464 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:17:21.464 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:17:21.464 +00:00 [DBG] View lookup cache miss for view 'noScan' in controller 'Home'. 2025-01-09 13:17:21.465 +00:00 [INF] Executing ViewResult, running view noScan. 2025-01-09 13:17:21.465 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.967ms. 2025-01-09 13:17:21.465 +00:00 [DBG] View lookup cache miss for view '_Layout' in controller 'Home'. 2025-01-09 13:17:21.465 +00:00 [INF] Executed ViewResult - view noScan executed in 1.6779ms. 2025-01-09 13:17:21.465 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 2.4212ms 2025-01-09 13:17:21.466 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 13:17:21.466 +00:00 [INF] HTTP GET / responded 200 in 2.9352 ms 2025-01-09 13:17:21.466 +00:00 [INF] Request finished HTTP/1.1 GET https://[2a01:4f8:1c17:df57::1]:5104/ - 200 null text/html; charset=utf-8 3.1751ms 2025-01-09 13:17:21.466 +00:00 [DBG] Connection id "0HN8VETJHTJER" disconnecting. 2025-01-09 13:17:21.466 +00:00 [DBG] Connection id "0HN8VETJHTJER" stopped. 2025-01-09 13:17:21.466 +00:00 [DBG] Connection id "0HN8VETJHTJER" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 13:17:22.271 +00:00 [DBG] Connection id "0HN8VETJHTJES" accepted. 2025-01-09 13:17:22.271 +00:00 [DBG] Connection id "0HN8VETJHTJES" started. 2025-01-09 13:17:22.295 +00:00 [DBG] Connection 0HN8VETJHTJES established using the following protocol: "Tls13" 2025-01-09 13:17:22.296 +00:00 [INF] Request starting HTTP/2 GET https://[2a01:4f8:1c17:df57::1]:5104/favicon.ico - null null 2025-01-09 13:17:22.296 +00:00 [INF] Sending file. Request path: '/favicon.ico'. Physical path: '/var/www/bat/wwwroot/favicon.ico' 2025-01-09 13:17:22.296 +00:00 [INF] Request finished HTTP/2 GET https://[2a01:4f8:1c17:df57::1]:5104/favicon.ico - 200 5430 image/x-icon 0.546ms 2025-01-09 13:17:22.317 +00:00 [DBG] Connection id "0HN8VETJHTJES" received FIN. 2025-01-09 13:17:22.317 +00:00 [DBG] Connection id "0HN8VETJHTJES" is closed. The last processed stream ID was 1. 2025-01-09 13:17:22.317 +00:00 [DBG] Connection id "0HN8VETJHTJES" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 13:17:22.318 +00:00 [DBG] The connection queue processing loop for 0HN8VETJHTJES completed. 2025-01-09 13:17:22.318 +00:00 [DBG] Connection id "0HN8VETJHTJES" stopped. 2025-01-09 13:58:30.138 +00:00 [DBG] Connection id "0HN8VETJHTJET" accepted. 2025-01-09 13:58:30.139 +00:00 [DBG] Connection id "0HN8VETJHTJET" started. 2025-01-09 13:58:30.139 +00:00 [INF] Request starting HTTP/1.1 GET http://www.drposture.app:5103/robots.txt - null null 2025-01-09 13:58:30.139 +00:00 [DBG] Redirecting to 'https://www.drposture.app:5104/robots.txt'. 2025-01-09 13:58:30.139 +00:00 [DBG] Connection id "0HN8VETJHTJET" completed keep alive response. 2025-01-09 13:58:30.139 +00:00 [INF] Request finished HTTP/1.1 GET http://www.drposture.app:5103/robots.txt - 307 0 null 0.1342ms 2025-01-09 13:58:30.437 +00:00 [DBG] Connection id "0HN8VETJHTJEU" accepted. 2025-01-09 13:58:30.437 +00:00 [DBG] Connection id "0HN8VETJHTJEU" started. 2025-01-09 13:58:30.540 +00:00 [DBG] Connection 0HN8VETJHTJEU established using the following protocol: "Tls13" 2025-01-09 13:58:30.540 +00:00 [INF] Request starting HTTP/1.1 GET https://www.drposture.app:5104/robots.txt - null null 2025-01-09 13:58:30.540 +00:00 [DBG] The request path /robots.txt does not match an existing file 2025-01-09 13:58:30.540 +00:00 [DBG] No candidates found for the request path '/robots.txt' 2025-01-09 13:58:30.540 +00:00 [DBG] Request did not match any endpoints 2025-01-09 13:58:30.540 +00:00 [INF] HTTP GET /robots.txt responded 404 in 0.0875 ms 2025-01-09 13:58:30.540 +00:00 [DBG] Connection id "0HN8VETJHTJEU" completed keep alive response. 2025-01-09 13:58:30.540 +00:00 [INF] Request finished HTTP/1.1 GET https://www.drposture.app:5104/robots.txt - 404 0 null 0.3884ms 2025-01-09 13:58:30.540 +00:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET https://www.drposture.app:5104/robots.txt, Response status code: 404 2025-01-09 13:58:30.759 +00:00 [DBG] Connection id "0HN8VETJHTJEV" accepted. 2025-01-09 13:58:30.759 +00:00 [DBG] Connection id "0HN8VETJHTJEV" started. 2025-01-09 13:58:30.759 +00:00 [INF] Request starting HTTP/1.1 GET http://www.drposture.app:5103/ - null null 2025-01-09 13:58:30.759 +00:00 [DBG] Redirecting to 'https://www.drposture.app:5104/'. 2025-01-09 13:58:30.759 +00:00 [DBG] Connection id "0HN8VETJHTJEV" completed keep alive response. 2025-01-09 13:58:30.759 +00:00 [INF] Request finished HTTP/1.1 GET http://www.drposture.app:5103/ - 307 0 null 0.1996ms 2025-01-09 13:58:31.164 +00:00 [DBG] Connection id "0HN8VETJHTJF0" accepted. 2025-01-09 13:58:31.164 +00:00 [DBG] Connection id "0HN8VETJHTJF0" started. 2025-01-09 13:58:31.267 +00:00 [DBG] Connection 0HN8VETJHTJF0 established using the following protocol: "Tls13" 2025-01-09 13:58:31.267 +00:00 [INF] Request starting HTTP/1.1 GET https://www.drposture.app:5104/ - null null 2025-01-09 13:58:31.267 +00:00 [DBG] The request path / does not match a supported file type 2025-01-09 13:58:31.267 +00:00 [DBG] 1 candidate(s) found for the request path '/' 2025-01-09 13:58:31.268 +00:00 [DBG] Endpoint 'API.Controllers.HomeController.Index (BodyMarker)' with route pattern '{controller=Home}/{action=Index}/{id?}' is valid for the request path '/' 2025-01-09 13:58:31.268 +00:00 [DBG] Request matched endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 13:58:31.268 +00:00 [INF] Executing endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 13:58:31.268 +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). 2025-01-09 13:58:31.268 +00:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-01-09 13:58:31.268 +00:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 13:58:31.268 +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)"] 2025-01-09 13:58:31.268 +00:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-01-09 13:58:31.268 +00:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-01-09 13:58:31.268 +00:00 [DBG] Executing controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 13:58:31.268 +00:00 [DBG] Executed controller factory for controller API.Controllers.HomeController (BodyMarker) 2025-01-09 13:58:31.268 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:58:31.268 +00:00 [DBG] Attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 13:58:31.268 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Done attempting to bind parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:58:31.268 +00:00 [DBG] Done attempting to validate the bound parameter 'scanId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:58:31.268 +00:00 [DBG] Attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]' using the name '' in request data ... 2025-01-09 13:58:31.268 +00:00 [DBG] Could not find a value in the request with name '' for binding parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Done attempting to bind parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.268 +00:00 [DBG] Attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]' ... 2025-01-09 13:58:31.268 +00:00 [DBG] Done attempting to validate the bound parameter 'userId' of type 'System.Nullable`1[System.Int64]'. 2025-01-09 13:58:31.269 +00:00 [DBG] View lookup cache miss for view 'noScan' in controller 'Home'. 2025-01-09 13:58:31.269 +00:00 [INF] Executing ViewResult, running view noScan. 2025-01-09 13:58:31.269 +00:00 [DBG] The view path '/Views/Home/noScan.cshtml' was found in 0.8778ms. 2025-01-09 13:58:31.269 +00:00 [DBG] View lookup cache miss for view '_Layout' in controller 'Home'. 2025-01-09 13:58:31.270 +00:00 [INF] Executed ViewResult - view noScan executed in 1.5417ms. 2025-01-09 13:58:31.270 +00:00 [INF] Executed action API.Controllers.HomeController.Index (BodyMarker) in 2.1799ms 2025-01-09 13:58:31.270 +00:00 [INF] Executed endpoint 'API.Controllers.HomeController.Index (BodyMarker)' 2025-01-09 13:58:31.270 +00:00 [INF] HTTP GET / responded 200 in 2.7342 ms 2025-01-09 13:58:31.270 +00:00 [DBG] Connection id "0HN8VETJHTJF0" completed keep alive response. 2025-01-09 13:58:31.270 +00:00 [INF] Request finished HTTP/1.1 GET https://www.drposture.app:5104/ - 200 null text/html; charset=utf-8 3.02ms 2025-01-09 13:58:48.940 +00:00 [DBG] Connection id "0HN8VETJHTJF1" accepted. 2025-01-09 13:58:48.940 +00:00 [DBG] Connection id "0HN8VETJHTJF1" started. 2025-01-09 13:58:49.043 +00:00 [DBG] Connection 0HN8VETJHTJF1 established using the following protocol: "Tls13" 2025-01-09 13:58:49.043 +00:00 [INF] Request starting HTTP/1.1 GET https://www.drposture.app:5104/css/site.css?v=EUlsH_2aQsR0p5ew4N2cAZmGcINczSUzku9ZGfN3mcM - null null 2025-01-09 13:58:49.044 +00:00 [INF] Sending file. Request path: '/css/site.css'. Physical path: '/var/www/bat/wwwroot/css/site.css' 2025-01-09 13:58:49.044 +00:00 [DBG] Connection id "0HN8VETJHTJF1" completed keep alive response. 2025-01-09 13:58:49.045 +00:00 [INF] Request finished HTTP/1.1 GET https://www.drposture.app:5104/css/site.css?v=EUlsH_2aQsR0p5ew4N2cAZmGcINczSUzku9ZGfN3mcM - 200 12653 text/css 1.6017ms 2025-01-09 13:58:49.251 +00:00 [INF] Request starting HTTP/1.1 GET https://www.drposture.app:5104/lib/jquery/dist/jquery.min.js - null null 2025-01-09 13:58:49.254 +00:00 [INF] Sending file. Request path: '/lib/jquery/dist/jquery.min.js'. Physical path: '/var/www/bat/wwwroot/lib/jquery/dist/jquery.min.js' 2025-01-09 13:58:49.254 +00:00 [DBG] Connection id "0HN8VETJHTJF1" completed keep alive response. 2025-01-09 13:58:49.254 +00:00 [INF] Request finished HTTP/1.1 GET https://www.drposture.app:5104/lib/jquery/dist/jquery.min.js - 200 89501 text/javascript 2.4594ms 2025-01-09 14:00:41.569 +00:00 [DBG] Connection id "0HN8VETJHTJET" disconnecting. 2025-01-09 14:00:41.569 +00:00 [DBG] Connection id "0HN8VETJHTJET" stopped. 2025-01-09 14:00:41.569 +00:00 [DBG] Connection id "0HN8VETJHTJET" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 14:00:41.571 +00:00 [DBG] Connection id "0HN8VETJHTJEU" disconnecting. 2025-01-09 14:00:41.571 +00:00 [DBG] Connection id "0HN8VETJHTJEU" stopped. 2025-01-09 14:00:41.571 +00:00 [DBG] Connection id "0HN8VETJHTJEU" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 14:00:42.569 +00:00 [DBG] Connection id "0HN8VETJHTJEV" disconnecting. 2025-01-09 14:00:42.569 +00:00 [DBG] Connection id "0HN8VETJHTJEV" stopped. 2025-01-09 14:00:42.570 +00:00 [DBG] Connection id "0HN8VETJHTJF0" disconnecting. 2025-01-09 14:00:42.570 +00:00 [DBG] Connection id "0HN8VETJHTJEV" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 14:00:42.570 +00:00 [DBG] Connection id "0HN8VETJHTJF0" stopped. 2025-01-09 14:00:42.570 +00:00 [DBG] Connection id "0HN8VETJHTJF0" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 14:01:00.572 +00:00 [DBG] Connection id "0HN8VETJHTJF1" disconnecting. 2025-01-09 14:01:00.573 +00:00 [DBG] Connection id "0HN8VETJHTJF1" stopped. 2025-01-09 14:01:00.573 +00:00 [DBG] Connection id "0HN8VETJHTJF1" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 15:52:55.417 +00:00 [DBG] Connection id "0HN8VETJHTJF2" accepted. 2025-01-09 15:52:55.417 +00:00 [DBG] Connection id "0HN8VETJHTJF2" started. 2025-01-09 15:52:57.443 +00:00 [INF] Request starting HTTP/1.0 GET http:/// - null null 2025-01-09 15:52:57.443 +00:00 [DBG] HTTP/1.0 request allowed with missing or empty host header. 2025-01-09 15:52:57.443 +00:00 [DBG] Redirecting to 'https://:5104/'. 2025-01-09 15:52:57.443 +00:00 [INF] Request finished HTTP/1.0 GET http:/// - 307 0 null 0.301ms 2025-01-09 15:52:57.443 +00:00 [DBG] Connection id "0HN8VETJHTJF2" disconnecting. 2025-01-09 15:52:57.444 +00:00 [DBG] Connection id "0HN8VETJHTJF2" stopped. 2025-01-09 15:52:57.444 +00:00 [DBG] Connection id "0HN8VETJHTJF2" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-01-09 20:00:16.340 +00:00 [DBG] Connection id "0HN8VETJHTJF3" accepted. 2025-01-09 20:00:16.340 +00:00 [DBG] Connection id "0HN8VETJHTJF3" started. 2025-01-09 20:00:16.341 +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) 2025-01-09 20:00:16.342 +00:00 [DBG] Connection id "0HN8VETJHTJF3" stopped. 2025-01-09 20:00:16.342 +00:00 [DBG] Connection id "0HN8VETJHTJF3" sending FIN because: "The Socket transport's send loop completed gracefully."