Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2015 14:45:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198315] net/relayd does not work with ssl services
Message-ID:  <bug-198315-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198315

            Bug ID: 198315
           Summary: net/relayd does not work with ssl services
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mm@FreeBSD.org
          Reporter: jjasen@gmail.com
             Flags: maintainer-feedback?(mm@FreeBSD.org)
          Assignee: mm@FreeBSD.org

in FreeBSD 10,0, relayd-5.5.20140810_1 does not work, when configured to check
ssl or for https.

Here's a basic configuration to demonstrate the issue:

table <relay-www> {    \
  172.16.4.1
}

redirect http {
        listen on 10.0.0.244 tcp port 80 
        forward to <relay-www> port 80  \
         check http "/index.html" host www.FOO.org code 200 \
          mode roundrobin 
}

redirect https {
        listen on 10.0.0.244 tcp port 443 
        forward to <relay-www> port 443  \
         check https "/index.html" host www.FOO.org code 200 \
          mode roundrobin
}

relayctl show hosts will show the following:

2       table           relay-www:80                            active (2
hosts)
2       host            172.16.4.1                      98.56%  up
                        total: 137/139 checks

3       table           relay-www:443                           empty
4       host            172.16.4.1                      0.00%   down
                        total: 0/139 checks, error: ssl connect failed

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198315-13>