By: Won Kim user 30 Mar 2017 at 1:20 p.m. CDT

3 Responses
Won Kim gravatar
Hey so I am trying to use the oxd-server on a drupal app that is running on alpine OS and deployed in Apcera which is a private cloud aPaaS that accepts docker images. So far I keep running into an issue where the OpenID Connect Drupal module keeps saying "OpenID Connect requires https. This plugin will not work if your website uses http only." I am not sure if the module is doing a localhost:8099 call to the oxd. But not sure if that may work or not. I think it should but I keep getting this error and won't allow me to go to the OpenID Connect Configuration. I have tried to use the https:// url of the drupal app but it keeps failing when I hit the register and sends me back to the http version of the URL. Maybe if there is a way to give the module a different URL so I can map the app's 8099 to a routed URL in the aPaaS? Not sure if that will fix this issue.

By Won Kim user 30 Mar 2017 at 2:48 p.m. CDT

Won Kim gravatar
oxd looks like it started out ok. Here is the last part of the logs after it outputs the configuration info. 2017-03-30 18:12:11,587 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: bin/../conf 2017-03-30 18:12:11,591 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2017-03-30 18:12:11,718 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/localhost/oxd-server/.oxd-license 2017-03-30 18:12:11,728 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : 6A-DB-AD-FA-23-CE 2017-03-30 18:12:11,729 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2017-03-30 18:12:11,729 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/localhost/oxd-server/.oxd-license 2017-03-30 18:12:11,729 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : 6A-DB-AD-FA-23-CE 2017-03-30 18:12:11,758 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2017-03-30 18:12:13,192 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2017-03-30 18:12:13,197 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Thu Mar 30 16:22:04 GMT 2017, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Qualcomm', expirationDate=Fri Mar 30 16:22:04 GMT 2018, licenseCountLimit=9999, customerName=Qualcomm, emails=[]} 2017-03-30 18:12:13,202 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2017-03-30 18:12:13,203 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/localhost/oxd-server/.oxd-license 2017-03-30 18:12:13,203 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : 6A-DB-AD-FA-23-CE 2017-03-30 18:12:13,204 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2017-03-30 18:12:13,606 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2017-03-30 18:12:13,607 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Thu Mar 30 16:22:04 GMT 2017, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Qualcomm', expirationDate=Fri Mar 30 16:22:04 GMT 2018, licenseCountLimit=9999, customerName=Qualcomm, emails=[]} 2017-03-30 18:12:13,608 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start listening for notifications. 2017-03-30 19:12:13,608 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2017-03-30 19:12:13,610 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/localhost/oxd-server/.oxd-license 2017-03-30 19:12:13,611 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : 6A-DB-AD-FA-23-CE 2017-03-30 19:12:13,611 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2017-03-30 19:12:14,118 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2017-03-30 19:12:14,118 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Thu Mar 30 16:22:04 GMT 2017, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Qualcomm', expirationDate=Fri Mar 30 16:22:04 GMT 2018, licenseCountLimit=9999, customerName=Qualcomm, emails=[]}