The issue is when I connect through the openvpn to openmmetings,
connect is
ok, shared screen is ok. but when I want to download a file, the
application return an http error:504 (gateway error)
All other stuff works.
The issue is not appear when I connect directly to the server.

Here is the configuration for the linux server :
# Configuration OpenVPN Serveur
port 1194
proto tcp
dev tun
ca keys/ca.crt
cert keys/some.crt
key keys/some.key
dh keys/dh1024.pem
server 10.9.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
comp-lzo
max-clients 30
persist-key
persist-tun
status openvpn-status.log
log-append  openvpn.log
verb 3
mute 20
duplicate-cn


Here is the configuration for a client :
# Configuration
client
dev tun
proto tcp-client
remote some_name 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca keys/ca.crt
cert keys/some_client.crt
key keys/some_client.key
ns-cert-type server
comp-lzo
status openvpn-status.log
log-append  openvpn.log
verb 3
mute 20

Nothing appears into logs.

Has someone already meet this error ?

Greetings.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" 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/openmeetings-user?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to