By: Hernan Quevedo user 23 May 2017 at 10:18 a.m. CDT

19 Responses
Hernan Quevedo gravatar
Hi. I have installed Gluu in AWS, and as it says on the install page, I used the private address, but even with tunneling from putty, I'm not able to access the login page. What else can I do? Thanks.

By Mohib Zico staff 23 May 2017 at 2:28 p.m. CDT

Mohib Zico gravatar
Though you installed Gluu server with private IP address but for accessing the login page from my computer's browser, I would add the 'public_ip gluu_server_hostname' in my computer's /etc/hosts file. After that, try that hostname_of_gluu_server in your browser; see how that's going.

By Hernan Quevedo user 23 May 2017 at 2:40 p.m. CDT

Hernan Quevedo gravatar
Thanks. But it simply won't load. It gives me the warning for an insecure page, with no certificate which is normal for this test environment; after that, it won't load anything. It even gets to change the URL from https://localhost to https://ec2.gluu.info/identity/, but that's it.

By Mohib Zico staff 23 May 2017 at 2:42 p.m. CDT

Mohib Zico gravatar
Please check if 443 port is open or not.

By Mohib Zico staff 23 May 2017 at 2:44 p.m. CDT

Mohib Zico gravatar
>> It even gets to change the URL from https://localhost to https://ec2.gluu.info/identity/ Also, why 'localhost' is coming? Did you use 'localhost' anywhere during installation?

By Hernan Quevedo user 23 May 2017 at 3:03 p.m. CDT

Hernan Quevedo gravatar
I'm doing tunneling with putty, that's why the localhost, otherwise I won't be able to even try to see the Gluu login page. After opening up the 443 port, still the same problem.

By Mohib Zico staff 23 May 2017 at 3:08 p.m. CDT

Mohib Zico gravatar
There shouldn't be any problem; it's a very easy installation. We are going to share a video with you. Just FYI... before installing Gluu Server there in CentOS6.x AWS, we will make sure that port 443 is open to internet.

By Hernan Quevedo user 23 May 2017 at 3:59 p.m. CDT

Hernan Quevedo gravatar
Thank you, that would be swell.

By Mohib Zico staff 24 May 2017 at 11:21 a.m. CDT

Mohib Zico gravatar
[Installation](https://www.youtube.com/watch?v=tdDsvEo4ObE) of Gluu Server in AWS.

By Hernan Quevedo user 25 May 2017 at 12:03 p.m. CDT

Hernan Quevedo gravatar
Awesome, thank you. Unfortunately the eth0 device does not have a public inet addr, it has a 10.0.0.0 type of address. Maybe that is why the ssh tunneling is not working? The ./setup.py has this private IP.

By Hernan Quevedo user 25 May 2017 at 12:09 p.m. CDT

Hernan Quevedo gravatar
Also, now I'm using 2.2.2.4 server

By Mohib Zico staff 25 May 2017 at 1:30 p.m. CDT

Mohib Zico gravatar
2.4.4 and 3.0 are community supported.

By Hernan Quevedo user 25 May 2017 at 1:50 p.m. CDT

Hernan Quevedo gravatar
Again, sorry, it was 2.4.4.2

By Mohib Zico staff 25 May 2017 at 1:52 p.m. CDT

Mohib Zico gravatar
That one is supported.

By Hernan Quevedo user 26 May 2017 at 10:55 a.m. CDT

Hernan Quevedo gravatar
Good to know, thanks. On the httpd log I'm getting this error: [error] [client 10.0.0.249] File does not exist: /var/www/html/index.html Should this file exist?

By Mohib Zico staff 26 May 2017 at 11 a.m. CDT

Mohib Zico gravatar
That file might exist or not.. but Gluu Server operations are not dependent on this file. So we can ignore this error message.

By Hernan Quevedo user 26 May 2017 at 11:40 a.m. CDT

Hernan Quevedo gravatar
Great. I'm not able to make it work in amazon; I've tried all according to the installation guide: - private ip in setup.py - etc/hosts pointing to public IP given by amazon But it simply won't show up, saying it took too long to respond. I tried tunneling, no tunneling, iptables 443 accept entry, and the logs don't show anything wrong. wget and curl work fetching the index.html, but the oxauth login page never shows up. What else can I do?

By Mohib Zico staff 26 May 2017 at 11:50 a.m. CDT

Mohib Zico gravatar
I think it's better for you to talk your organization system admin who has better knowledge on your environment. As we don't have idea about your organization network infrastructure, so we can't help you much here.

By Hernan Quevedo user 26 May 2017 at 4:37 p.m. CDT

Hernan Quevedo gravatar
Thank you for this support, it was really helpful. It turns out that I had to include an inbound rule in the security group that the amazon instance associates with and tell the network guys here to upgrade my active directory user group to be able to access this unrated site (Fortinet). Thanks again.

By shreyas deshpande user 05 Jan 2021 at 8:54 a.m. CST

shreyas deshpande gravatar
i am trying to install gluu server on a rhel 8 vm on aws. i tried to follow the steps here, but no luck when i try the iptables option it gves me this error iptables v1.8.4 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root) so looks iptables within container is not allowed. i cannot get to the site from the browser on my windows machine.note that in security groups in aws console have opened port 443 for machines from where i am opening browser.