By: H. de Visser user 08 Jan 2017 at 4:42 p.m. CST

5 Responses
H. de Visser gravatar
New to gluu, so bare with me.... - Installed Gluu on a new Debian 8 kvm following the docs. - Enabled the 'super_gluu' custom script - Set the 'oxTrust authentication mode' (Default Auth. Method) to: super_gluu - Login into the gluu server, shown the QR-code - Scaning it with Super Gluu app shows: "Failed to get Fidu U2F metadata" Logfiles don't show anything obvious (to me), anything i missed?

By Michael Schwartz Account Admin 09 Jan 2017 at 3:01 p.m. CST

Michael Schwartz gravatar
Yura, can you comment on this?

By Yuriy Movchan staff 10 Jan 2017 at 4:05 a.m. CST

Yuriy Movchan gravatar
I think the problem in self signed certificate. For testing purpouse you can rebuild Super-Gluu with next option in [gradle](https://github.com/GluuFederation/super-gluu/blob/master/Android/app/build.gradle#L66) file: ``` buildConfigField "boolean", "TRUST_ALL_CERT", "true" ``` Mike, we can told Nazar to build this testing version wich works with self signed certificates and put it on our server.

By H. de Visser user 10 Jan 2017 at 1:30 p.m. CST

H. de Visser gravatar
Great, just give me a shout if i need to test something.

By Abdulrazaq Adams user 29 Jan 2017 at 2:30 p.m. CST

Abdulrazaq Adams gravatar
Hi, please what is the solution to this? Where do I find the build.gradle file to make the change Yuriy proposed above? Thanks.