You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/05/08 18:31:21 UTC

[fineract] branch develop updated: clarify Docker Compose UI self-signed SSL certificate

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new f049892  clarify Docker Compose UI self-signed SSL certificate
f049892 is described below

commit f0498926007ecf975b52dd86c2834c48575af1c8
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Wed May 6 04:59:12 2020 +0200

    clarify Docker Compose UI self-signed SSL certificate
    
    as suggested by Scott Dunbar on dev list
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1335632..342e9a5 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,7 @@ Now to run a new Fineract instance you can simply:
 1. `docker-compose up -d`
 1. fineract (back-end) is running at https://localhost:8443/fineract-provider/
 1. wait for https://localhost:8443/fineract-provider/actuator/health to return `{"status":"UP"}`
+1. you must go to https://localhost:8443 and remember to accept the self-signed SSL certificate of the API once in your browser, otherwise  you get a message that is rather misleading from the UI.
 1. community-app (UI) is running at http://localhost:9090/?baseApiUrl=https://localhost:8443/fineract-provider&tenantIdentifier=default
 1. login using default _username_ `mifos` and _password_ `password`