https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15714

--- Comment #1 from Peter Wu <pe...@lekensteyn.nl> ---
Example stunnel configuration for testing:

cat >> test.conf <<EOF
foreground = yes
syslog = no
[tcp4]
client = no
accept = 127.0.0.1:10000
connect = 127.0.0.2:8000
protocol = proxy
cert = server.pem
[tcp6]
client = no
accept = ::1:10000
connect = 127.0.0.2:8000
protocol = proxy
cert = server.pem
EOF
stunnel dummy.conf &
socat TCP-LISTEN:8000,fork -
curl https://localhost:10000 -vk4
curl https://localhost:10000 -vk6

(This still needs a PROXY (v1) server, so I am using socat to print to stdout
for now.)

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to