If you run stunnel yourconf.conf with at the same time a tail -f on the
 /var/log/stunnel4/stunnel.log file, what kind of output do you have?

--
John Chavarria - CEO / Designer
Weelya - improve the Web

+33 (0) 6.43.56.00.83

Twitter : @jchavarria / @weelya

http://www.weelya.com/
http://www.ape-project.org/


On Mon, Mar 19, 2012 at 7:17 PM, Chris Brown <[email protected]> wrote:

> 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/
>

-- 
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/

Reply via email to