By: Graham Private user 17 Feb 2019 at 12:31 p.m. CST

10 Responses
Graham Private gravatar
It seems as though none of the expected files are present, however the init.d script *is* there. After having started `oxd-server`, attempting to start `oxd-https-extension` will throw: ``` ubuntu@auth:~$ sudo /etc/init.d/oxd-https-extension start /etc/init.d/oxd-https-extension: line 213: cd: /opt/oxd-https-extension: No such file or directory ** ERROR: Oops! oxd https extension doesn't appear to be installed in /home/ubuntu ** ERROR: /home/ubuntu/lib/oxd-https-extension-jar-with-dependencies.jar is not readable! ``` Actually the jar is nowhere to be seen on the device. I started down the manual installation route, but don't have the default keystore files, so when I realised this package was new, I simply rolled back to `3.1.4-41~xenial+Ub16.04` which works fine.

By Mohammad Abudayyeh staff 18 Feb 2019 at 2:30 a.m. CST

Mohammad Abudayyeh gravatar
Hi Graham, Sorry to hear it did not work with you. Could you please provide the setup log Thanks,

By William Lowe user 18 Feb 2019 at 2:48 a.m. CST

William Lowe gravatar
Graham, There's no extension in 4.0. Please review the [what's new in 4.0 doc](https://gluu.org/docs/oxd/4.0/4.x-intro/). You will see the following: > oxd-https-extension module is completely removed and also: > https is the main transport layer for oxd-server Thanks, WIll

By Graham Private user 18 Feb 2019 at 5:59 a.m. CST

Graham Private gravatar
That's a logical progression, so makes sense to me. Looks like I was fighting a losing battle attempting to get the extension running then. I guess the plan is to make the documentation public when you're ready? Currently the 4.0 documentation is not visible without the direct link you provided. Thanks for the clarification.

By William Lowe user 18 Feb 2019 at 6:06 a.m. CST

William Lowe gravatar
Yea, we needed a final version of oxd 4 for our new gateway product [gluu gateway](https://gluu.org/docs/gg) but we havent done a full sweep yet, so just holding it back for a few more weeks as we get docs and qa finished up. If you see any issues in your testing please let us know. thanks!!

By Graham Private user 18 Feb 2019 at 6:17 a.m. CST

Graham Private gravatar
I guess that there are no sample applications already? I was going to use the `oxd-spring` project as a guide to protecting our spring-based API, which is obviously against 3.x. Do you know if the `oxd-client` Java interface has changed, i.e. can I just use 4.0.0 of `org.xdi.oxd-client` ?

By Graham Private user 18 Feb 2019 at 6:33 a.m. CST

Graham Private gravatar
Actually, just checked and can see the codebase has changed significantly. Without guidance or expertise in creating an RS in the past, I'm probably going to stick with 3.x for now. Thanks again.

By Yamil Díaz Aguirre user 19 Feb 2019 at 10:41 a.m. CST

Yamil Díaz Aguirre gravatar
I have the same Issue, I guess so it will be better to do a downgrade to 3.x of my oxd-server also, at least until they finish to write the new docs... It would be great to have news when the documentation is ready. Thank you!

By William Lowe user 19 Feb 2019 at 10:48 a.m. CST

William Lowe gravatar
Same issue as what? there is no https extension in oxd 4.0...so unless im missing something, there is no issue here.

By Yamil Díaz Aguirre user 19 Feb 2019 at 11:34 a.m. CST

Yamil Díaz Aguirre gravatar
My mistake, thanks. By the way I saw that Gluu Gateway isn't in beta anymore, so can I use this in production, right?

By William Lowe user 19 Feb 2019 at 11:41 a.m. CST

William Lowe gravatar
GG is licensed under [Gluu Support license](https://gluu.org/docs/gg/#license), meaning an active support contract is needed to use the software in production. Thanks, Will