Re: [update] www/mycorrhiza: add cert symlink instructions

2024-03-05 Thread Jag Talon
On Mon Mar 4, 2024 at 6:00 AM EST, Omar Polo wrote: > I'm not a relayd user, but this seems to me the wrong place to put this > information. > > If I understand correctly relayd is not loading the fullchain cert, due > to the (IMHO silly) rules of how it loads the certificates in /etc/. If > this

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-03-04 Thread Omar Polo
Hello, On 2024/02/27 09:14:59 -0500, "Jag Talon" wrote: > On Mon Feb 26, 2024 at 11:14 PM EST, la-ninpre wrote: > > On 26 February 2024 22:45:18 UTC, Jag Talon > > wrote: > > > Bumping REVISION as well. > > > > > > > Hello, > > thank you for suggesting this change, I haven't noticed this befo

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-03-01 Thread Jag Talon
On Tue Feb 27, 2024 at 10:36 AM EST, la-ninpre wrote: > Good, thank you! > Now someone with commit access could merge this. Thank you! Would anyone be able to merge this change? -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag 2F17E7825E755F08.asc Description: applicati

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-27 Thread la-ninpre
On 27 February 2024 14:14:59 UTC, Jag Talon wrote: > On Mon Feb 26, 2024 at 11:14 PM EST, la-ninpre wrote: > > On 26 February 2024 22:45:18 UTC, Jag Talon > > wrote: > > > Bumping REVISION as well. > > > > > > > Hello, > > thank you for suggesting this change, I haven't noticed this before, >

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-27 Thread Jag Talon
On Mon Feb 26, 2024 at 11:14 PM EST, la-ninpre wrote: > On 26 February 2024 22:45:18 UTC, Jag Talon wrote: > > Bumping REVISION as well. > > > > Hello, > thank you for suggesting this change, I haven't noticed this before, because > in testing environment i wasn't using ssl and in 'production'

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-27 Thread Jag Talon
On Mon Feb 26, 2024 at 11:14 PM EST, la-ninpre wrote: > On 26 February 2024 22:45:18 UTC, Jag Talon wrote: > > Bumping REVISION as well. > > > > Hello, > thank you for suggesting this change, I haven't noticed this before, because > in testing environment i wasn't using ssl and in 'production'

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread la-ninpre
On 26 February 2024 22:45:18 UTC, Jag Talon wrote: > Bumping REVISION as well. > Hello, thank you for suggesting this change, I haven't noticed this before, because in testing environment i wasn't using ssl and in 'production' I already had this symlink. The patch is fine by me, but i'm thin

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread Jag Talon
Bumping REVISION as well. -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag Index: Makefile === RCS file: /cvs/ports/www/mycorrhiza/Makefile,v retrieving revision 1.4 diff -u -p -u -r1.4 Makefile --- Makefile

[update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread Jag Talon
The httpd.conf and relayd.conf instructions in the README work, but leads to SEC_ERROR_UNKNOWN_ISSUER errors on some browsers. The solution can be found in the project's documentation [1] which is to symlink the example.com.fullchain.pem file to example.com.crt. Here is a patch to the README that