MediaWiki with Parsoid Error 28: Difference between revisions
Created page with "...this one is most likely a DNS issue. Check the /etc/stunnel/stunnel.conf file and make sure all the Domains resolve when testing with PING at the command prompt. Also enable logging with the below code, and it will complain if there are name resolution issues.<syntaxhighlight lang="text"> output = /var/log/stunnel/stunnel.log debug = 7 ; foreground = yes </syntaxhighlight>Another telling symptom is if the stunnel service takes a really long time to restart. Oh, bel..." |
mNo edit summary |
||
Line 15: | Line 15: | ||
key = /PathToCertificates/wiki.terrabase.info/privkey.pem | key = /PathToCertificates/wiki.terrabase.info/privkey.pem | ||
</syntaxhighlight> | </syntaxhighlight> | ||
And as usual, this is not a step by step fix it guide. This is just a hint or clue to get you going if you're using Google, and turning up a bunch of junk. Hopefully this hint helps someone. |