Spring boot version - 2.4.5, the first request takes a lot of time. Here is the link to the sample project I created. https://github.com/mishraomp/test-webclient please use the docker mode to run the app. After cloning run the below commands. docker build -t test-webclient . docker run --cpus=".15" -p8002:8002 test-webclient
The above will start the app with 150 milli core cpu.
log sample pasted below
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.4.5)
2021-04-27 05:48:11.952 INFO 1 --- [ main] c.e.t.w.TestWebclientApplication : Starting TestWebclientApplication using Java 11.0.11 on 5ec83911259b with PID 1 (/app started by API in /)
2021-04-27 05:48:11.954 INFO 1 --- [ main] c.e.t.w.TestWebclientApplication : No active profile set, falling back to default profiles: default
2021-04-27 05:48:19.056 WARN 1 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2021-04-27 05:48:19.066 INFO 1 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2021-04-27 05:48:19.066 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6815 ms
2021-04-27 05:48:22.950 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-27 05:48:23.955 INFO 1 --- [ main] io.undertow : starting server: Undertow - 2.2.7.Final
2021-04-27 05:48:24.050 INFO 1 --- [ main] org.xnio : XNIO version 3.8.0.Final
2021-04-27 05:48:24.056 INFO 1 --- [ main] org.xnio.nio : XNIO NIO Implementation Version 3.8.0.Final
2021-04-27 05:48:24.652 INFO 1 --- [ main] org.jboss.threads : JBoss Threads version 3.1.0.Final
2021-04-27 05:48:24.952 INFO 1 --- [ main] o.s.b.w.e.undertow.UndertowWebServer : Undertow started on port(s) 8002 (http)
2021-04-27 05:48:25.052 INFO 1 --- [ main] c.e.t.w.TestWebclientApplication : Started TestWebclientApplication in 15.895 seconds (JVM running for 19.271)
2021-04-27 05:49:05.654 INFO 1 --- [ XNIO-1 task-1] io.undertow.servlet : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-27 05:49:05.655 INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2021-04-27 05:49:05.656 INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2021-04-27 05:49:05.753 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : getting data...
2021-04-27 05:49:11.455 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : got response
2021-04-27 05:49:13.838 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : getting data...
2021-04-27 05:49:13.879 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : got response
As you can see the first one took around 6 seconds, while the 2nd one was around 41 ms
Comment From: wilkinsona
Thanks for the report and the sample application. If you run with -Dlogging.level.root=debug
you can see that much of the time is spent in Netty and Reactor Netty initialization:
First request
2021-04-27 09:13:55.590 DEBUG 1 --- [ XNIO-1 task-1] io.undertow.request.security : Attempting to authenticate /test, authentication required: false
2021-04-27 09:13:55.590 DEBUG 1 --- [ XNIO-1 task-1] io.undertow.request.security : Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@33c24edd for /test
2021-04-27 09:13:55.591 DEBUG 1 --- [ XNIO-1 task-1] io.undertow.request.security : Authentication result was ATTEMPTED for /test
2021-04-27 09:13:55.591 DEBUG 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : GET "/test", parameters={}
2021-04-27 09:13:55.591 DEBUG 1 --- [ XNIO-1 task-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to com.example.test.webclient.TestController#test()
2021-04-27 09:13:55.592 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : getting data...
2021-04-27 09:13:55.921 DEBUG 1 --- [ XNIO-1 task-1] o.s.w.r.f.client.ExchangeFunctions : [733aa2b1] HTTP GET https://google.ca
2021-04-27 09:13:57.114 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5ec3b7a6437fa4e0, Subject:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Issuer:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Key type:RSA, Length:4096, Cert Id:-592111236, Valid from:5/5/11, 9:37 AM, Valid until:12/31/30, 9:37 AM
2021-04-27 09:13:57.116 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5d938d306736c8061d1ac754846907, Subject:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Issuer:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Key type:RSA, Length:4096, Cert Id:1555523573, Valid from:10/29/08, 3:59 PM, Valid until:1/1/30, 12:00 AM
2021-04-27 09:13:57.117 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 11:22 AM, Valid until:9/22/30, 11:22 AM
2021-04-27 09:13:57.118 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 2:06 PM, Valid until:12/31/30, 2:06 PM
2021-04-27 09:13:57.119 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 2:08 PM, Valid until:12/31/30, 2:08 PM
2021-04-27 09:13:57.210 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:-2130283955, Valid from:1/29/10, 2:10 PM, Valid until:12/31/40, 2:10 PM
2021-04-27 09:13:57.212 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:-2080363786, Valid from:1/29/10, 2:20 PM, Valid until:12/31/40, 2:20 PM
2021-04-27 09:13:57.213 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:-1472444962, Valid from:5/26/15, 12:00 AM, Valid until:1/17/38, 12:00 AM
2021-04-27 09:13:57.215 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:-1766132388, Valid from:5/26/15, 12:00 AM, Valid until:5/26/40, 12:00 AM
2021-04-27 09:13:57.216 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:-1562287523, Valid from:5/26/15, 12:00 AM, Valid until:5/26/40, 12:00 AM
2021-04-27 09:13:57.310 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:-1654272513, Valid from:5/26/15, 12:00 AM, Valid until:5/26/40, 12:00 AM
2021-04-27 09:13:57.311 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:-28528624, Valid from:7/7/11, 2:58 PM, Valid until:12/31/30, 11:59 PM
2021-04-27 09:13:57.313 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 8:38 AM, Valid until:12/31/30, 8:38 AM
2021-04-27 09:13:57.313 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 6:46 PM, Valid until:5/12/25, 11:59 PM
2021-04-27 09:13:57.314 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 8:38 AM, Valid until:10/26/40, 8:38 AM
2021-04-27 09:13:57.316 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 8:28 AM, Valid until:10/26/40, 8:28 AM
2021-04-27 09:13:57.317 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 9:15 AM, Valid until:7/19/42, 9:15 AM
2021-04-27 09:13:57.318 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:184accd6, Subject:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Issuer:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Key type:RSA, Length:4096, Cert Id:551407782, Valid from:8/8/12, 3:07 AM, Valid until:12/31/29, 3:07 AM
2021-04-27 09:13:57.411 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:12/1/06, 12:00 AM, Valid until:12/31/29, 11:59 PM
2021-04-27 09:13:57.412 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/6/08, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:57.413 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/19/10, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:57.415 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:-788091456, Valid from:6/29/07, 3:13 PM, Valid until:6/29/27, 3:13 PM
2021-04-27 09:13:57.510 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 8:32 AM, Valid until:10/1/33, 8:32 AM
2021-04-27 09:13:57.511 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 12:07 PM, Valid until:12/31/29, 12:07 PM
2021-04-27 09:13:57.512 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 8:39 AM, Valid until:10/6/46, 8:39 AM
2021-04-27 09:13:57.513 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:-28263924, Valid from:8/1/08, 12:29 PM, Valid until:7/31/38, 12:29 PM
2021-04-27 09:13:57.514 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:-1197580894, Valid from:1/1/04, 12:00 AM, Valid until:12/31/28, 11:59 PM
2021-04-27 09:13:57.515 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:400000000010f85aa2d48, Subject:CN=Cybertrust Global Root, O="Cybertrust, Inc", Issuer:CN=Cybertrust Global Root, O="Cybertrust, Inc", Key type:RSA, Length:2048, Cert Id:2057719675, Valid from:12/15/06, 8:00 AM, Valid until:12/15/21, 8:00 AM
2021-04-27 09:13:57.515 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 8:35 AM, Valid until:11/5/29, 8:35 AM
2021-04-27 09:13:57.516 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 8:50 AM, Valid until:11/5/29, 8:50 AM
2021-04-27 09:13:57.517 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:44afb080d6a327ba893039862ef8406b, Subject:CN=DST Root CA X3, O=Digital Signature Trust Co., Issuer:CN=DST Root CA X3, O=Digital Signature Trust Co., Key type:RSA, Length:2048, Cert Id:1007302312, Valid from:9/30/00, 9:12 PM, Valid until:9/30/21, 2:01 PM
2021-04-27 09:13:57.611 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-860404528, Valid from:11/10/06, 12:00 AM, Valid until:11/10/31, 12:00 AM
2021-04-27 09:13:57.612 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-385398383, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
2021-04-27 09:13:57.613 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-645537245, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
2021-04-27 09:13:57.613 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/10/06, 12:00 AM, Valid until:11/10/31, 12:00 AM
2021-04-27 09:13:57.614 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
2021-04-27 09:13:57.615 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-795968543, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
2021-04-27 09:13:57.616 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1410680354, Valid from:11/10/06, 12:00 AM, Valid until:11/10/31, 12:00 AM
2021-04-27 09:13:57.616 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 12:00 PM, Valid until:1/15/38, 12:00 PM
2021-04-27 09:13:57.617 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:6a683e9c519bcb53, Subject:CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR, Issuer:CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR, Key type:RSA, Length:4096, Cert Id:-673382379, Valid from:3/5/13, 12:09 PM, Valid until:3/3/23, 12:09 PM
2021-04-27 09:13:57.618 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:-11d4c2142bde21eb579d53fb0c223bff, Subject:CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES, Issuer:CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES, Key type:RSA, Length:2048, Cert Id:1077306647, Valid from:1/7/03, 11:00 PM, Valid until:1/7/31, 10:59 PM
2021-04-27 09:13:57.710 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5480f9a073ed3f004cca89d8e371e64a, Subject:EMAILADDRESS=pki@sk.ee, CN=EE Certification Centre Root CA, O=AS Sertifitseerimiskeskus, C=EE, Issuer:EMAILADDRESS=pki@sk.ee, CN=EE Certification Centre Root CA, O=AS Sertifitseerimiskeskus, C=EE, Key type:RSA, Length:2048, Cert Id:1016946801, Valid from:10/30/10, 10:10 AM, Valid until:12/17/30, 11:59 PM
2021-04-27 09:13:57.711 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:-328536082, Valid from:12/24/99, 5:50 PM, Valid until:7/24/29, 2:15 PM
2021-04-27 09:13:57.713 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1261404096, Valid from:11/27/06, 8:23 PM, Valid until:11/27/26, 8:53 PM
2021-04-27 09:13:57.714 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 3:25 PM, Valid until:12/18/37, 3:55 PM
2021-04-27 09:13:57.716 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 5:25 PM, Valid until:12/7/30, 5:55 PM
2021-04-27 09:13:57.717 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 11:11 AM, Valid until:12/27/37, 11:41 AM
2021-04-27 09:13:57.810 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/26/14, 5:13 AM, Valid until:12/31/40, 3:59 PM
2021-04-27 09:13:57.811 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6e47a9c54b470c0dec33d089b91cf4e1, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:-1684052905, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
2021-04-27 09:13:57.813 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6e47a9c65ab3e720c5309a3f6852f26f, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:-1151551794, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
2021-04-27 09:13:57.814 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:6e47a9c76ca9732440890f0355dd8d1d, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:-1415630551, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
2021-04-27 09:13:57.815 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:6e47a9c88b94b6e8bb3b2ad8a2b2c199, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:-1824562466, Valid from:6/22/16, 12:00 AM, Valid until:6/22/36, 12:00 AM
2021-04-27 09:13:57.816 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:23456, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-2028617374, Valid from:5/21/02, 4:00 AM, Valid until:5/21/22, 4:00 AM
2021-04-27 09:13:57.816 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-965345157, Valid from:11/27/06, 12:00 AM, Valid until:7/16/36, 11:59 PM
2021-04-27 09:13:57.818 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:-1114303822, Valid from:11/5/07, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:57.819 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-1330153758, Valid from:4/2/08, 12:00 AM, Valid until:12/1/37, 11:59 PM
2021-04-27 09:13:57.819 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/4/04, 5:00 AM, Valid until:3/4/29, 5:00 AM
2021-04-27 09:13:57.910 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA 2, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA 2, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:-1956088749, Valid from:3/4/04, 5:00 AM, Valid until:3/4/29, 5:00 AM
2021-04-27 09:13:57.911 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:-1923273545, Valid from:11/13/12, 12:00 AM, Valid until:1/19/38, 3:14 AM
2021-04-27 09:13:57.912 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/13/12, 12:00 AM, Valid until:1/19/38, 3:14 AM
2021-04-27 09:13:57.912 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 12:00 PM, Valid until:1/28/28, 12:00 PM
2021-04-27 09:13:57.913 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:400000000010f8626e60d, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Key type:RSA, Length:2048, Cert Id:7087067, Valid from:12/15/06, 8:00 AM, Valid until:12/15/21, 8:00 AM
2021-04-27 09:13:57.914 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 10:00 AM, Valid until:3/18/29, 10:00 AM
2021-04-27 09:13:57.915 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:-506627753, Valid from:12/10/14, 12:00 AM, Valid until:12/10/34, 12:00 AM
2021-04-27 09:13:57.916 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 12:31 PM, Valid until:7/31/38, 12:31 PM
2021-04-27 09:13:57.916 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-271444299, Valid from:6/29/04, 5:06 PM, Valid until:6/29/34, 5:06 PM
2021-04-27 09:13:57.917 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:9/1/09, 12:00 AM, Valid until:12/31/37, 11:59 PM
2021-04-27 09:13:57.917 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 10:37 AM, Valid until:6/30/40, 10:37 AM
2021-04-27 09:13:58.011 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR, Key type:RSA, Length:2048, Cert Id:-1841489473, Valid from:12/6/11, 1:49 PM, Valid until:12/1/31, 1:49 PM
2021-04-27 09:13:58.012 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:-802976731, Valid from:7/7/15, 10:11 AM, Valid until:6/30/40, 10:11 AM
2021-04-27 09:13:58.013 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3e8, Subject:CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK, Issuer:CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK, Key type:RSA, Length:2048, Cert Id:-1426826250, Valid from:5/15/03, 5:13 AM, Valid until:5/15/23, 4:52 AM
2021-04-27 09:13:58.014 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:-901951080, Valid from:6/3/17, 2:29 AM, Valid until:6/3/42, 2:29 AM
2021-04-27 09:13:58.014 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 11:04 AM, Valid until:6/4/35, 11:04 AM
2021-04-27 09:13:58.015 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 6:12 PM, Valid until:1/16/34, 6:12 PM
2021-04-27 09:13:58.016 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 5:53 PM, Valid until:1/16/34, 5:53 PM
2021-04-27 09:13:58.017 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:-1845580984, Valid from:12/13/07, 1:08 PM, Valid until:12/13/37, 8:27 AM
2021-04-27 09:13:58.110 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:-1239330694, Valid from:3/5/15, 1:21 PM, Valid until:3/5/35, 1:21 PM
2021-04-27 09:13:58.111 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:-1903950012, Valid from:6/16/09, 11:30 AM, Valid until:12/30/29, 11:30 AM
2021-04-27 09:13:58.112 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 3:08 PM, Valid until:12/6/28, 3:08 PM
2021-04-27 09:13:58.113 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:57cb336fc25c16e6471617e3903168e0, Subject:CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US, Issuer:CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US, Key type:RSA, Length:2048, Cert Id:1751576863, Valid from:12/1/06, 12:00 AM, Valid until:12/31/29, 11:59 PM
2021-04-27 09:13:58.114 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:413d72c7f46b1f81437df1d22854df9a, Subject:CN=OISTE WISeKey Global Root GA CA, OU=OISTE Foundation Endorsed, OU=Copyright (c) 2005, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GA CA, OU=OISTE Foundation Endorsed, OU=Copyright (c) 2005, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-1985989675, Valid from:12/11/05, 4:03 PM, Valid until:12/11/37, 4:09 PM
2021-04-27 09:13:58.115 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-613481516, Valid from:12/1/14, 3:00 PM, Valid until:12/1/39, 3:10 PM
2021-04-27 09:13:58.210 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:-1513165457, Valid from:5/9/17, 9:48 AM, Valid until:5/9/42, 9:58 AM
2021-04-27 09:13:58.211 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3ab6508b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:-1882405602, Valid from:3/19/01, 6:33 PM, Valid until:3/17/21, 6:33 PM
2021-04-27 09:13:58.212 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-762436034, Valid from:1/12/12, 5:27 PM, Valid until:1/12/42, 5:27 PM
2021-04-27 09:13:58.212 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 6:27 PM, Valid until:11/24/31, 6:23 PM
2021-04-27 09:13:58.213 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 6:59 PM, Valid until:1/12/42, 6:59 PM
2021-04-27 09:13:58.214 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 7:11 PM, Valid until:11/24/31, 7:06 PM
2021-04-27 09:13:58.214 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-705622991, Valid from:1/12/12, 8:26 PM, Valid until:1/12/42, 8:26 PM
2021-04-27 09:13:58.215 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 6:15 PM, Valid until:2/12/41, 6:15 PM
2021-04-27 09:13:58.216 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 6:14 PM, Valid until:5/30/42, 6:14 PM
2021-04-27 09:13:58.217 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:-1368293613, Valid from:2/12/16, 6:14 PM, Valid until:2/12/41, 6:14 PM
2021-04-27 09:13:58.218 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 5:39 PM, Valid until:2/12/41, 5:39 PM
2021-04-27 09:13:58.310 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 7:43 AM, Valid until:10/19/35, 7:43 AM
2021-04-27 09:13:58.310 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/8/09, 4:56 AM, Valid until:4/8/29, 4:56 AM
2021-04-27 09:13:58.311 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 7:31 PM, Valid until:12/31/29, 7:40 PM
2021-04-27 09:13:58.312 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1476772975, Valid from:11/7/06, 7:42 PM, Valid until:12/31/29, 7:52 PM
2021-04-27 09:13:58.312 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/29/09, 5:00 AM, Valid until:5/29/29, 5:00 AM
2021-04-27 09:13:58.313 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP, Issuer:OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP, Key type:RSA, Length:2048, Cert Id:1802358121, Valid from:9/30/03, 4:20 AM, Valid until:9/30/23, 4:20 AM
2021-04-27 09:13:58.314 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1d, Subject:CN=Sonera Class2 CA, O=Sonera, C=FI, Issuer:CN=Sonera Class2 CA, O=Sonera, C=FI, Key type:RSA, Length:2048, Cert Id:-572101437, Valid from:4/6/01, 7:29 AM, Valid until:4/6/21, 7:29 AM
2021-04-27 09:13:58.314 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:98968d, Subject:CN=Staat der Nederlanden EV Root CA, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden EV Root CA, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:1444801426, Valid from:12/8/10, 11:19 AM, Valid until:12/8/22, 11:10 AM
2021-04-27 09:13:58.315 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:98968c, Subject:CN=Staat der Nederlanden Root CA - G2, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden Root CA - G2, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:-812508059, Valid from:3/26/08, 11:18 AM, Valid until:3/25/20, 11:03 AM
2021-04-27 09:13:58.315 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:98a239, Subject:CN=Staat der Nederlanden Root CA - G3, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden Root CA - G3, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:-1733470677, Valid from:11/14/13, 11:28 AM, Valid until:11/13/28, 11:00 PM
2021-04-27 09:13:58.316 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 5:39 PM, Valid until:6/29/34, 5:39 PM
2021-04-27 09:13:58.317 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:-1026641587, Valid from:9/1/09, 12:00 AM, Valid until:12/31/37, 11:59 PM
2021-04-27 09:13:58.410 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:9/1/09, 12:00 AM, Valid until:12/31/37, 11:59 PM
2021-04-27 09:13:58.411 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 8:30 AM, Valid until:10/25/36, 8:30 AM
2021-04-27 09:13:58.411 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 8:32 AM, Valid until:10/25/36, 8:32 AM
2021-04-27 09:13:58.412 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:-1238464039, Valid from:10/1/08, 10:40 AM, Valid until:10/1/33, 11:59 PM
2021-04-27 09:13:58.412 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 10:29 AM, Valid until:10/1/33, 11:59 PM
2021-04-27 09:13:58.413 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 8:25 AM, Valid until:10/25/43, 8:25 AM
2021-04-27 09:13:58.414 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/27/12, 6:28 AM, Valid until:12/31/30, 3:59 PM
2021-04-27 09:13:58.414 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:-1642094263, Valid from:8/28/08, 7:24 AM, Valid until:12/31/30, 3:59 PM
2021-04-27 09:13:58.415 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1f9d595ad72fc20644a5800869e35ef6, Subject:O=Government Root Certification Authority, C=TW, Issuer:O=Government Root Certification Authority, C=TW, Key type:RSA, Length:4096, Cert Id:-1181289790, Valid from:12/5/02, 1:23 PM, Valid until:12/5/32, 1:23 PM
2021-04-27 09:13:58.416 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 12:00 PM, Valid until:10/18/32, 12:00 PM
2021-04-27 09:13:58.416 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:84822c5f1c62d040, Subject:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1382581529, Valid from:2/4/16, 12:32 PM, Valid until:12/31/29, 5:28 PM
2021-04-27 09:13:58.509 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:da9bec71f303b019, Subject:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1332877130, Valid from:2/4/16, 12:32 PM, Valid until:12/31/29, 5:23 PM
2021-04-27 09:13:58.510 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:25a1dfca33cb5902, Subject:CN=TrustCor RootCert CA-2, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-2, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:4096, Cert Id:1646661199, Valid from:2/4/16, 12:32 PM, Valid until:12/31/34, 5:26 PM
2021-04-27 09:13:58.511 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1b1fadb620f924d3366bf7c7f18ca059, Subject:OU=Trustis FPS Root CA, O=Trustis Limited, C=GB, Issuer:OU=Trustis FPS Root CA, O=Trustis Limited, C=GB, Key type:RSA, Length:2048, Cert Id:-878780292, Valid from:12/23/03, 12:14 PM, Valid until:1/21/24, 11:36 AM
2021-04-27 09:13:58.512 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/13/15, 12:00 AM, Valid until:12/31/38, 12:00 AM
2021-04-27 09:13:58.513 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/11/16, 12:00 AM, Valid until:12/31/40, 12:00 AM
2021-04-27 09:13:58.513 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:-965679910, Valid from:2/1/10, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:58.514 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:-347365895, Valid from:2/1/10, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:58.515 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:-131493977, Valid from:11/5/07, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:58.516 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/8/06, 12:00 AM, Valid until:7/16/36, 11:59 PM
2021-04-27 09:13:58.517 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1976681486, Valid from:4/2/08, 12:00 AM, Valid until:12/1/37, 11:59 PM
2021-04-27 09:13:58.517 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:10/1/99, 12:00 AM, Valid until:7/16/36, 11:59 PM
2021-04-27 09:13:58.518 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:-952474086, Valid from:11/1/04, 5:14 PM, Valid until:1/1/35, 5:37 AM
2021-04-27 09:13:58.519 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:-289960676, Valid from:7/4/06, 5:20 PM, Valid until:7/4/31, 5:20 PM
2021-04-27 09:13:58.610 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:-662636137, Valid from:12/20/04, 2:31 AM, Valid until:12/20/34, 2:31 AM
2021-04-27 09:13:58.611 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:-948456756, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
2021-04-27 09:13:58.612 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
2021-04-27 09:13:58.612 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:-1268863356, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
2021-04-27 09:13:58.613 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 6:30 PM, Valid until:2/18/43, 6:30 PM
2021-04-27 09:13:58.614 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/17/06, 12:00 AM, Valid until:7/16/36, 11:59 PM
2021-04-27 09:13:58.614 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/5/07, 12:00 AM, Valid until:1/18/38, 11:59 PM
2021-04-27 09:13:58.615 DEBUG 1 --- [ XNIO-1 task-1] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/2/08, 12:00 AM, Valid until:12/1/37, 11:59 PM
2021-04-27 09:13:58.821 DEBUG 1 --- [ XNIO-1 task-1] io.netty.handler.ssl.JdkSslContext : Default protocols (JDK): [TLSv1.3, TLSv1.2]
2021-04-27 09:13:58.821 DEBUG 1 --- [ XNIO-1 task-1] io.netty.handler.ssl.JdkSslContext : Default cipher suites (JDK): [TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384]
2021-04-27 09:13:58.922 DEBUG 1 --- [ XNIO-1 task-1] r.n.resources.PooledConnectionProvider : Creating a new [http] client pool [PoolFactory{evictionInterval=PT0S, leasingStrategy=fifo, maxConnections=500, maxIdleTime=-1, maxLifeTime=-1, metricsEnabled=false, pendingAcquireMaxCount=1000, pendingAcquireTimeout=45000}] for [google.ca:443]
2021-04-27 09:13:59.124 DEBUG 1 --- [ XNIO-1 task-1] io.netty.channel.DefaultChannelId : -Dio.netty.processId: 1 (auto-detected)
2021-04-27 09:13:59.211 DEBUG 1 --- [ XNIO-1 task-1] io.netty.channel.DefaultChannelId : -Dio.netty.machineId: 02:42:ac:ff:fe:11:00:05 (auto-detected)
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numHeapArenas: 2
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numDirectArenas: 2
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.pageSize: 8192
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxOrder: 11
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.chunkSize: 16777216
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.smallCacheSize: 256
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.normalCacheSize: 64
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2021-04-27 09:14:00.417 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimInterval: 8192
2021-04-27 09:14:00.418 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimIntervalMillis: 0
2021-04-27 09:14:00.418 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.useCacheForAllThreads: true
2021-04-27 09:14:00.418 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
2021-04-27 09:14:00.510 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.ByteBufUtil : -Dio.netty.allocator.type: pooled
2021-04-27 09:14:00.510 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.ByteBufUtil : -Dio.netty.threadLocalDirectBufferSize: 0
2021-04-27 09:14:00.510 DEBUG 1 --- [ XNIO-1 task-1] io.netty.buffer.ByteBufUtil : -Dio.netty.maxThreadLocalCharBufferSize: 16384
2021-04-27 09:14:00.616 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a11f415c] Created a new pooled channel, now: 0 active connections, 0 inactive connections and 0 pending acquire requests.
2021-04-27 09:14:00.911 DEBUG 1 --- [or-http-epoll-2] reactor.netty.tcp.SslProvider : [id:a11f415c] SSL enabled using engine SSLEngineImpl and SNI google.ca:443
2021-04-27 09:14:00.924 DEBUG 1 --- [or-http-epoll-2] io.netty.buffer.AbstractByteBuf : -Dio.netty.buffer.checkAccessible: true
2021-04-27 09:14:00.924 DEBUG 1 --- [or-http-epoll-2] io.netty.buffer.AbstractByteBuf : -Dio.netty.buffer.checkBounds: true
2021-04-27 09:14:00.925 DEBUG 1 --- [or-http-epoll-2] i.n.util.ResourceLeakDetectorFactory : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@28f0ae3b
2021-04-27 09:14:01.014 DEBUG 1 --- [or-http-epoll-2] reactor.netty.transport.TransportConfig : [id:a11f415c] Initialized pipeline DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.sslReader = reactor.netty.tcp.SslProvider$SslReadHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}
2021-04-27 09:14:01.215 DEBUG 1 --- [or-http-epoll-1] i.n.util.ResourceLeakDetectorFactory : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@353bfe9b
2021-04-27 09:14:01.217 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsQueryContext : [id: 0xf24c527b] WRITE: UDP, [53066: /192.168.65.5:53], DefaultDnsQuestion(google.ca. IN A)
2021-04-27 09:14:01.222 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.maxCapacityPerThread: 4096
2021-04-27 09:14:01.222 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.maxSharedCapacityFactor: 2
2021-04-27 09:14:01.223 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.linkCapacity: 16
2021-04-27 09:14:01.223 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.ratio: 8
2021-04-27 09:14:01.223 DEBUG 1 --- [or-http-epoll-1] io.netty.util.Recycler : -Dio.netty.recycler.delayedQueue.ratio: 8
2021-04-27 09:14:01.523 DEBUG 1 --- [or-http-epoll-1] io.netty.resolver.dns.DnsNameResolver : [id: 0xf24c527b] RECEIVED: UDP [53066: /192.168.65.5:53], DatagramDnsResponse(from: /192.168.65.5:53, 53066, QUERY(0), NoError(0), RD RA)
DefaultDnsQuestion(google.ca. IN A)
DefaultDnsRawRecord(google.ca. 377 IN A 4B)
2021-04-27 09:14:01.527 DEBUG 1 --- [or-http-epoll-2] r.netty.transport.TransportConnector : [id:a11f415c] Connecting to [google.ca/142.250.187.163:443].
2021-04-27 09:14:01.618 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Registering pool release on close event for channel
2021-04-27 09:14:01.619 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Channel connected, now: 1 active connections, 0 inactive connections and 0 pending acquire requests.
2021-04-27 09:14:02.822 DEBUG 1 --- [or-http-epoll-2] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ab1b965261119d4050000000087a8d1, Subject:CN=*.google.ca, O=Google LLC, L=Mountain View, ST=California, C=US, Issuer:CN=GTS CA 1O1, O=Google Trust Services, C=US, Key type:EC, Length:256, Cert Id:-153077045, Valid from:3/23/21, 8:27 AM, Valid until:6/15/21, 8:27 AM
2021-04-27 09:14:02.824 DEBUG 1 --- [or-http-epoll-2] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1e3b49aa18d8aa981256950b8, Subject:CN=GTS CA 1O1, O=Google Trust Services, C=US, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Key type:RSA, Length:2048, Cert Id:1544128074, Valid from:6/15/17, 12:00 AM, Valid until:12/15/21, 12:00 AM
2021-04-27 09:14:03.216 DEBUG 1 --- [or-http-epoll-2] jdk.event.security : ValidationChain: 7087067, 1544128074, -153077045
2021-04-27 09:14:03.317 DEBUG 1 --- [or-http-epoll-2] jdk.event.security : TLSHandshake: google.ca:443, TLSv1.3, TLS_AES_128_GCM_SHA256, -153077045
2021-04-27 09:14:03.317 DEBUG 1 --- [or-http-epoll-2] io.netty.handler.ssl.SslHandler : [id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
2021-04-27 09:14:03.318 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}, [connected])
2021-04-27 09:14:03.416 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [configured])
2021-04-27 09:14:03.417 DEBUG 1 --- [or-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Handler is being applied: {uri=https://google.ca/, method=GET}
2021-04-27 09:14:03.419 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [request_prepared])
2021-04-27 09:14:03.519 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [request_sent])
2021-04-27 09:14:03.617 DEBUG 1 --- [or-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Received response (auto-read:false) : [Location=https://www.google.ca/, Content-Type=text/html; charset=UTF-8, Date=Tue, 27 Apr 2021 09:14:03 GMT, Expires=Tue, 27 Apr 2021 09:14:03 GMT, Cache-Control=private, max-age=2592000, Server=gws, X-XSS-Protection=0, X-Frame-Options=SAMEORIGIN, Set-Cookie=CONSENT=PENDING+704; expires=Fri, 01-Jan-2038 00:00:00 GMT; path=/; domain=.google.ca, P3P=CP="This is not a P3P policy! See g.co/p3phelp for more info.", Alt-Svc=h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43", content-length=219]
2021-04-27 09:14:03.617 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [response_received])
2021-04-27 09:14:03.621 DEBUG 1 --- [or-http-epoll-2] o.s.w.r.f.client.ExchangeFunctions : [733aa2b1] [a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Response 301 MOVED_PERMANENTLY
2021-04-27 09:14:03.812 DEBUG 1 --- [or-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver
2021-04-27 09:14:03.817 DEBUG 1 --- [or-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Received last HTTP packet
2021-04-27 09:14:03.819 DEBUG 1 --- [or-http-epoll-2] o.s.core.codec.StringDecoder : [733aa2b1] [a11f415c-1, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Decoded "<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TI (truncated)...
2021-04-27 09:14:03.819 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [response_completed])
2021-04-27 09:14:03.820 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : got response
2021-04-27 09:14:03.820 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [disconnecting])
2021-04-27 09:14:03.821 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Releasing channel
2021-04-27 09:14:03.911 DEBUG 1 --- [ XNIO-1 task-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json]
2021-04-27 09:14:03.911 DEBUG 1 --- [ XNIO-1 task-1] m.m.a.RequestResponseBodyMethodProcessor : Writing ["<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TI (truncated)...]
2021-04-27 09:14:03.914 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests.
2021-04-27 09:14:03.915 DEBUG 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
Second request
2021-04-27 09:15:00.579 DEBUG 1 --- [ XNIO-1 task-1] io.undertow.request.security : Attempting to authenticate /test, authentication required: false
2021-04-27 09:15:00.579 DEBUG 1 --- [ XNIO-1 task-1] io.undertow.request.security : Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@33c24edd for /test
2021-04-27 09:15:00.580 DEBUG 1 --- [ XNIO-1 task-1] io.undertow.request.security : Authentication result was ATTEMPTED for /test
2021-04-27 09:15:00.580 DEBUG 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : GET "/test", parameters={}
2021-04-27 09:15:00.580 DEBUG 1 --- [ XNIO-1 task-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to com.example.test.webclient.TestController#test()
2021-04-27 09:15:00.580 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : getting data...
2021-04-27 09:15:00.581 DEBUG 1 --- [ XNIO-1 task-1] o.s.w.r.f.client.ExchangeFunctions : [6a70b8c3] HTTP GET https://google.ca
2021-04-27 09:15:00.582 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests.
2021-04-27 09:15:00.583 DEBUG 1 --- [or-http-epoll-2] r.netty.http.client.HttpClientConnect : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Handler is being applied: {uri=https://google.ca/, method=GET}
2021-04-27 09:15:00.583 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [request_prepared])
2021-04-27 09:15:00.584 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [request_sent])
2021-04-27 09:15:00.679 DEBUG 1 --- [or-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Received response (auto-read:false) : [Location=https://www.google.ca/, Content-Type=text/html; charset=UTF-8, Date=Tue, 27 Apr 2021 09:15:00 GMT, Expires=Tue, 27 Apr 2021 09:15:00 GMT, Cache-Control=private, max-age=2592000, Server=gws, X-XSS-Protection=0, X-Frame-Options=SAMEORIGIN, Set-Cookie=CONSENT=PENDING+726; expires=Fri, 01-Jan-2038 00:00:00 GMT; path=/; domain=.google.ca, P3P=CP="This is not a P3P policy! See g.co/p3phelp for more info.", Alt-Svc=h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43", content-length=219]
2021-04-27 09:15:00.680 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [response_received])
2021-04-27 09:15:00.680 DEBUG 1 --- [or-http-epoll-2] o.s.w.r.f.client.ExchangeFunctions : [6a70b8c3] [a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Response 301 MOVED_PERMANENTLY
2021-04-27 09:15:00.680 DEBUG 1 --- [or-http-epoll-2] reactor.netty.channel.FluxReceive : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver
2021-04-27 09:15:00.681 DEBUG 1 --- [or-http-epoll-2] r.n.http.client.HttpClientOperations : [id:a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Received last HTTP packet
2021-04-27 09:15:00.681 DEBUG 1 --- [or-http-epoll-2] o.s.core.codec.StringDecoder : [6a70b8c3] [a11f415c-2, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Decoded "<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TI (truncated)...
2021-04-27 09:15:00.681 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [response_completed])
2021-04-27 09:15:00.681 INFO 1 --- [ XNIO-1 task-1] c.example.test.webclient.TestController : got response
2021-04-27 09:15:00.681 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] onStateChange(GET{uri=/, connection=PooledConnection{channel=[id: 0xa11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443]}}, [disconnecting])
2021-04-27 09:15:00.681 DEBUG 1 --- [or-http-epoll-2] r.n.r.DefaultPooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Releasing channel
2021-04-27 09:15:00.681 DEBUG 1 --- [or-http-epoll-2] r.n.resources.PooledConnectionProvider : [id:a11f415c, L:/172.17.0.5:48688 - R:google.ca/142.250.187.163:443] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests.
2021-04-27 09:15:00.682 DEBUG 1 --- [ XNIO-1 task-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json]
2021-04-27 09:15:00.683 DEBUG 1 --- [ XNIO-1 task-1] m.m.a.RequestResponseBodyMethodProcessor : Writing ["<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TI (truncated)...]
2021-04-27 09:15:00.684 DEBUG 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
This is out of Spring Boot's control. If you would like to pursue this, I would recommend raising it with the Reactor Netty team. If you'd like some advice, you can find them on Gitter. Alternatively, if you believe you have found a bug, you could raise a new issue.