By: Tan Mientras user 24 Oct 2022 at 3:57 a.m. CDT

7 Responses
Tan Mientras gravatar
Although gluu radius server is enabled, its not listening on port 1812 This is **/opt/gluu/radius/logs/gluu-radius.log** output: ``` [INFO ] 2022-10-24 08:55:46.244 [main] ServerEntry - [INFO ] 2022-10-24 08:55:46.247 [main] ServerEntry - [INFO ] 2022-10-24 08:55:46.247 [main] ServerEntry - +---------------------------------------------------------+ [INFO ] 2022-10-24 08:55:46.247 [main] ServerEntry - + Gluu Radius Server + [INFO ] 2022-10-24 08:55:46.247 [main] ServerEntry - + Copyright (c) Gluu Inc. + [INFO ] 2022-10-24 08:55:46.248 [main] ServerEntry - +---------------------------------------------------------+ [INFO ] 2022-10-24 08:55:46.248 [main] ServerEntry - Starting application in server mode. Configuration file: /etc/gluu/conf/radius/gluu-radius.properties [INFO ] 2022-10-24 08:55:46.248 [main] ServerEntry - Initializing security components [INFO ] 2022-10-24 08:55:47.023 [main] SecurityProviderUtility - Provider 'BC' with version 1.7 is added [INFO ] 2022-10-24 08:55:47.024 [main] ServerEntry - Security components initialization successful [INFO ] 2022-10-24 08:55:47.024 [main] ServerEntry - Registering bootstrap configuration service [INFO ] 2022-10-24 08:55:47.124 [main] ServerEntry - Bootstrap configuration service registered [INFO ] 2022-10-24 08:55:47.124 [main] ServerEntry - Initializing persistence layer [INFO ] 2022-10-24 08:55:47.388 [main] Reflections - Reflections took 157 ms to scan 11 urls, producing 41 keys and 130 values [INFO ] 2022-10-24 08:55:47.429 [main] PersistanceFactoryService - Found '5' PersistenceEntryManagerFactory [INFO ] 2022-10-24 08:55:47.430 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.orm.couchbase.impl.CouchbaseEntryManagerFactory' [INFO ] 2022-10-24 08:55:47.545 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.persist.sql.impl.SqlEntryManagerFactory' [INFO ] 2022-10-24 08:55:47.546 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.orm.hybrid.impl.HybridEntryManagerFactory' [INFO ] 2022-10-24 08:55:47.546 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.persist.ldap.impl.LdapEntryManagerFactory' [INFO ] 2022-10-24 08:55:47.547 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.persist.cloud.spanner.impl.SpannerEntryManagerFactory' [INFO ] 2022-10-24 08:55:48.051 [main] LdapConnectionProvider - Attempting to create connection pool: 1 [INFO ] 2022-10-24 08:55:48.636 [main] LdapConnectionProvider - Attempting to create connection pool: 1 [INFO ] 2022-10-24 08:55:48.902 [main] LdapConnectionProvider - Attempting to create connection pool: 1 [INFO ] 2022-10-24 08:55:49.468 [main] LdapEntryManagerFactory - Created LdapEntryManager: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@8ed9cf [INFO ] 2022-10-24 08:55:49.469 [main] ServerEntry - Persistence layer initialization successful [INFO ] 2022-10-24 08:55:49.469 [main] ServerEntry - Registering clients service [INFO ] 2022-10-24 08:55:49.470 [main] ServerEntry - Clients service registration successful [INFO ] 2022-10-24 08:55:49.471 [main] ServerEntry - Registering server configuration service [INFO ] 2022-10-24 08:55:49.471 [main] ServerEntry - Server configuration service registration failed [INFO ] 2022-10-24 08:55:49.471 [main] ServerEntry - Registering OpenID configuration service [INFO ] 2022-10-24 08:55:50.517 [main] ServerEntry - OpenID configuration service registration successful [INFO ] 2022-10-24 08:55:50.517 [main] ServerEntry - Registering cryptographic service [INFO ] 2022-10-24 08:55:50.558 [main] CryptoService - Auth signing keyId: 5666b827-5df0-4e7e-a778-10d5555da153_sig_rs512 [INFO ] 2022-10-24 08:55:50.691 [main] ServerEntry - Cryptographic service registration successful [INFO ] 2022-10-24 08:55:50.691 [main] ServerEntry - Starting radius server [INFO ] 2022-10-24 08:55:50.726 [Radius Auth Listener] RadiusServer - starting RadiusAuthListener on port 1812 [INFO ] 2022-10-24 08:55:50.736 [Radius Acct Listener] RadiusServer - starting RadiusAcctListener on port 1813 [INFO ] 2022-10-24 08:55:55.728 [main] ServerEntry - Radius server started [INFO ] 2022-10-24 08:55:55.728 [main] ServerEntry - Registering server shutdown hook [INFO ] 2022-10-24 08:55:55.730 [main] ServerEntry - Server shutdown hook registered [INFO ] 2022-10-24 08:55:55.730 [main] ServerEntry - Server initialization complete ```

By Dzouato Djeumen Rolain Bonaventure staff 24 Oct 2022 at 4:35 a.m. CDT

Dzouato Djeumen Rolain Bonaventure gravatar
Can you please log into the gluu container and run the following command: `netstat -tulpn | grep LISTEN` Please share the results here.

By Tan Mientras user 24 Oct 2022 at 4:40 a.m. CDT

Tan Mientras gravatar
``` root@gluu:~# netstat -tulpn | grep LISTEN tcp 0 0 127.0.0.1:1636 0.0.0.0:* LISTEN 429/java tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:4444 0.0.0.0:* LISTEN 429/java tcp 0 0 127.0.0.1:8099 0.0.0.0:* LISTEN 888/java tcp 0 0 127.0.0.1:8086 0.0.0.0:* LISTEN 890/java tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 667/java tcp 0 0 127.0.0.1:8082 0.0.0.0:* LISTEN 893/java tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 4003125/apache2 tcp 0 0 127.0.0.1:60022 0.0.0.0:* LISTEN 161/sshd: /usr/sbin tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 158/java tcp 0 0 0.0.0.0:8444 0.0.0.0:* LISTEN 158/java tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4003125/apache2 ```

By Dzouato Djeumen Rolain Bonaventure staff 25 Oct 2022 at 3:02 a.m. CDT

Dzouato Djeumen Rolain Bonaventure gravatar
In deed radius isn't running. Can you run `service gluu-radius status` and provide us with the output ?

By Tan Mientras user 25 Oct 2022 at 3:13 a.m. CDT

Tan Mientras gravatar
it's running! ``` root@gluu:~# systemctl status gluu-radius ● gluu-radius.service - Gluu Radius service Loaded: loaded (/etc/systemd/system/gluu-radius.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/gluu-radius.service.d └─override.conf Active: active (running) since Mon 2022-10-24 10:55:43 CEST; 23h ago Process: 4057179 ExecStart=/etc/init.d/gluu-radius start (code=exited, status=0/SUCCESS) Main PID: 4057189 (java) Tasks: 32 (limit: 9456) Memory: 265.3M CPU: 3min 2.975s CGroup: /system.slice/gluu-radius.service └─4057189 /opt/jre/bin/java -Dlog4j.configurationFile=file:/etc/gluu/conf/radius/gluu-radius-logging.xml -Dgluu.base=/etc/gluu -cp super-gluu-radius-server.jar org.gluu.radius.ServerEntry -server -config_file /etc/gluu/conf/radius/gluu-radius.properties ```

By Dzouato Djeumen Rolain Bonaventure staff 25 Oct 2022 at 3:25 a.m. CDT

Dzouato Djeumen Rolain Bonaventure gravatar
Please go to `/etc/conf/gluu/radius/gluu-radius-logging.xml` and modify the value of ` <Root level="INFO">` to ` <Root level="DEBUG">` . Restart the server and provide us with the logs.

By Tan Mientras user 25 Oct 2022 at 3:52 a.m. CDT

Tan Mientras gravatar
``` [INFO ] 2022-10-25 08:47:11.545 [main] ServerEntry - [INFO ] 2022-10-25 08:47:11.548 [main] ServerEntry - [INFO ] 2022-10-25 08:47:11.550 [main] ServerEntry - +---------------------------------------------------------+ [INFO ] 2022-10-25 08:47:11.550 [main] ServerEntry - + Gluu Radius Server + [INFO ] 2022-10-25 08:47:11.550 [main] ServerEntry - + Copyright (c) Gluu Inc. + [INFO ] 2022-10-25 08:47:11.551 [main] ServerEntry - +---------------------------------------------------------+ [INFO ] 2022-10-25 08:47:11.551 [main] ServerEntry - Starting application in server mode. Configuration file: /etc/gluu/conf/radius/gluu-radius.properties [INFO ] 2022-10-25 08:47:11.551 [main] ServerEntry - Initializing security components [INFO ] 2022-10-25 08:47:12.104 [main] SecurityProviderUtility - Provider 'BC' with version 1.7 is added [INFO ] 2022-10-25 08:47:12.104 [main] ServerEntry - Security components initialization successful [INFO ] 2022-10-25 08:47:12.104 [main] ServerEntry - Registering bootstrap configuration service [INFO ] 2022-10-25 08:47:12.125 [main] ServerEntry - Bootstrap configuration service registered [INFO ] 2022-10-25 08:47:12.126 [main] ServerEntry - Initializing persistence layer [DEBUG] 2022-10-25 08:47:12.146 [main] PropertiesConfiguration - FileName set to /etc/gluu/conf/gluu.properties [DEBUG] 2022-10-25 08:47:12.147 [main] ConfigurationUtils - ConfigurationUtils.locate(): base is null, name is /etc/gluu/conf/gluu.properties [DEBUG] 2022-10-25 08:47:12.148 [main] DefaultFileSystem - Could not locate file /etc/gluu/conf/gluu.properties at null: no protocol: /etc/gluu/conf/gluu.properties [DEBUG] 2022-10-25 08:47:12.148 [main] ConfigurationUtils - Loading configuration from the absolute path /etc/gluu/conf/gluu.properties [DEBUG] 2022-10-25 08:47:12.152 [main] PropertiesConfiguration - Base path set to file:///etc/gluu/conf/gluu.properties [INFO ] 2022-10-25 08:47:12.299 [main] Reflections - Reflections took 113 ms to scan 11 urls, producing 41 keys and 130 values [INFO ] 2022-10-25 08:47:12.340 [main] PersistanceFactoryService - Found '5' PersistenceEntryManagerFactory [INFO ] 2022-10-25 08:47:12.340 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.orm.couchbase.impl.CouchbaseEntryManagerFactory' [DEBUG] 2022-10-25 08:47:12.356 [main] CouchbaseLoggerFactory - Using SLF4J as the default logging framework [DEBUG] 2022-10-25 08:47:12.359 [main] InternalLoggerFactory - Using SLF4J as the default logging framework [INFO ] 2022-10-25 08:47:12.376 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.persist.sql.impl.SqlEntryManagerFactory' [INFO ] 2022-10-25 08:47:12.377 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.orm.hybrid.impl.HybridEntryManagerFactory' [INFO ] 2022-10-25 08:47:12.378 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.persist.ldap.impl.LdapEntryManagerFactory' [INFO ] 2022-10-25 08:47:12.378 [main] PersistanceFactoryService - Found PersistenceEntryManagerFactory 'class org.gluu.persist.cloud.spanner.impl.SpannerEntryManagerFactory' [DEBUG] 2022-10-25 08:47:12.380 [main] PropertiesConfiguration - FileName set to /etc/gluu/conf/gluu-ldap.properties [DEBUG] 2022-10-25 08:47:12.380 [main] ConfigurationUtils - ConfigurationUtils.locate(): base is null, name is /etc/gluu/conf/gluu-ldap.properties [DEBUG] 2022-10-25 08:47:12.380 [main] DefaultFileSystem - Could not locate file /etc/gluu/conf/gluu-ldap.properties at null: no protocol: /etc/gluu/conf/gluu-ldap.properties [DEBUG] 2022-10-25 08:47:12.380 [main] ConfigurationUtils - Loading configuration from the absolute path /etc/gluu/conf/gluu-ldap.properties [DEBUG] 2022-10-25 08:47:12.380 [main] PropertiesConfiguration - Base path set to file:///etc/gluu/conf/gluu-ldap.properties [DEBUG] 2022-10-25 08:47:12.611 [main] LdapConnectionProvider - Using LDAP connection pool timeout: '30' [INFO ] 2022-10-25 08:47:12.611 [main] LdapConnectionProvider - Attempting to create connection pool: 1 [DEBUG] 2022-10-25 08:47:13.110 [main] LdapConnectionProvider - Adding support for password methods: [] [DEBUG] 2022-10-25 08:47:13.111 [main] LdapConnectionProvider - Using next binary attributes: [objectguid] [DEBUG] 2022-10-25 08:47:13.112 [main] LdapConnectionProvider - Using next binary certificateAttributes: [usercertificate] [DEBUG] 2022-10-25 08:47:13.142 [main] LdapEntryManagerFactory - Created connectionProvider 'org.gluu.persist.ldap.operation.impl.LdapConnectionProvider@577f9109' with code '0 (success)' [DEBUG] 2022-10-25 08:47:13.143 [main] LdapConnectionProvider - Using LDAP connection pool timeout: '30' [INFO ] 2022-10-25 08:47:13.143 [main] LdapConnectionProvider - Attempting to create connection pool: 1 [DEBUG] 2022-10-25 08:47:13.403 [main] LdapConnectionProvider - Adding support for password methods: [] [DEBUG] 2022-10-25 08:47:13.403 [main] LdapConnectionProvider - Using next binary attributes: [objectguid] [DEBUG] 2022-10-25 08:47:13.404 [main] LdapConnectionProvider - Using next binary certificateAttributes: [usercertificate] [DEBUG] 2022-10-25 08:47:13.404 [main] LdapConnectionProvider - Using LDAP connection pool timeout: '30' [INFO ] 2022-10-25 08:47:13.404 [main] LdapConnectionProvider - Attempting to create connection pool: 1 [DEBUG] 2022-10-25 08:47:13.524 [main] LdapConnectionProvider - Adding support for password methods: [] [DEBUG] 2022-10-25 08:47:13.524 [main] LdapConnectionProvider - Using next binary attributes: [objectguid] [DEBUG] 2022-10-25 08:47:13.524 [main] LdapConnectionProvider - Using next binary certificateAttributes: [usercertificate] [DEBUG] 2022-10-25 08:47:13.558 [main] LdapEntryManagerFactory - Created bindConnectionProvider 'org.gluu.persist.ldap.operation.impl.LdapAuthConnectionProvider@757529a4' with code '0 (success)' [DEBUG] 2022-10-25 08:47:13.800 [main] DurationUtil - LDAP operation: lookup, duration: PT0.046547S, dn: cn=schema, attributes: [attributeTypes] [INFO ] 2022-10-25 08:47:13.835 [main] LdapEntryManagerFactory - Created LdapEntryManager: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@3c0fbd3a [INFO ] 2022-10-25 08:47:13.836 [main] ServerEntry - Persistence layer initialization successful [INFO ] 2022-10-25 08:47:13.836 [main] ServerEntry - Registering clients service [INFO ] 2022-10-25 08:47:13.836 [main] ServerEntry - Clients service registration successful [INFO ] 2022-10-25 08:47:13.837 [main] ServerEntry - Registering server configuration service [INFO ] 2022-10-25 08:47:13.837 [main] ServerEntry - Server configuration service registration failed [INFO ] 2022-10-25 08:47:13.837 [main] ServerEntry - Registering OpenID configuration service [DEBUG] 2022-10-25 08:47:13.847 [main] DurationUtil - LDAP operation: lookup, duration: PT0.001534S, dn: ou=oxradius,ou=configuration,o=gluu, attributes: [oxRadiusOpenidUsername, oxRadiusOpenIdBaseUrl, oxRadiusListenInterface, oxRadiusAuthenticationPort, oxRadiusAuthenticationTimeout, oxRadiusAccountingPort, oxRadiusAcrValue, oxRadiusOpenidPassword, oxRadiusAuthScope] [DEBUG] 2022-10-25 08:47:13.850 [main] BaseEntryManager - LdapProperty: acctPort, AttributeName: oxRadiusAccountingPort, AttributeValue: [1813] [DEBUG] 2022-10-25 08:47:13.850 [main] BaseEntryManager - LdapProperty: acrValue, AttributeName: oxRadiusAcrValue, AttributeValue: [super_gluu_ro] [DEBUG] 2022-10-25 08:47:13.850 [main] BaseEntryManager - LdapProperty: authPort, AttributeName: oxRadiusAuthenticationPort, AttributeValue: [1812] [DEBUG] 2022-10-25 08:47:13.850 [main] BaseEntryManager - LdapProperty: authenticationTimeout, AttributeName: oxRadiusAuthenticationTimeout, AttributeValue: [35000] [DEBUG] 2022-10-25 08:47:13.850 [main] BaseEntryManager - LdapProperty: listenInterface, AttributeName: oxRadiusListenInterface, AttributeValue: [0.0.0.0] [DEBUG] 2022-10-25 08:47:13.850 [main] BaseEntryManager - LdapProperty: openidBaseUrl, AttributeName: oxRadiusOpenIdBaseUrl, AttributeValue: [https://domain.com/] [DEBUG] 2022-10-25 08:47:13.851 [main] BaseEntryManager - LdapProperty: openidPassword, AttributeName: oxRadiusOpenidPassword, AttributeValue: [IA6N9eXj1I0NBWjSoCfs3w==] [DEBUG] 2022-10-25 08:47:13.851 [main] BaseEntryManager - LdapProperty: openidUsername, AttributeName: oxRadiusOpenidUsername, AttributeValue: [1701.01a4e8fa-c17d-4d25-bb5e-941deb03d876] [DEBUG] 2022-10-25 08:47:13.851 [main] BaseEntryManager - LdapProperty: scopes, AttributeName: oxRadiusAuthScope, AttributeValue: [inum=F0C4,ou=scopes,o=gluu, inum=63CD,ou=scopes,o=gluu] [DEBUG] 2022-10-25 08:47:14.063 [main] logging - Logging Provider: org.jboss.logging.Log4j2LoggerProvider [DEBUG] 2022-10-25 08:47:14.063 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.065 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.066 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.067 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.070 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.071 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.080 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.DocumentProvider, Method : DocumentProvider [DEBUG] 2022-10-25 08:47:14.097 [main] i18n - RESTEASY002330: Unable to retrieve config: expandEntityReferences defaults to false [DEBUG] 2022-10-25 08:47:14.097 [main] i18n - RESTEASY002335: Unable to retrieve config: enableSecureProcessingFeature defaults to true [DEBUG] 2022-10-25 08:47:14.097 [main] i18n - RESTEASY002325: Unable to retrieve config: disableDTDs defaults to true [DEBUG] 2022-10-25 08:47:14.098 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.DocumentProvider, Method : DocumentProvider [DEBUG] 2022-10-25 08:47:14.099 [main] i18n - RESTEASY002330: Unable to retrieve config: expandEntityReferences defaults to false [DEBUG] 2022-10-25 08:47:14.099 [main] i18n - RESTEASY002335: Unable to retrieve config: enableSecureProcessingFeature defaults to true [DEBUG] 2022-10-25 08:47:14.099 [main] i18n - RESTEASY002325: Unable to retrieve config: disableDTDs defaults to true [DEBUG] 2022-10-25 08:47:14.103 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.103 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider, Method : AbstractJAXBProvider [DEBUG] 2022-10-25 08:47:14.108 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider, Method : CollectionProvider [DEBUG] 2022-10-25 08:47:14.109 [main] i18n - Provider : org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider, Method : CollectionProvider [DEBUG] 2022-10-25 08:47:14.211 [main] i18n - Negative threshold, 1, specified. Using default value [DEBUG] 2022-10-25 08:47:14.248 [main] RequestAuthCache - Auth cache not set in the context [DEBUG] 2022-10-25 08:47:14.249 [main] PoolingHttpClientConnectionManager - Connection request: [route: {s}->domain.com:443][total available: 0; route allocated: 0 of 50; total allocated: 0 of 50] [DEBUG] 2022-10-25 08:47:14.261 [main] PoolingHttpClientConnectionManager - Connection leased: [id: 0][route: {s}->domain.com:443][total available: 0; route allocated: 1 of 50; total allocated: 1 of 50] [DEBUG] 2022-10-25 08:47:14.262 [main] MainClientExec - Opening connection {s}->domain.com:443 [DEBUG] 2022-10-25 08:47:14.264 [main] DefaultHttpClientConnectionOperator - Connecting to domain.com/192.168.2.28:443 [DEBUG] 2022-10-25 08:47:14.264 [main] SSLConnectionSocketFactory - Connecting socket to domain.com/192.168.2.28:443 with timeout 0 [DEBUG] 2022-10-25 08:47:14.272 [main] SSLConnectionSocketFactory - Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] [DEBUG] 2022-10-25 08:47:14.273 [main] SSLConnectionSocketFactory - Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] [DEBUG] 2022-10-25 08:47:14.273 [main] SSLConnectionSocketFactory - Starting handshake [DEBUG] 2022-10-25 08:47:14.302 [main] SSLConnectionSocketFactory - Secure session established [DEBUG] 2022-10-25 08:47:14.303 [main] SSLConnectionSocketFactory - negotiated protocol: TLSv1.2 [DEBUG] 2022-10-25 08:47:14.303 [main] SSLConnectionSocketFactory - negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 [DEBUG] 2022-10-25 08:47:14.303 [main] SSLConnectionSocketFactory - peer principal: EMAILADDRESS=mail@domain.com, CN=domain.com, O=Company, L=City, ST=Spain, C=ES [DEBUG] 2022-10-25 08:47:14.303 [main] SSLConnectionSocketFactory - issuer principal: EMAILADDRESS=mail@domain.com, CN=domain.com, O=Company, L=City, ST=Spain, C=ES [DEBUG] 2022-10-25 08:47:14.307 [main] DefaultHttpClientConnectionOperator - Connection established 192.168.2.28:56284<->192.168.2.28:443 [DEBUG] 2022-10-25 08:47:14.307 [main] MainClientExec - Executing request GET /.well-known/openid-configuration HTTP/1.1 [DEBUG] 2022-10-25 08:47:14.308 [main] MainClientExec - Target auth state: UNCHALLENGED [DEBUG] 2022-10-25 08:47:14.308 [main] MainClientExec - Proxy auth state: UNCHALLENGED [DEBUG] 2022-10-25 08:47:14.309 [main] headers - http-outgoing-0 >> GET /.well-known/openid-configuration HTTP/1.1 [DEBUG] 2022-10-25 08:47:14.309 [main] headers - http-outgoing-0 >> Accept: text/plain,application/json [DEBUG] 2022-10-25 08:47:14.309 [main] headers - http-outgoing-0 >> Host: domain.com [DEBUG] 2022-10-25 08:47:14.309 [main] headers - http-outgoing-0 >> Connection: Keep-Alive [DEBUG] 2022-10-25 08:47:14.309 [main] headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.13 (Java/11.0.14.1) [DEBUG] 2022-10-25 08:47:14.310 [main] wire - http-outgoing-0 >> "GET /.well-known/openid-configuration HTTP/1.1[\r][\n]" [DEBUG] 2022-10-25 08:47:14.310 [main] wire - http-outgoing-0 >> "Accept: text/plain,application/json[\r][\n]" [DEBUG] 2022-10-25 08:47:14.310 [main] wire - http-outgoing-0 >> "Host: domain.com[\r][\n]" [DEBUG] 2022-10-25 08:47:14.310 [main] wire - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] 2022-10-25 08:47:14.310 [main] wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/11.0.14.1)[\r][\n]" [DEBUG] 2022-10-25 08:47:14.310 [main] wire - http-outgoing-0 >> "[\r][\n]" [DEBUG] 2022-10-25 08:47:14.312 [main] wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] 2022-10-25 08:47:14.312 [main] wire - http-outgoing-0 << "Date: Tue, 25 Oct 2022 08:47:14 GMT[\r][\n]" [DEBUG] 2022-10-25 08:47:14.312 [main] wire - http-outgoing-0 << "Server: Apache/2.4.41 (Ubuntu)[\r][\n]" [DEBUG] 2022-10-25 08:47:14.312 [main] wire - http-outgoing-0 << "X-Xss-Protection: 1; mode=block[\r][\n]" [DEBUG] 2022-10-25 08:47:14.312 [main] wire - http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] 2022-10-25 08:47:14.312 [main] wire - http-outgoing-0 << "Strict-Transport-Security: max-age=31536000; includeSubDomains[\r][\n]" [DEBUG] 2022-10-25 08:47:14.313 [main] wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]" [DEBUG] 2022-10-25 08:47:14.313 [main] wire - http-outgoing-0 << "Content-Length: 5946[\r][\n]" [DEBUG] 2022-10-25 08:47:14.313 [main] wire - http-outgoing-0 << "Keep-Alive: timeout=5, max=100[\r][\n]" [DEBUG] 2022-10-25 08:47:14.313 [main] wire - http-outgoing-0 << "Connection: Keep-Alive[\r][\n]" [DEBUG] 2022-10-25 08:47:14.313 [main] wire - http-outgoing-0 << "[\r][\n]" [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << HTTP/1.1 200 OK [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Date: Tue, 25 Oct 2022 08:47:14 GMT [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Server: Apache/2.4.41 (Ubuntu) [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << X-Xss-Protection: 1; mode=block [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << X-Content-Type-Options: nosniff [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Strict-Transport-Security: max-age=31536000; includeSubDomains [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Content-Type: application/json [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Content-Length: 5946 [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Keep-Alive: timeout=5, max=100 [DEBUG] 2022-10-25 08:47:14.315 [main] headers - http-outgoing-0 << Connection: Keep-Alive [DEBUG] 2022-10-25 08:47:14.320 [main] MainClientExec - Connection can be kept alive for 5000 MILLISECONDS [DEBUG] 2022-10-25 08:47:14.331 [main] i18n - Interceptor Context: org.jboss.resteasy.core.interception.jaxrs.ClientReaderInterceptorContext, Method : proceed [DEBUG] 2022-10-25 08:47:14.333 [main] i18n - MessageBodyReader: org.jboss.resteasy.core.providerfactory.SortedKey [DEBUG] 2022-10-25 08:47:14.333 [main] i18n - MessageBodyReader: org.jboss.resteasy.plugins.providers.StringTextStar [DEBUG] 2022-10-25 08:47:14.334 [main] wire - http-outgoing-0 << "{[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "request_parameter_supported" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "token_revocation_endpoint" : "domain.com/oxauth/restv1/revoke",[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "introspection_endpoint" : "domain.com/oxauth/restv1/introspection",[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "claims_parameter_supported" : false,[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "issuer" : "domain.com",[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "userinfo_encryption_enc_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "id_token_encryption_enc_values_supported" : [ "A128CBC+HS256", "A256CBC+HS512", "A128GCM", "A256GCM" ],[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "authorization_endpoint" : "domain.com/oxauth/restv1/authorize",[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "service_documentation" : "http://gluu.org/docs",[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "id_generation_endpoint" : "domain.com/oxauth/restv1/id",[\n]" [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "claims_supported" : [ "street_address", "country", "zoneinfo", "birthdate", "role", "gender", "formatted", "user_name", "phone_mobile_number", "preferred_username", "locale", "inum", "updated_at", "post_office_box", "nickname", "preferred_language", "email", "website", "email_verified", "profile", "locality", "phone_number_verified"," [DEBUG] 2022-10-25 08:47:14.335 [main] wire - http-outgoing-0 << " "room_number", "given_name", "middle_name", "picture", "name", "phone_number", "postal_code", "region", "family_name" ],[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "scope_to_claims_mapping" : [ {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "profile" : [ "name", "family_name", "given_name", "middle_name", "nickname", "preferred_username", "profile", "picture", "website", "gender", "birthdate", "zoneinfo", "locale", "updated_at", "preferred_language" ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "openid" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "permission" : [ "role" ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "super_gluu_ro_session" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "phone" : [ "phone_number_verified", "phone_number" ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "revoke_session" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "address" : [ "formatted", "postal_code", "street_address", "locality", "country", "room_number", "region", "post_office_box" ][\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.336 [main] wire - http-outgoing-0 << " "clientinfo" : [ "name", "inum" ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "mobile_phone" : [ "phone_mobile_number" ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "email" : [ "email_verified", "email" ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "user_name" : [ "user_name" ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "oxtrust-api-write" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "oxd" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "uma_protection" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.337 [main] wire - http-outgoing-0 << " "oxtrust-ap" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << "i-read" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "offline_access" : [ ][\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " } ],[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "op_policy_uri" : "http://ox.gluu.org/doku.php?id=oxauth:policy",[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "token_endpoint_auth_methods_supported" : [ "client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt", "tls_client_auth", "self_signed_tls_client_auth" ],[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "tls_client_certificate_bound_access_tokens" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "response_modes_supported" : [ "query", "fragment", "form_post" ],[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "backchannel_logout_session_supported" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "token_endpoint" : "domain.com/oxauth/restv1/token",[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "response_types_supported" : [ "code id_token", "token id_token", "code token id_token", "code token", "code", "token", "id_token" ],[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "request_uri_parameter_supported" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "backchannel_user_code_parameter_supported" : false,[\n]" [DEBUG] 2022-10-25 08:47:14.338 [main] wire - http-outgoing-0 << " "grant_types_supported" : [ "urn:ietf:params:oauth:grant-type:uma-ticket", "password", "urn:ietf:params:oauth:grant-type:device_code", "client_credentials", "refresh_token", "authorization_code", "implicit" ],[\n]" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << " "ui_locales_supported" : [ "e" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << "n", "bg", "de", "es", "fr", "it", "ru", "tr" ],[\n]" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << " "userinfo_endpoint" : "domain.com/oxauth/restv1/userinfo",[\n]" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << " "op_tos_uri" : "http://ox.gluu.org/doku.php?id=oxauth:tos",[\n]" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << " "auth_level_mapping" : {[\n]" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << " "1" : [ "casa" ],[\n]" [DEBUG] 2022-10-25 08:47:14.339 [main] wire - http-outgoing-0 << " "-1" : [ "auth_ldap_server" ],[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "60" : [ "super_gluu" ],[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "10" : [ "basic" ][\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " },[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "require_request_uri_registration" : false,[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "id_token_encryption_alg_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "frontchannel_logout_session_supported" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "claims_locales_supported" : [ "en" ],[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "clientinfo_endpoint" : "domain.com/oxauth/restv1/clientinfo",[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "request_object_signing_alg_values_supported" : [ "none", "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512" ],[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "request_object_encryption_alg_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "session_revocation_endpoint" : "domain.com/oxauth/restv1/revoke_session",[\n]" [DEBUG] 2022-10-25 08:47:14.341 [main] wire - http-outgoing-0 << " "check_session_iframe" : "https:/" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << "/domain.com/oxauth/opiframe.htm",[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "scopes_supported" : [ "address", "openid", "clientinfo", "user_name", "profile", "uma_protection", "permission", "revoke_session", "oxtrust-api-write", "oxtrust-api-read", "phone", "mobile_phone", "offline_access", "oxd", "super_gluu_ro_session", "email" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "backchannel_logout_supported" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "acr_values_supported" : [ "casa", "auth_ldap_server", "super_gluu", "basic" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "request_object_encryption_enc_values_supported" : [ "A128CBC+HS256", "A256CBC+HS512", "A128GCM", "A256GCM" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "device_authorization_endpoint" : "domain.com/oxauth/restv1/device_authorization",[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "display_values_supported" : [ "page", "popup" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "userinfo_signing_alg_values_supported" : [ "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "claim_types_supported" : [ "normal" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "userinfo_encryption_alg_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "end_session_endpoint" : "https://domain.co" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << "s/oxauth/restv1/end_session",[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "revocation_endpoint" : "domain.com/oxauth/restv1/revoke",[\n]" [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "backchannel_authentication_endpoint" : "domain.com/oxauth/restv1/bc-authorize",[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "token_endpoint_auth_signing_alg_values_supported" : [ "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512" ],[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "frontchannel_logout_supported" : true,[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "jwks_uri" : "domain.com/oxauth/restv1/jwks",[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "subject_types_supported" : [ "public", "pairwise" ],[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "id_token_signing_alg_values_supported" : [ "none", "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "PS256", "PS384", "PS512" ],[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "registration_endpoint" : "domain.com/oxauth/restv1/register",[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << " "id_token_token_binding_cnf_values_supported" : [ "tbh" ][\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] wire - http-outgoing-0 << "}[\n]" [DEBUG] 2022-10-25 08:47:14.343 [main] PoolingHttpClientConnectionManager - Connection [id: 0][route: {s}->domain.com:443] can be kept alive for 5.0 seconds [DEBUG] 2022-10-25 08:47:14.343 [main] DefaultManagedHttpClientConnection - http-outgoing-0: set socket timeout to 0 [DEBUG] 2022-10-25 08:47:14.344 [main] PoolingHttpClientConnectionManager - Connection released: [id: 0][route: {s}->domain.com:443][total available: 1; route allocated: 1 of 50; total allocated: 1 of 50] [INFO ] 2022-10-25 08:47:14.352 [main] ServerEntry - OpenID configuration service registration successful [INFO ] 2022-10-25 08:47:14.352 [main] ServerEntry - Registering cryptographic service [DEBUG] 2022-10-25 08:47:14.365 [main] OxAuthCryptoProvider - Loaded keys from keystore. [DEBUG] 2022-10-25 08:47:14.365 [main] OxAuthCryptoProvider - Security Mode: BCPROV [DEBUG] 2022-10-25 08:47:14.365 [main] OxAuthCryptoProvider - Keystore Type: JKS [INFO ] 2022-10-25 08:47:14.366 [main] CryptoService - Auth signing keyId: 5666b827-5df0-4e7e-a778-10d5555da153_sig_rs512 [INFO ] 2022-10-25 08:47:14.444 [main] ServerEntry - Cryptographic service registration successful [INFO ] 2022-10-25 08:47:14.445 [main] ServerEntry - Starting radius server [DEBUG] 2022-10-25 08:47:14.449 [main] DurationUtil - LDAP operation: lookup, duration: PT0.003028S, dn: ou=oxradius,ou=configuration,o=gluu, attributes: [oxRadiusOpenidUsername, oxRadiusOpenIdBaseUrl, oxRadiusListenInterface, oxRadiusAuthenticationPort, oxRadiusAuthenticationTimeout, oxRadiusAccountingPort, oxRadiusAcrValue, oxRadiusOpenidPassword, oxRadiusAuthScope] [DEBUG] 2022-10-25 08:47:14.450 [main] BaseEntryManager - LdapProperty: acctPort, AttributeName: oxRadiusAccountingPort, AttributeValue: [1813] [DEBUG] 2022-10-25 08:47:14.450 [main] BaseEntryManager - LdapProperty: acrValue, AttributeName: oxRadiusAcrValue, AttributeValue: [super_gluu_ro] [DEBUG] 2022-10-25 08:47:14.450 [main] BaseEntryManager - LdapProperty: authPort, AttributeName: oxRadiusAuthenticationPort, AttributeValue: [1812] [DEBUG] 2022-10-25 08:47:14.450 [main] BaseEntryManager - LdapProperty: authenticationTimeout, AttributeName: oxRadiusAuthenticationTimeout, AttributeValue: [35000] [DEBUG] 2022-10-25 08:47:14.450 [main] BaseEntryManager - LdapProperty: listenInterface, AttributeName: oxRadiusListenInterface, AttributeValue: [0.0.0.0] [DEBUG] 2022-10-25 08:47:14.451 [main] BaseEntryManager - LdapProperty: openidBaseUrl, AttributeName: oxRadiusOpenIdBaseUrl, AttributeValue: [domain.com/] [DEBUG] 2022-10-25 08:47:14.451 [main] BaseEntryManager - LdapProperty: openidPassword, AttributeName: oxRadiusOpenidPassword, AttributeValue: [IA6N9eXj1I0NBWjSoCfs3w==] [DEBUG] 2022-10-25 08:47:14.451 [main] BaseEntryManager - LdapProperty: openidUsername, AttributeName: oxRadiusOpenidUsername, AttributeValue: [1701.01a4e8fa-c17d-4d25-bb5e-941deb03d876] [DEBUG] 2022-10-25 08:47:14.451 [main] BaseEntryManager - LdapProperty: scopes, AttributeName: oxRadiusAuthScope, AttributeValue: [inum=F0C4,ou=scopes,o=gluu, inum=63CD,ou=scopes,o=gluu] [DEBUG] 2022-10-25 08:47:14.454 [main] DurationUtil - LDAP operation: lookup, duration: PT0.001093S, dn: ou=oxradius,ou=configuration,o=gluu, attributes: [oxRadiusOpenidUsername, oxRadiusOpenIdBaseUrl, oxRadiusListenInterface, oxRadiusAuthenticationPort, oxRadiusAuthenticationTimeout, oxRadiusAccountingPort, oxRadiusAcrValue, oxRadiusOpenidPassword, oxRadiusAuthScope] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: acctPort, AttributeName: oxRadiusAccountingPort, AttributeValue: [1813] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: acrValue, AttributeName: oxRadiusAcrValue, AttributeValue: [super_gluu_ro] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: authPort, AttributeName: oxRadiusAuthenticationPort, AttributeValue: [1812] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: authenticationTimeout, AttributeName: oxRadiusAuthenticationTimeout, AttributeValue: [35000] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: listenInterface, AttributeName: oxRadiusListenInterface, AttributeValue: [0.0.0.0] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: openidBaseUrl, AttributeName: oxRadiusOpenIdBaseUrl, AttributeValue: [domain.com/] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: openidPassword, AttributeName: oxRadiusOpenidPassword, AttributeValue: [IA6N9eXj1I0NBWjSoCfs3w==] [DEBUG] 2022-10-25 08:47:14.455 [main] BaseEntryManager - LdapProperty: openidUsername, AttributeName: oxRadiusOpenidUsername, AttributeValue: [1701.01a4e8fa-c17d-4d25-bb5e-941deb03d876] [DEBUG] 2022-10-25 08:47:14.456 [main] BaseEntryManager - LdapProperty: scopes, AttributeName: oxRadiusAuthScope, AttributeValue: [inum=F0C4,ou=scopes,o=gluu, inum=63CD,ou=scopes,o=gluu] [DEBUG] 2022-10-25 08:47:14.457 [main] DurationUtil - LDAP operation: lookup, duration: PT0.000877S, dn: inum=F0C4,ou=scopes,o=gluu, attributes: [oxId, displayName] [DEBUG] 2022-10-25 08:47:14.458 [main] BaseEntryManager - LdapProperty: id, AttributeName: oxId, AttributeValue: [openid] [DEBUG] 2022-10-25 08:47:14.458 [main] BaseEntryManager - LdapProperty: name, AttributeName: displayName, AttributeValue: [authenticate_openid_connect] [DEBUG] 2022-10-25 08:47:14.459 [main] DurationUtil - LDAP operation: lookup, duration: PT0.001247S, dn: inum=63CD,ou=scopes,o=gluu, attributes: [oxId, displayName] [DEBUG] 2022-10-25 08:47:14.459 [main] BaseEntryManager - LdapProperty: id, AttributeName: oxId, AttributeValue: [super_gluu_ro_session] [DEBUG] 2022-10-25 08:47:14.459 [main] BaseEntryManager - LdapProperty: name, AttributeName: displayName, AttributeValue: [super_gluu_ro_session] [INFO ] 2022-10-25 08:47:14.473 [Radius Auth Listener] RadiusServer - starting RadiusAuthListener on port 1812 [INFO ] 2022-10-25 08:47:14.476 [Radius Acct Listener] RadiusServer - starting RadiusAcctListener on port 1813 [INFO ] 2022-10-25 08:47:19.472 [main] ServerEntry - Radius server started [INFO ] 2022-10-25 08:47:19.473 [main] ServerEntry - Registering server shutdown hook [INFO ] 2022-10-25 08:47:19.474 [main] ServerEntry - Server shutdown hook registered [INFO ] 2022-10-25 08:47:19.474 [main] ServerEntry - Server initialization complete [DEBUG] 2022-10-25 08:47:19.475 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:19.487 [Thread-9] i18n - Negative threshold, 1, specified. Using default value [DEBUG] 2022-10-25 08:47:19.488 [Thread-9] RequestAuthCache - Auth cache not set in the context [DEBUG] 2022-10-25 08:47:19.490 [Thread-9] PoolingHttpClientConnectionManager - Connection request: [route: {s}->domain.com:443][total available: 0; route allocated: 0 of 50; total allocated: 0 of 50] [DEBUG] 2022-10-25 08:47:19.490 [Thread-9] PoolingHttpClientConnectionManager - Connection leased: [id: 1][route: {s}->domain.com:443][total available: 0; route allocated: 1 of 50; total allocated: 1 of 50] [DEBUG] 2022-10-25 08:47:19.490 [Thread-9] MainClientExec - Opening connection {s}->domain.com:443 [DEBUG] 2022-10-25 08:47:19.491 [Thread-9] DefaultHttpClientConnectionOperator - Connecting to domain.com/192.168.2.28:443 [DEBUG] 2022-10-25 08:47:19.491 [Thread-9] SSLConnectionSocketFactory - Connecting socket to domain.com/192.168.2.28:443 with timeout 0 [DEBUG] 2022-10-25 08:47:19.492 [Thread-9] SSLConnectionSocketFactory - Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] [DEBUG] 2022-10-25 08:47:19.492 [Thread-9] SSLConnectionSocketFactory - Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] [DEBUG] 2022-10-25 08:47:19.492 [Thread-9] SSLConnectionSocketFactory - Starting handshake [DEBUG] 2022-10-25 08:47:19.513 [Thread-9] SSLConnectionSocketFactory - Secure session established [DEBUG] 2022-10-25 08:47:19.513 [Thread-9] SSLConnectionSocketFactory - negotiated protocol: TLSv1.2 [DEBUG] 2022-10-25 08:47:19.514 [Thread-9] SSLConnectionSocketFactory - negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 [DEBUG] 2022-10-25 08:47:19.514 [Thread-9] SSLConnectionSocketFactory - peer principal: EMAILADDRESS=mail@domain.com, CN=domain.com, O=Company, L=City, ST=Spain, C=ES [DEBUG] 2022-10-25 08:47:19.514 [Thread-9] SSLConnectionSocketFactory - issuer principal: EMAILADDRESS=mail@domain.com, CN=domain.com, O=Company, L=City, ST=Spain, C=ES [DEBUG] 2022-10-25 08:47:19.514 [Thread-9] DefaultHttpClientConnectionOperator - Connection established 192.168.2.28:56286<->192.168.2.28:443 [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] MainClientExec - Executing request GET /oxauth/restv1/jwks HTTP/1.1 [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] MainClientExec - Target auth state: UNCHALLENGED [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] MainClientExec - Proxy auth state: UNCHALLENGED [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] headers - http-outgoing-1 >> GET /oxauth/restv1/jwks HTTP/1.1 [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] headers - http-outgoing-1 >> Accept: application/json [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] headers - http-outgoing-1 >> Host: domain.com [DEBUG] 2022-10-25 08:47:19.515 [Thread-9] headers - http-outgoing-1 >> Connection: Keep-Alive [DEBUG] 2022-10-25 08:47:19.517 [Thread-9] headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/4.5.13 (Java/11.0.14.1) [DEBUG] 2022-10-25 08:47:19.517 [Thread-9] wire - http-outgoing-1 >> "GET /oxauth/restv1/jwks HTTP/1.1[\r][\n]" [DEBUG] 2022-10-25 08:47:19.517 [Thread-9] wire - http-outgoing-1 >> "Accept: application/json[\r][\n]" [DEBUG] 2022-10-25 08:47:19.518 [Thread-9] wire - http-outgoing-1 >> "Host: domain.com[\r][\n]" [DEBUG] 2022-10-25 08:47:19.518 [Thread-9] wire - http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] 2022-10-25 08:47:19.518 [Thread-9] wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/11.0.14.1)[\r][\n]" [DEBUG] 2022-10-25 08:47:19.518 [Thread-9] wire - http-outgoing-1 >> "[\r][\n]" [DEBUG] 2022-10-25 08:47:19.521 [Thread-9] wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] 2022-10-25 08:47:19.521 [Thread-9] wire - http-outgoing-1 << "Date: Tue, 25 Oct 2022 08:47:19 GMT[\r][\n]" [DEBUG] 2022-10-25 08:47:19.521 [Thread-9] wire - http-outgoing-1 << "Server: Apache/2.4.41 (Ubuntu)[\r][\n]" [DEBUG] 2022-10-25 08:47:19.521 [Thread-9] wire - http-outgoing-1 << "X-Xss-Protection: 1; mode=block[\r][\n]" [DEBUG] 2022-10-25 08:47:19.521 [Thread-9] wire - http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] 2022-10-25 08:47:19.521 [Thread-9] wire - http-outgoing-1 << "Strict-Transport-Security: max-age=31536000; includeSubDomains[\r][\n]" [DEBUG] 2022-10-25 08:47:19.523 [Thread-9] wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]" [DEBUG] 2022-10-25 08:47:19.526 [Thread-9] wire - http-outgoing-1 << "Keep-Alive: timeout=5, max=100[\r][\n]" [DEBUG] 2022-10-25 08:47:19.526 [Thread-9] wire - http-outgoing-1 << "Connection: Keep-Alive[\r][\n]" [DEBUG] 2022-10-25 08:47:19.526 [Thread-9] wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]" [DEBUG] 2022-10-25 08:47:19.526 [Thread-9] wire - http-outgoing-1 << "[\r][\n]" [DEBUG] 2022-10-25 08:47:19.526 [Thread-9] wire - http-outgoing-1 << "2000[\r][\n]" [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << HTTP/1.1 200 OK [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Date: Tue, 25 Oct 2022 08:47:19 GMT [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Server: Apache/2.4.41 (Ubuntu) [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << X-Xss-Protection: 1; mode=block [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << X-Content-Type-Options: nosniff [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Strict-Transport-Security: max-age=31536000; includeSubDomains [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Content-Type: application/json [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Keep-Alive: timeout=5, max=100 [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Connection: Keep-Alive [DEBUG] 2022-10-25 08:47:19.529 [Thread-9] headers - http-outgoing-1 << Transfer-Encoding: chunked [DEBUG] 2022-10-25 08:47:19.531 [Thread-9] MainClientExec - Connection can be kept alive for 5000 MILLISECONDS [DEBUG] 2022-10-25 08:47:19.533 [Thread-9] i18n - Interceptor Context: org.jboss.resteasy.core.interception.jaxrs.ClientReaderInterceptorContext, Method : proceed [DEBUG] 2022-10-25 08:47:19.533 [Thread-9] i18n - MessageBodyReader: org.jboss.resteasy.core.providerfactory.SortedKey [DEBUG] 2022-10-25 08:47:19.533 [Thread-9] i18n - MessageBodyReader: org.jboss.resteasy.plugins.providers.StringTextStar [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << "{[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "keys" : [ {[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "kid" : "3399bda7-7e34-4483-94e9-6ea46de42527_sig_rs256",[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDAzCCAeugAwIBAgIgSlKIXSyxlxajsV4n0Wvhwa41pZ1qaHvuli+Ymxz6JoQwDQYJKoZIhvcNAQELBQAwITEfMB0GA1UEAwwWb3hBdXRoIENBIENlcnRpZmljYXRlczAeFw0yMjEwMjQwODM4MzJaFw0yMjEwMjYwOTM4NDFaMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/LYS3lll3DSeHs1Tyzr+98QmKfd80jRHaKfsRAJe5PdE6PgoQk/Xu9Ak5LkehTduS4W1f4IqTToZfPtAS48zFMC9ZAG8NX2+VklkSHygt0f8iW3Moviea9fbGuDUKSHFLjV2tsZu67rD5kKDkvVhw6H1NR9cwTv0kQ/YWQwFRLlpY0Q8kpG+dwUBwuUUZLTKhEI7ZTojrqk+Vtl7/985QU57+0wptvyBBh66JMq6Sb2HD+UOlbUJ5Tx/h4v0w3oXgjOgG7hazmrzhE9Aw2XwEeFpleov7ZgKEtKwNBcAbntWbetxWi4Af+ctxvNe5eqxgZ4S/RFNMN9p48YsoWRx9AgMBAAGjJzAlMCMGA1UdJQQcMBoGCCsGAQUFBwMBBggrBgEFBQcDAgYEVR0lADANBgkqhkiG9w0BAQsFAAOCAQEAtCkkglx5kmuBgCokjnt4YzppNJs6tKjKchXegKsoBdYcc3F/ZwiHeRLKv6DeAoQCzsMhql96s3nP/m6hjGra61mYRLx5kesEuyoHxs3QxozvpZ+rfcVtR+KffPmeGQNdm10q08aoW4e7pzYEYy9cLGwTQE1zXsqnoyz29D" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << "0xppKE0jb0VCI/4e+ljqFKtyMeG1WGzs5QbA6OkU9qZVHyld7kDD+aS9tIJB1Z47uivIFttjWmtrfWYId1vf58LUBxDojr03kJqRFDRAMD0A3KhCCHf0P/EmjqMHZWNnP5v0wxv4mH+q6RbKVw39bObYRRFsL0WZdhhkMGluAkNqThLw==" ],[\n]" [DEBUG] 2022-10-25 08:47:19.534 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "alg" : "RS256",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "n" : "vy2Et5ZZdw0nh7NU8s6_vfEJin3fNI0R2in7EQCXuT3ROj4KEJP17vQJOS5HoU3bkuFtX-CKk06GXz7QEuPMxTAvWQBvDV9vlZJZEh8oLdH_IltzKL4nmvX2xrg1CkhxS41drbGbuu6w-ZCg5L1YcOh9TUfXME79JEP2FkMBUS5aWNEPJKRvncFAcLlFGS0yoRCO2U6I66pPlbZe__fOUFOe_tMKbb8gQYeuiTKukm9hw_lDpW1CeU8f4eL9MN6F4IzoBu4Ws5q84RPQMNl8BHhaZXqL-2YChLSsDQXAG57Vm3rcVouAH_nLcbzXuXqsYGeEv0RTTDfaePGLKFkcfQ"[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "kid" : "eec0eea9-dd6f-419c-8cdb-1e96f6e0dbf6_sig_rs384",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDAzCCAeugAwIBAgIgPQ7qy4JqqQSQj36IlVtQcYWJayprvwg+6WY71a2jF9YwDQYJKoZIhvcNAQEMBQAwITEfMB0GA1UEAwwWb3hBdXRoIENBIENlcnRpZmljYXRlczAeFw0yMjEwMjQwODM4MzNaFw0yMjEwMjYwOTM4NDFaMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCX9j7maKX3zV32hbR84t" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << "XzR9eymvYLJeS0IHJXNt9oKt3IPlcZTIbk23Y3jp9VWxRbMoQ3sEMZwuuazxcv1y2pPDRQMn4b46dswsuk/zGtQyHvIxGiKGuL7MXPm/GBw8KZPnoD30PpM/ps9iA2dJa5ao+u9OrGAS+k23goiHP/NDJ0+rBoFEcXpeNOEwx9yvKOrYT65DAY22oJN0+3I58vkkgpHhema7dJFlgwFvj2c4ZlobT1u3Qa+1xDTup1oUbeaqA3uZjnUDPJJuzHqV054cW5vVFe9jy9d7TXJm2fQe2y3gDJ0deINEU1qx1l+dU/LHytHb1uVG8tasS5kbNrAgMBAAGjJzAlMCMGA1UdJQQcMBoGCCsGAQUFBwMBBggrBgEFBQcDAgYEVR0lADANBgkqhkiG9w0BAQwFAAOCAQEAFEAi4Tyxpa4SSoMhBZcCWhqjevp6zqYZBHgL+2fynXDaPCCi37Y0Iq6kw1R7NCfgGftF91tfyUk/v8FGwiNmAI63VRElnDsM/vJD55z+IHR/9AYRqmFhGyTyMixc6Lvl2FoF43wdvmExaakc9BYr37d8V16KcUZjgGlF8cyLqhNh61Nqpo5XqkRr/IE2Xbt3yS02/8uvye6I6EAFmCVW6oR4QEvrFcqGAI4F0Oy0dkTooyVJ6I8xfetXj1ezzJRqtsWeSmONYY998OgmsB0YWIfVLMjTzppVLNtX6gMEkbNvkvM+KcKuwtseB7lcYcYgWBDRDOpVkeLWnmT8hJALXw==" ],[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "alg" : "RS384",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "n" : "l_Y-5mil981d9oW0fOLV80fXspr2CyXktCByVzbfaCrdyD5XGUyG5Nt2N46fVVsUWzKEN7BDGcLrms8XL9ctqTw0UDJ-G-OnbMLLpP8xrUMh7yMRoihri-zFz5vxgcPCmT56A99D6TP6bPYgNnSWuWqPrvTqxgEvpNt4KIhz_zQydPqwaBRHF6XjThMMfcryjq2E-uQwGNtqCT" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << "dPtyOfL5JIKR4Xpmu3SRZYMBb49nOGZaG09bt0GvtcQ07qdaFG3mqgN7mY51AzySbsx6ldOeHFub1RXvY8vXe01yZtn0Htst4AydHXiDRFNasdZfnVPyx8rR29blRvLWrEuZGzaw"[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.535 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.536 [Thread-9] wire - http-outgoing-1 << " "kid" : "935c64e2-b724-4c39-9401-26c025d2a4ea_sig_rs512",[\n]" [DEBUG] 2022-10-25 08:47:19.536 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDBDCCAeygAwIBAgIhAO01jWsECZ6G6Kma2GQiuaxoZHHr+AaRcRrGw7sCFCD0MA0GCSqGSIb3DQEBDQUAMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwHhcNMjIxMDI0MDgzODM0WhcNMjIxMDI2MDkzODQxWjAhMR8wHQYDVQQDDBZveEF1dGggQ0EgQ2VydGlmaWNhdGVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1h4LzQjg8eU0LSlFVYm4VUsSFmmjLuBbd1bpQ1O0/PjYubt5HBPYgDzS8R+dmt5YTJS4bJWO3J5ZMZTd4lApsFatJG0FlMhqS6FLoP97a6CmyfQ4wazsNIJ6rcHFMtCVqMFBsxnKFzZtDED6EUHr6fqTM1WG/QmJWaLOvZM2rDravjLmHAQmkPmf1BnpOuCIlngtGDcTCdQfQvCG7glZaOkqteqiXcW9hW/PH5FN7CFsnqt7UWotcqeBWVD74d8tG1r0knTubfSQBhVRmIO/40o0r7GBvb6a0rNzF3xbAwFKj0+7SEIIZKMX2Qll5wK/G6ddTB2bIUNybvotWnxn/wIDAQABoycwJTAjBgNVHSUEHDAaBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwDQYJKoZIhvcNAQENBQADggEBACak/7JZk7pvejFGNCCZofYa9qLRBAj4f2J59F" [DEBUG] 2022-10-25 08:47:19.536 [Thread-9] wire - http-outgoing-1 << "vaoLddLg6U+Rac6smBb3+lxHeFjb7mV1OeH0dsszyNLxBFnmZxp4RMU6urPz0KTJ3T8P0YpbCzR7Qz5fAS3WR+yNyhfvB4ZtMyBYFjdXq4JFCznSTqHo+zCl93xe0x69kEYpuvBOPw5CTykMWEmCAPh2k3gWK9nz9PScrZn1kqaVn/qaeOslnolntX3hPFTRBnt/i4vm5Tp7jSFa/xcb6r9j/GVOuwqRblAIUkAFjaFtWjThHwfZnizKoQ6M43Py7tRWMfeVlUSucj79eO/OPBJXWtwxCeCe3gjhCyIj0qOLsM/tA=" ],[\n]" [DEBUG] 2022-10-25 08:47:19.536 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " "alg" : "RS512",[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " "n" : "1h4LzQjg8eU0LSlFVYm4VUsSFmmjLuBbd1bpQ1O0_PjYubt5HBPYgDzS8R-dmt5YTJS4bJWO3J5ZMZTd4lApsFatJG0FlMhqS6FLoP97a6CmyfQ4wazsNIJ6rcHFMtCVqMFBsxnKFzZtDED6EUHr6fqTM1WG_QmJWaLOvZM2rDravjLmHAQmkPmf1BnpOuCIlngtGDcTCdQfQvCG7glZaOkqteqiXcW9hW_PH5FN7CFsnqt7UWotcqeBWVD74d8tG1r0knTubfSQBhVRmIO_40o0r7GBvb6a0rNzF3xbAwFKj0-7SEIIZKMX2Qll5wK_G6ddTB2bIUNybvotWnxn_w"[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " "kty" : "EC",[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " "crv" : "P-256",[\n]" [DEBUG] 2022-10-25 08:47:19.537 [Thread-9] wire - http-outgoing-1 << " "kid" : "7603ba4e-521a-4e7a-942e-4931042b9cee_sig_es256",[\n]" [DEBUG] 2022-10-25 08:47:19.538 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIBeDCCAR2gAwIBAgIgXp9LLuVqIKKjHsOvQeuXLvoYhDu4IL4UutpiDSUS68cwCgYIKoZIzj0EAwIwITEfMB0GA1UEAwwWb3hBdXRoIENBIENlcnRpZmljYXRlczAeFw0yMjEwMjQwODM4MzVaFw0yMjEwMjYwOTM4NDFa" [DEBUG] 2022-10-25 08:47:19.538 [Thread-9] wire - http-outgoing-1 << "MCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQhKsg21pN/32R7zPQ/T2wdUXqA6LVIcTzpFCsa8O6XFsWvRR56J3QoiAAo4pjlVGxWOlAAPQMYopwI/l0Y0ZI5oycwJTAjBgNVHSUEHDAaBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwCgYIKoZIzj0EAwIDSQAwRgIhALAduntKXDxatJ1hbNyVYKUuK90m/nqplSu6G72AkVroAiEAtmPT1rfOzj9x+7s7bjXlTYgcFOBPJ5gnhCl+qk23G58=" ],[\n]" [DEBUG] 2022-10-25 08:47:19.538 [Thread-9] wire - http-outgoing-1 << " "x" : "ISrINtaTf99ke8z0P09sHVF6gOi1SHE86RQrGvDulxY",[\n]" [DEBUG] 2022-10-25 08:47:19.538 [Thread-9] wire - http-outgoing-1 << " "y" : "xa9FHnondCiIACjimOVUbFY6UAA9AxiinAj-XRjRkjk",[\n]" [DEBUG] 2022-10-25 08:47:19.540 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " "alg" : "ES256"[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " "kty" : "EC",[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " "crv" : "P-384",[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " "kid" : "87655e69-5eed-4f55-abe0-90f8ef60968a_sig_es384",[\n]" [DEBUG] 2022-10-25 08:47:19.541 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIBtDCCATqgAwIBAgIgYKtomgF/eSQH2Au7X4h6MXaeXDHszDwCkhcDKx4Ba9UwCgYIKoZIzj0EAwMwITEfMB0GA1UEAwwWb3hBdXRoIENBIENlcnRpZmljYXRlczAeFw0yMjEwMjQwODM4MzVaFw0yMjEwMjYwOTM4NDFaMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARu913ea+HdimRaN9wNL5q1ypNqbbuFca1i9vS0LAD535Nr0JQb4ss4C9om6pG1Wz05rhLojqSLBLBQac2EutXN7D5e57bzhEahG4x0FLDIJxAp98P70iw4vbe62sQAEOuj" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << "JzAlMCMGA1UdJQQcMBoGCCsGAQUFBwMBBggrBgEFBQcDAgYEVR0lADAKBggqhkjOPQQDAwNoADBlAjAQI6H841r+tBtmXIYv7FDYFHb4sNwwkU4qYoUcCWOxiyPGNOnD4ooIIGBEY+VFbXsCMQDrqMqZXE+62F8xrCMVdcKEzxy8JamuX+O4IjHVmq8Y7QfLrvtGOhpL13DrB5n259s=" ],[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "x" : "bvdd3mvh3YpkWjfcDS-atcqTam27hXGtYvb0tCwA-d-Ta9CUG-LLOAvaJuqRtVs9",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "y" : "Oa4S6I6kiwSwUGnNhLrVzew-Xue284RGoRuMdBSwyCcQKffD-9IsOL23utrEABDr",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "alg" : "ES384"[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "kty" : "EC",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "crv" : "P-521",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "kid" : "de6780b4-3504-47ec-ad45-2c99c2a9e2bc_sig_es512",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIB/zCCAWCgAwIBAgIgGF8JtjhGpET5tj9ioYxzwvwMvRpFlK7KjJHKnQ8L5tAwCgYIKoZIzj0EAwQwITEfMB0GA1UEAwwWb3hBdXRoIENBIENlcnRpZmljYXRlczAeFw0yMjEwMjQwODM4MzZaFw0yMjEwMjYwOTM4NDFaMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwgZswEAYHKoZIzj0CAQYFK4EEACMDgYYABAA7VWkyOQtkEUd3Y/BE+toiHZttREpRsyxnuVamunB3o55NUgxs/1LH3TorRlKYbq11ye7BhhD1vuR3uzT+ELCAfgG0T/7cdXxEs0iWU9OWCzYRRhRZe+uMBYCBBRT8j7fQznVdr+aiI+EdnAS3v9ezHhDCbVnl5HLGJL9kKhjSviqcKqMnMCUwIwYDVR0lBBwwGgYIKwYBBQUHAwEGCC" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << "sGAQUFBwMCBgRVHSUAMAoGCCqGSM49BAMEA4GMADCBiAJCAYJmxbcNEf79o3cEY72VgEmk8TLpJEhGSOPahRZez4Z9Nte4mODfmcInbWwG7J2XKKc/eC/fIp1iJSETafHdCsruAkIAqXLoMjtOIOen4zvy4Fc+8IDuZ/9cGO2yDSm9x1tLNAvkLctmGlQ7uy6Ra7n9vF7oxJ/FV69kYA5ruHM7r0ZhC8g=" ],[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "x" : "O1VpMjkLZBFHd2PwRPraIh2bbURKUbMsZ7lWprpwd6OeTVIMbP9Sx906K0ZSmG6tdcnuwYYQ9b7kd7s0_hCwgH4",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "y" : "AbRP_tx1fESzSJZT05YLNhFGFFl764wFgIEFFPyPt9DOdV2v5qIj4R2cBLe_17MeEMJtWeXkcsYkv2QqGNK-Kpwq",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "alg" : "ES512"[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "kid" : "81e2dfe9-eada-410f-b5ef-e816a306785d_sig_ps256",[\n]" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDazCCAh+gAwIBAgIgd3w3+Js61r8MshQgmhwVdV0wGoNnR2apLcfJvkWncXkwQQYJKoZIhvcNAQEKMDSgDzANBglghkgBZQMEAgEFAKEcMB" [DEBUG] 2022-10-25 08:47:19.542 [Thread-9] wire - http-outgoing-1 << "oGCSqGSIb3DQEBCDANBglghkgBZQMEAgEFAKIDAgEgMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwHhcNMjIxMDI0MDgzODM3WhcNMjIxMDI2MDkzODQxWjAhMR8wHQYDVQQDDBZveEF1dGggQ0EgQ2VydGlmaWNhdGVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4n4TAKBVDVY4vL8ZsMh/VJZJuTPULGtwekadwL34OszdAqxvasYwzYX" [DEBUG] 2022-10-25 08:47:19.543 [Thread-9] wire - http-outgoing-1 << "[\r][\n]" [DEBUG] 2022-10-25 08:47:19.548 [Thread-9] wire - http-outgoing-1 << "1ec8[\r][\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << "wM7Nnsnx57nLqeDfU4TgNihww1B1nz/CTREcHyDTWH9rsHm3em0H81P1HFFOrkLfLkSVfKFtQeSGqhOcoE+5SXIaPFeZiu5ZE7GzAsE/yniaIMl9nqpsLWtgCPX46fl8Jmsgu+DLUGZYBNItL5NRaPDn7Ui7fl9vGbT7kOH+a6O6nDx4zO8fzDG3/SW/UtBToL4Su5e0FEkwIZMIJYLA22MIsySxxD1Cihp9DM6HSmMoP1B9dukickKMxZg41hnWtDCR10Bkk6O4DITkZEDbKvUic7ZaquwIDAQABoycwJTAjBgNVHSUEHDAaBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwQQYJKoZIhvcNAQEKMDSgDzANBglghkgBZQMEAgEFAKEcMBoGCSqGSIb3DQEBCDANBglghkgBZQMEAgEFAKIDAgEgA4IBAQBUY5HmXf8rqa7wCZEQdrx96CWWLVVTwC9wGSBJK9HVvS/hO29iOpRsE2SxOt8yNg6LQuY905Um6S0vrKBIKXKg3vXB/aBlyo9iTqsp7VM2xKTZxIAF5co68feMkp7TQzlVm7C/mQ7zKOc5dHI8j0rDhOj9co7dv2X+XX7RXVgOTvgD8UyamcwhLI80dgKqgpTlMe5GgM2Nvzg2wlqu3O3Oa/VtmSfUDau32Mnbe21bMJLpIzihL9L/KlnCRXSCmZ1Zhyi+n0JhLvEUvXkrX3JLItIfcf2+C6iJIEz+MMqQgKilMQSFEW5rszWnNVj5dar1vLmv40trhXEJf+4DQHy7" ],[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "alg" : "PS256",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "n" : "4n4TAKBVDVY4vL8ZsMh_VJZJuTPULGtwekadwL34OszdAqxvasYwzYXwM7Nnsnx57nLqeDfU4TgNihww1B1nz_CTREcHyDTWH9rsHm3em0H81P1HFFOrkLfLkSVfKFtQeSGqhOcoE-5SXIaPFeZiu5ZE7GzAsE_yniaIMl9nqpsLWtg" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << "CPX46fl8Jmsgu-DLUGZYBNItL5NRaPDn7Ui7fl9vGbT7kOH-a6O6nDx4zO8fzDG3_SW_UtBToL4Su5e0FEkwIZMIJYLA22MIsySxxD1Cihp9DM6HSmMoP1B9dukickKMxZg41hnWtDCR10Bkk6O4DITkZEDbKvUic7Zaquw"[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "kid" : "3231d99c-b394-43b7-a302-de302cd394dd_sig_ps384",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDazCCAh+gAwIBAgIgBAuIEUNURCcVuMd/94YqElThIaSbB8ER4nrDi/dG65YwQQYJKoZIhvcNAQEKMDSgDzANBglghkgBZQMEAgIFAKEcMBoGCSqGSIb3DQEBCDANBglghkgBZQMEAgIFAKIDAgEwMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwHhcNMjIxMDI0MDgzODM5WhcNMjIxMDI2MDkzODQxWjAhMR8wHQYDVQQDDBZveEF1dGggQ0EgQ2VydGlmaWNhdGVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn01lsUhZBqZg1YidY3lvKfvZlHp0HrgP5/KjX9wxEGwU0lE7gd4N2u0TW4wtQFfdl/e4kCH+rF9xOHWbsRz2fKlYTcTq0GbaYe/tdIdYINeXGskdNrjw+ou/Bxo8fIUy+u2EPtqnAc8LwLqLW0ZNfdUEzG0A8EwY7XtAoiwsvqQ5Ekgo4SjZs26BZj1DUF77fYgjmQ1HrYVy+XIEkcDIBwFQwY7hFeXM6EhIx7eGo6UDKMiA5G3Qf51eCRfy09kj/LkdLtQO7DKr9FZA90J0Hj+wbm4k4j7hyIE+0XJMkyuPt11qc+xjGp1HUjlpWlOM7WwXLetdWeU6QQdgjCgJvQIDAQABoycwJTAjBgNVHSUEHDA" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << "aBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwQQYJKoZIhvcNAQEKMDSgDzANBglghkgBZQMEAgIFAKEcMBoGCSqGSIb3DQEBCDANBglghkgBZQMEAgIFAKIDAgEwA4IBAQA7xWBuEhGjAFroihOeAJGMYmahJjf8SJklA4kj3vVUjjxCMOW6Kv+NabEhd1WfCOvYTGquSY02TPPeqqX6hxwtWxNT88HpUijqo9y3xc3J6KTYL24FVoS7Brq+nVRlkqUA1bsp0OHitcGTsi7naV2gxKvKrA2Omclph5A22rgbL/pPinQ3oJOov2mXodvhrQGiMYcEKuK0vGyyFU0mkvSe8z93+itpE+sch1Hw8sSJzVVGzSqqRvNY5U7bFdVVaWVZWsIzRe7mKE2ZEbK3Xf/KiuGJouYfg85RPkkkLv/n3IxCKM6YwvitrB2fokr2IEn/7ARVTuDY/XXGw34e/AmP" ],[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "alg" : "PS384",[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " "n" : "n01lsUhZBqZg1YidY3lvKfvZlHp0HrgP5_KjX9wxEGwU0lE7gd4N2u0TW4wtQFfdl_e4kCH-rF9xOHWbsRz2fKlYTcTq0GbaYe_tdIdYINeXGskdNrjw-ou_Bxo8fIUy-u2EPtqnAc8LwLqLW0ZNfdUEzG0A8EwY7XtAoiwsvqQ5Ekgo4SjZs26BZj1DUF77fYgjmQ1HrYVy-XIEkcDIBwFQwY7hFeXM6EhIx7eGo6UDKMiA5G3Qf51eCRfy09kj_LkdLtQO7DKr9FZA90J0Hj-wbm4k4j7hyIE-0XJMkyuPt11qc-xjGp1HUjlpWlOM7WwXLetdWeU6QQdgjCgJvQ"[\n]" [DEBUG] 2022-10-25 08:47:19.549 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "use" : "sig",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "kid" : "555fc3b9-bd83-4acc-89ae-5c705a181fb4_sig_ps512",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " " [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDazCCAh+gAwIBAgIgLiofhMnJq6Ncn0lmZk4CTeF/S7nQwqDPX3QpTZ7144wwQQYJKoZIhvcNAQEKMDSgDzANBglghkgBZQMEAgMFAKEcMBoGCSqGSIb3DQEBCDANBglghkgBZQMEAgMFAKIDAgFAMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwHhcNMjIxMDI0MDgzODQwWhcNMjIxMDI2MDkzODQxWjAhMR8wHQYDVQQDDBZveEF1dGggQ0EgQ2VydGlmaWNhdGVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsUphNNl133QJ4fC2imDxMlpqzIaKjGZ6eJi6SQbRBHhXLxIkQQ8FbDPuv1jWIHfm5xvf+vRQiTGLqjCAaqaxvwNWMX4QgRA+ZeffnRSeiGBnGUh7I0ETFWSK6BFoYEWrWg8xDBlpoHVvO9ziRhIm4QX2ujeDimA/muC/yTnfdJ3I26mgagIMWqnMDzYbDhcMJj2NC4yxY+MbeoqhbqzrlR4s94awxtRr421hnhhZB1DJHGJEioPMmhyIy9WfGDA8RjJmHTKOjZQ3xoXMpxuquJIisl2WY6V6yRX8sBd4sidbLLq/VPtJRb6RdpTcrZIG94wDf6Mw2Pct3GnxLvupSQIDAQABoycwJTAjBgNVHSUEHDAaBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwQQYJKoZIhvcNAQEKMDSgDzANBglghkgBZQMEAgMFAKEcMBoGCSqGSIb3DQEBCDANBglghkgBZQMEAgMFAKIDAgFAA4IBAQBNWUjiM/eVgW4xFiF31b+P+2fAIS/XQ8AC64gK/rLq4SY7XhEXwD1Hsde8F8shq77DzxMcpfGnxPk3twbPUpFLvhz8bl29Zzsd8ZCycHMRah1prCaFxPNDgxuX6vk6yjezTiJox4i915MlEnlPKSOza6ZQ1FLrr3DkS562kt4RDb0pX6GlunP" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << "h9nH0B3vP+JHdgRFm4yIkj17JN5X2gNbdJ7qcPfOT3lLzcWXVqbeywvjU8hzexexIeyEPl78tqZ4G8VIMm2/zqKiKJMDfc8LUz9IGe1pcaHHBCWO6eAtq+0UuJTcMPDlBXHUIKXh/sVfsNK0R7Ebi52sfgA9gdk2R" ],[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "alg" : "PS512",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "n" : "sUphNNl133QJ4fC2imDxMlpqzIaKjGZ6eJi6SQbRBHhXLxIkQQ8FbDPuv1jWIHfm5xvf-vRQiTGLqjCAaqaxvwNWMX4QgRA-ZeffnRSeiGBnGUh7I0ETFWSK6BFoYEWrWg8xDBlpoHVvO9ziRhIm4QX2ujeDimA_muC_yTnfdJ3I26mgagIMWqnMDzYbDhcMJj2NC4yxY-MbeoqhbqzrlR4s94awxtRr421hnhhZB1DJHGJEioPMmhyIy9WfGDA8RjJmHTKOjZQ3xoXMpxuquJIisl2WY6V6yRX8sBd4sidbLLq_VPtJRb6RdpTcrZIG94wDf6Mw2Pct3GnxLvupSQ"[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "use" : "enc",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "kid" : "058646ae-44be-422c-80df-91d8811169c5_enc_rsa1_5",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDBDCCAeygAwIBAgIhAPpA/2KHG9EwOttlfgfVhRhBb4kNhRkvR2bbT3RysdS+MA0GCSqGSIb3DQEBCwUAMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwHhcNMjIxMDI0MDgzODQxWhcNMjIxMDI2MDkzODQxWjAhMR8wHQYDVQQDDBZveEF1dGggQ0EgQ2VydGlmaWNhdGVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoSm/iA8PcsH6ljvfiEwLbUTRL04A4iJRU/" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << "K0NF60vNBdawcThdHBIEh+4Hx+XENt2kn15cmooYifcBqhYzMVHWk0FWHa720a4ycI9n9jJQCKpCB06tuTz2Kz72wBlOs/k0wCWlOJopQDghsu0gNQ06SqUaTHFvVXuGMRarAVIlSgXsF85XYNKEPWUUjaU/AEobdwKDOYOg5Go5K9tG+1sHkBMlDeCA1fQTqm+utBz70sjCxmP25sIIIKzDbYrLu+cDKWQd370WuUo6QgzNsEptKSmojr76NM2hF5n0F9OQZWcWi2u+Y+WXUggnKOO3e3igegc11HiRsyGw2WXUB+NwIDAQABoycwJTAjBgNVHSUEHDAaBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwDQYJKoZIhvcNAQELBQADggEBAJi3rQgOz2CRegso3zkIymgqieUhmx9u49+IiSqwxXJ4HLrKW7plycMAcC6wprRRlqse+VZu5YKfttECbixx9EahiNZQj83aMlEcHzrCFMwTf7/edQte/sFm7VZ6vP2X+Rgz5NvD9UqTaGQAkPdkHLtIWkw2/jjnPaV4H5hN5SEuHN9UI0FEPgHoYj5Kdd9gRLwgyv/clf8W2o0wh9QTGmJOQOSlX4bS0MKEmy0ncmvjRpgRZ08GewsFNHSoywlizCjyvQ18q+eCrXMmWEZlG8A1OSzX7TCzw49ACgM22xRIJoFkW5It9/OgIZVnLCbE1uBF3ti2kZedUxTlRLoI4bE=" ],[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "alg" : "RSA1_5",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "n" : "oSm_iA8PcsH6ljvfiEwLbUTRL04A4iJRU_K0NF60vNBdawcThdHBIEh-4Hx-XENt2kn15cmooYifcBqhYzMVHWk0FWHa720a4ycI9n9jJQCKpCB06tuTz2Kz72wBlOs_k0wCWlOJopQDghsu0gNQ06SqUaTHFvVXuGMRarAVIlSgXsF85XYNKEPWUUjaU_AEobdwKDOYOg5Go5K9tG-1sHkBMlDeC" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << "A1fQTqm-utBz70sjCxmP25sIIIKzDbYrLu-cDKWQd370WuUo6QgzNsEptKSmojr76NM2hF5n0F9OQZWcWi2u-Y-WXUggnKOO3e3igegc11HiRsyGw2WXUB-Nw"[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " }, {[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "kty" : "RSA",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "e" : "AQAB",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "use" : "enc",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "crv" : "",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "kid" : "c35bfd39-5a64-4fe9-9409-7e44f01ee2fa_enc_rsa-oaep",[\n]" [DEBUG] 2022-10-25 08:47:19.550 [Thread-9] wire - http-outgoing-1 << " "x5c" : [ "MIIDBDCCAeygAwIBAgIhALw03x2Pf34n8ZhHy7Q0d1Y4N/kkfe9ocVtiVZSi1UOFMA0GCSqGSIb3DQEBCwUAMCExHzAdBgNVBAMMFm94QXV0aCBDQSBDZXJ0aWZpY2F0ZXMwHhcNMjIxMDI0MDgzODQxWhcNMjIxMDI2MDkzODQxWjAhMR8wHQYDVQQDDBZveEF1dGggQ0EgQ2VydGlmaWNhdGVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq1nFzGhsCa8nhW36wL3PIwz1NmPmt1n0ZZv6RD3V0TN5Rwvpg+gYvCGon2YGuXHc4CoZvmmGNpbsTPa7hNLPmdkrCcgtX0KOb0UHNsjRoZqakxOY5llZBHOKtPLAwOtaBzKhUDp/Pk6gk+4D59jQ/WvFjVokkPs0EexlyAMIy9wsTCkc+tfnj3VaXWV/qKoZlKK2tJlM4lBU8QTryzJq3BiEr2514XKWgSE1LY4QNmpYcBKvROQSG32DF8aOWaFpKPtdpG4rRx2HXx/1StNq9dxqVQ1q/3vuDz806br9+MENagp8dp7qyGJOk+wl4bg8//Pd+Or54eQdhdnJeynkGwIDAQABoycwJTAjBgNVHSUEHDAaBggrBgEFBQcDAQYIKwYBBQUHAwIGBFUdJQAwDQYJKoZIhvcNAQELBQADggEBAB1aZAl6fZhzBuZdBhw3Payd1n6p1NyFRvj2WYKwEEwf7EKm/O" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << "j+mNl1I0utQ8pm8NI1ZquZRWwX1iH1WYotQAAF4XyDwRHBISaiD0UFgcKoRZMfArWDKMqTgzlVzZpqx3RvreFZOnkgfjz3hR2n2aiBqM7DS8Kck05GtOquoH3OVVpuvIhuzmZgs4dsYu1v7hwGDAhc4cMvv5P7ccJdEtXzhnWrraPFQPrSNrdhOHKlQ72JwbeZHpgadqxK2bKgIh+wkZje7IjkVzYulravO8KjzH4v5KPNqwhAcj5K7FkgJrGv2s95wlfi++keylINWdYOel0bcjdAbIHCXZ6MWWk=" ],[\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << " "exp" : 1666777121069,[\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << " "alg" : "RSA-OAEP",[\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << " "n" : "q1nFzGhsCa8nhW36wL3PIwz1NmPmt1n0ZZv6RD3V0TN5Rwvpg-gYvCGon2YGuXHc4CoZvmmGNpbsTPa7hNLPmdkrCcgtX0KOb0UHNsjRoZqakxOY5llZBHOKtPLAwOtaBzKhUDp_Pk6gk-4D59jQ_WvFjVokkPs0EexlyAMIy9wsTCkc-tfnj3VaXWV_qKoZlK" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << "K2tJlM4lBU8QTryzJq3BiEr2514XKWgSE1LY4QNmpYcBKvROQSG32DF8aOWaFpKPtdpG4rRx2HXx_1StNq9dxqVQ1q_3vuDz806br9-MENagp8dp7qyGJOk-wl4bg8__Pd-Or54eQdhdnJeynkGw"[\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << " } ][\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << "}" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << "[\r][\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << "0[\r][\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] wire - http-outgoing-1 << "[\r][\n]" [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] PoolingHttpClientConnectionManager - Connection [id: 1][route: {s}->domain.com:443] can be kept alive for 5.0 seconds [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] DefaultManagedHttpClientConnection - http-outgoing-1: set socket timeout to 0 [DEBUG] 2022-10-25 08:47:19.551 [Thread-9] PoolingHttpClientConnectionManager - Connection released: [id: 1][route: {s}->domain.com:443][total available: 1; route allocated: 1 of 50; total allocated: 1 of 50] [DEBUG] 2022-10-25 08:47:19.561 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:21.561 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:21.561 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:23.561 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:23.562 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:25.562 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:25.562 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:27.562 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:27.564 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:29.565 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:29.565 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:31.565 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:31.565 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:33.565 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:33.565 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:35.566 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:35.566 [Thread-9] Runner - Background operations complete [DEBUG] 2022-10-25 08:47:37.566 [Thread-9] Runner - Performing background operations [DEBUG] 2022-10-25 08:47:37.566 [Thread-9] Runner - Background operations complete ``` Did you noticed...? > [DEBUG] 2022-10-25 08:47:14.342 [main] wire - http-outgoing-0 << " "end_session_endpoint" : "**https://domain.co**"

By Dzouato Djeumen Rolain Bonaventure staff 31 Oct 2022 at 2:50 a.m. CDT

Dzouato Djeumen Rolain Bonaventure gravatar
The end_session_endpoint isn't an issue per se. It's not being used. But could I obtain all of the logs ? Please do attach them as a file to the ticket comment you are making. Thanks