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/06 02:59:22 UTC

[fineract] branch vorburger-README-docker-accept-compose-cert created (now 62eab9a)

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

vorburger pushed a change to branch vorburger-README-docker-accept-compose-cert
in repository https://gitbox.apache.org/repos/asf/fineract.git.


      at 62eab9a  clarify Docker Compose UI self-signed SSL certificate

This branch includes the following new commits:

     new 62eab9a  clarify Docker Compose UI self-signed SSL certificate

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: clarify Docker Compose UI self-signed SSL certificate

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch vorburger-README-docker-accept-compose-cert
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 62eab9a78e5d9db5eed6e40367e2c909c439c011
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 cbc630e..a5b73e8 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`