decentral1se decentral1se
  • Joined on 2020-03-23
decentral1se pushed to master at autonomic-coopera.../autonomic.gandi 2020-03-29 12:51:08 +00:00
decentral1se pushed tag 0.0.5 to autonomic-coopera.../autonomic.gandi 2020-03-29 12:47:03 +00:00
decentral1se pushed to master at autonomic-coopera.../autonomic.gandi 2020-03-29 12:46:26 +00:00
decentral1se pushed to master at autonomic-coopera.../autonomic.gandi 2020-03-29 12:42:38 +00:00
decentral1se pushed to master at autonomic-coopera.../git.autonomic.zone 2020-03-29 12:33:55 +00:00
decentral1se pushed to master at autonomic-coopera.../git.autonomic.zone 2020-03-29 12:20:04 +00:00
decentral1se pushed tag 0.0.4 to autonomic-coopera.../autonomic.gandi 2020-03-29 12:19:46 +00:00
decentral1se pushed to master at autonomic-coopera.../autonomic.gandi 2020-03-29 12:19:36 +00:00
decentral1se pushed to master at autonomic-coopera.../git.autonomic.zone 2020-03-29 12:03:02 +00:00
decentral1se pushed to master at autonomic-coopera.../git.autonomic.zone 2020-03-29 12:00:46 +00:00
decentral1se pushed to master at autonomic-coopera.../git.autonomic.zone 2020-03-29 11:58:51 +00:00
decentral1se commented on issue autonomic-coopera.../id.autonomic.zone#1 2020-03-29 11:50:57 +00:00
Fix HTTPS management after first deploy

For now, it's up, I'll come back to this... work around is for now:

$ dokku apps:destroy keycloak --force

Then push out to deploy again. All data is stored host side on a persistent volume.

decentral1se commented on issue autonomic-coopera.../id.autonomic.zone#1 2020-03-29 11:50:00 +00:00
Fix HTTPS management after first deploy

OK, so in order to get a fresh install working I ran dokku apps:destroy keycloak and then a new build worked just fine! Then testing that, on pushing out to Gitea/Drone for a deploy, I got another failure with the same error as above (see https://drone.autonomic.zone/autonomic-cooperative/keycloak/8/1/3). So, it seems like additional deployments will fail without wiping out the app...

It may be something to do with this log:

remote: 11:46:08,398 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost

Perhaps the second keycloak is generating a cert that is only valid for localhost but the app already has the LE certs mounted into the storage. This might be it...

decentral1se pushed to master at autonomic-coopera.../id.autonomic.zone 2020-03-29 11:45:29 +00:00
decentral1se pushed to master at autonomic-coopera.../id.autonomic.zone 2020-03-29 11:38:17 +00:00
decentral1se pushed to master at autonomic-coopera.../id.autonomic.zone 2020-03-29 11:27:40 +00:00
decentral1se commented on issue autonomic-coopera.../id.autonomic.zone#1 2020-03-29 11:18:11 +00:00
Fix HTTPS management after first deploy

remote: curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
remote: ! Check attempt 3/5 failed.
remote: Attempt 4/5. Waiting for 30 seconds ...

decentral1se opened issue autonomic-coopera.../id.autonomic.zone#1 2020-03-29 11:17:55 +00:00
Fix HTTPS management