> (...)
> I run the redmine app as a normal user so puma can't read the
> /etc/ssl/private/redmine.MY.DOMAIN.COM.key (default perm 400).
Does your environment require keys in /etc/ssl/private? maybe some
corporate policies or such...
If not you can simply configure acme-client(1) to place cert an
tpd_port
forward to port $redminepk_port
}
$ grep relayd /etc/pf.conf
# Allow relayd(8) redirects
anchor "relayd/*"
On Fri, 12 Nov 2021 20:35:45 +0
On 2021-12-06, Radek wrote:
> If I change perm /etc/ssl/private/redmine.MY.DOMAIN.COM.key to 555 website
> loads on FF correctly (no errors on puma) but I still got an error on curl:
> $ curl https://redmine.MY.DOMAIN.COM
> curl: (35) error:1404B418:SSL routines:ST_CONNECT:tlsv1 alert unknown ca
ecation = :log
> >>>>> config.force_ssl = true
> >>>>> end
> >>>>>
> >>>>>
> >>>>>
> >>>>> # /etc/httpd.conf
> >>>>> ext_if="vmx0"
> >>>>>
ttpd_port
}
relay "https" {
listen on $egress port https tls
protocol "https"
forward to port $httpd_port
forward to port $redminepk_port
}
$ grep relayd /etc/pf.conf
# Allow relayd(8) redirects
anchor "relayd/*"
On Fri, 12 Nov 2021 20:35:45 +01
{
> >> > block return 302 "https://$HTTP_HOST$REQUEST_URI";
> >> > }
> >> > }
> >> >
> >> >
> >> > # /etc/relayd.conf
> >> > egress="A.B.C.D"
> >> > table { 127.0.0.1 }
&g
}
>> > }
>> >
>> >
>> > # /etc/relayd.conf
>> > egress="A.B.C.D"
>> > table { 127.0.0.1 }
>> > redminepk_port="3001"
>> > table { 127.0.0.1 }
>> > httpd_port="80"
>> > http protocol
match request header set "Connection" value "close"
> >match response header remove "Server"
> > }
> > http protocol "https" {
> >pass request header "Host" value "redmine.MY.DOMAIN.COM" forward
ocol "http"
forward to port $httpd_port
}
relay "https" {
listen on $egress port https tls
protocol "https"
forward to port $httpd_port
forward to port $redminepk_port
}
$ grep relayd /etc/pf.conf
# Allow relayd(8) redirects
anchor "relayd/*"
t;$SERVER_ADDR:$SERVER_PORT"
match request header set "Connection" value "close"
match response header remove "Server"
}
relay "http" {
listen on $egress port http
protocol "http"
forward to port $httpd_port
}
relay "https" {
liste
Hello Werner,
thank you for your installation details. I'll give it a try in a few days.
On Thu, 11 Nov 2021 23:57:02 +0800
Werner Boninsegna wrote:
> Hello Radek,
>
> I am running Redmine on OpenBSD 6.8 and I just followed the installation
> instructions posted on the Redmi
Hello Michael,
Thank you for your reply.
Actually I'm not new in OpenBSD but it's gonna be my first Redmine
installation. That's why I wanted to know if there are any well known issues
with Redmine vs OpenBSD.
It's good to know that the Redmine installation doesn't require any special
effort.
Hello Radek,
I am running Redmine on OpenBSD 6.8 and I just followed the installation
instructions posted on the Redmine page which are quite complete:
https://www.redmine.org/projects/redmine/wiki/Installation_Guide
I installed Postgres and Ruby+Dependencies from the OpenBSD packages.
Werner
Am 09.11.21 17:56 schrieb Radek:
> Hi @misc,
> Does anyone successfully run redmine[1] on OpenBSD?
> I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've
> never done it before so any advices and hints would be appreciated.
Best way is to begin with your setup and then when yo
Hi @misc,
Does anyone successfully run redmine[1] on OpenBSD?
I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've never
done it before so any advices and hints would be appreciated.
There isn't much up to date info in google about it[2][3].
1. https://www.redmine.org/
2. http
15 matches
Mail list logo