On Sun, 3 May 2020, 00:50 Scott Dunbar, <[email protected]> wrote:

> For those that might run across it - to use the UI you must first go to
> https://localhost:8443/ and accept the self-signed cert.  Otherwise you
> get a message that is rather misleading.
>

Great point! Would you like to raise a PR to add this tip to the README?

I'm curious why it isn't easier to just use http for test environments?
>

The Fineract API enforces using https through an automatic redirect from
http, so the problem you describe would probably still happen? Try it.

Unless someone wants to contribute something to run only with http, like a
Spring Profile, for Dev. The"danger" is that someone somewhere will then
run a production instance like that, if it's easy enough... ;-)

  The error in the browser and the error in the developer tools do not give
> much of an indication as to the underlying nature of the problem in at
> least current Firefox and Chrome browsers.
>
>
>
> On Sat, May 2, 2020 at 6:31 AM Michael Vorburger <[email protected]>
> wrote:
>
>> Hello everyone,
>>
>> Shout out to Nasser for having contributed the just merged PR #787
>> <https://github.com/apache/fineract/pull/787> (also note #791
>> <https://github.com/apache/fineract/pull/791>) for
>> https://issues.apache.org/jira/browse/FINERACT-845.
>>
>> With this, it's easier than it has ever been before in the history of
>> this project to locally spin up the latest and greatest version of Apache
>> Fineract + also latest version (!)) of the web UI from the Community App:
>>
>> git clone https://github.com/apache/fineract.git
>> cd fineract
>> docker-compose build
>> docker-compose up -d
>>
>> Now login with default *username* mifos and *password* password on
>> http://localhost:9090/?baseApiUrl=https://localhost:8443/fineract-provider&tenantIdentifier=default
>> .
>>
>> Best,
>> M.
>>
>> PS: https://www.fineract.dev will soon similarly automatically run the
>> very latest code in the cloud (this thread is about something similar for
>> local use using docker compose).
>> _______________________
>> Michael Vorburger
>> http://www.vorburger.ch
>>
>
>
> --
> Scott Dunbar
> Cell: 303 667 6343
>

Reply via email to