Michal Trojnara
2016-01-14 08:52:56 UTC
Hi Hongyi,
My hint:
$ curl -s http://localhost:3000/
Cannot GET /
$ curl -s -H 'Host: coolaj86.com' http://localhost:3000/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AJ ONeal</title>
...
Best regards,
Mike
- -O
/tmp/root.pem
My hint:
$ curl -s http://localhost:3000/
Cannot GET /
$ curl -s -H 'Host: coolaj86.com' http://localhost:3000/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AJ ONeal</title>
...
Best regards,
Mike
Hi all,
http://plug.org/pipermail/plug/2015-August/033939.html
1- Complile and install the lastest stunnel, i.e., the
stunnel-5.29.
2- Obtaining the root cert
wget -q
https://gist.githubusercontent.com/coolaj86/327cee3eee6fc119b389/raw/r
oot.pemhttp://plug.org/pipermail/plug/2015-August/033939.html
1- Complile and install the lastest stunnel, i.e., the
stunnel-5.29.
2- Obtaining the root cert
wget -q
https://gist.githubusercontent.com/coolaj86/327cee3eee6fc119b389/raw/r
- -O
/tmp/root.pem
pid = /tmp/stunnel-tlsvpn.pid
client = yes verify = 1 foreground = yes
[tlsvpn] accept = localhost:3000 sni = coolaj86.com connect =
coolaj86.com:443 CAfile = /tmp/root.pem
$ stunnel ./stunnel-tlsvpn.conf
http://localhost:3000
Cannot GET /
Any hints on this issue?
Regards
client = yes verify = 1 foreground = yes
[tlsvpn] accept = localhost:3000 sni = coolaj86.com connect =
coolaj86.com:443 CAfile = /tmp/root.pem
$ stunnel ./stunnel-tlsvpn.conf
http://localhost:3000
Cannot GET /
Any hints on this issue?
Regards