openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Weird Page Shown When Accessing Demo Via HTTP #3036

Open bauripalash opened 5 years ago

bauripalash commented 5 years ago

Description

I was trying to access the demo of the Mifos X WebApp. As usual I typed http://demo.openmf.org , I was presented with a weird It Works! Page.

I again used curl to verify and it gave same result.

Steps to Reproduce

With Browser :

With Curl

Expected Behaviour

Login Page

Actual Behaviour

Weird It Works! Page

Settings

Screenshots, if any

screenshot_2018-11-08-15-02-06

elirehema commented 5 years ago

Fix #3036 Use Secure Connection @bauripalash HTTPS instead of HTTP
https://demo.openmf.org/#/

bauripalash commented 5 years ago

@elirehema server should force https

jonathanzhang53 commented 5 years ago

I will try and work on this.

bauripalash commented 5 years ago

@jonathanzhang53 I think this is backend or server configuration related problem!

jonathanzhang53 commented 5 years ago

@bauripalash thanks for the heads up

pbhagade0 commented 5 years ago

Hi,

I am a GSOC aspirant. Can I be assigned this issue?

Thanks

jonathanzhang53 commented 5 years ago

@pbhagade0 since you are not in gsoc yet, you can simply comment on this issue that you are working on it and submit a PR. I never got around to working on it so it's all yours.

pbhagade0 commented 5 years ago

I was expecting it to be broken on my local box as well. But the content is vended correctly on local. The local URL I tested is http://localhost:9002/?baseApiUrl=http://demo.openmf.org#/

Any hints as to what direction I should look next

santoshconflux commented 5 years ago

Try this one as well.. http://localhost:9002/?baseApiUrl=http://staging.openmf.org#/

pbhagade0 commented 5 years ago

Not reproducible on that URL either