Has anyone gotten APE to work over https using stunnel?
stunnel 4.29
APE_JSF 1.1.1
APE Server 1.1.1
APE Configs
uid {
# "aped" switch to this user/group if it run as root
user = daemon
group = daemon
}
Server {
port = 5280
daemon = yes
ip_listen = 0.0.0.0
domain = ape.xxxxxxxxxxx.net
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
Log {
debug = 1
use_syslog = 0
syslog_facility = local2
logfile = ./ape.log
}
JSONP {
eval_func = Ape.transport.read
allowed = 1
}
Config {
#relative to ape.conf
modules = ../modules/lib/
modules_conf = ../modules/conf/
}
stunnel config
cert = /usr/local/etc/stunnel/star_xxxxxxxxx_net.pem
key = /usr/local/etc/stunnel/star_xxxxxxxxx_net.key
;sslVersion = SSLv3
sslVersion = all
;foreground = yes
debug = 7
output = /var/log/stunnel4/stunnel.log
[ape]
accept = 443
connect = 5280
When I use curl to https://ape.xxxxxxx.net I get the expected result
so it looks like the connect between stunnel and ape is working, but
when I use teh APE_JSF/Tools/Check page it never connects? Anyone
have any ideas?
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/