Rich Evans

Results 45 comments of Rich Evans

I'm trying to perform the steps outlined above for a meza 31.8.2 centos7 system. I've opened up firewalld to tcp traffic on port 54321, but the "certbot certonly.." command in...

thanks. but gonna have to wait now.. letsencrypt has a rate limit on failures per hour it will tolerate

I think certbot is indeed creating the challenge folder and token content, however, i think the problem is the .htaccess file that meza creates does not allow token file certbot...

I have confirmed this by creating the folder /opt/htdocs/.well-known/acme-challenge/test.txt and confirmed that https://mysite/.well-known/acme-challenge/test.txt results in a 404. This is a default install of meza 31.8.1.

Hi Albert, At a quick glance it looks to me as if this problem is purely related to updating your system. Everything MEZA does can also be done from the...

For those interested in achieving this capability before gerrit pull request 496705 is merged, is there a place currently where the 3 modified files, namely image_auth.php in their updated forms...

I think i have provided the pull requests for the 3 files you mentioned. In the first two, I had to add the {% else %} part and include the...

Deploy runs fine. I removed SAMLConfig.php in .deploy-meza and that didn't fix it, but it did change the behavior from sending me to the SSO link to generating the following...

My site works well now. Deleting the SAMLconfig.php file in .Deploy-Meza did the trick. The other issue I was having is unrelated to SAML.

Hexmode's recipe for shortURLs requires changes to 3 files: ```1. src/roles/htdocs/templates/.htaccess.j2``` ```2. src/roles/mediawiki/templates/LocalSettings.php.j2``` ```3. src/roles/parsoid-settings/templates/localsettings.js.j2``` as follows: **.htaccess.j2** ``` diff --git a/src/roles/htdocs/templates/.htaccess.j2 b/src/roles/htdocs/templates/.htaccess.j2 index fcebf0d..4eaf935 100644 --- a/src/roles/htdocs/templates/.htaccess.j2 +++ b/src/roles/htdocs/templates/.htaccess.j2...