swbus
swbus
ubuntu@ip-172-31-36-234:~/xmpp/xws$ bin/xabber_ws foreground Exec: /home/ubuntu/xmpp/xws/erts-9.2/bin/erlexec -noshell -noinput +Bd -boot /home/ubuntu/xmpp/xws/releases/0.3.1/start -mode embedded -config /home/ubuntu/xmpp/xws/releases/0.3.1/sys.config -boot_var ERTS_LIB_DIR /home/ubuntu/xmpp/xws/erts-9.2/../lib -args_file /home/ubuntu/xmpp/xws/releases/0.3.1/vm.args -- foreground Root: /home/ubuntu/xmpp/xws 08:42:29.056 [info] Application lager started on node...
test: http://www.xfinfo.com.cn:8080/client/ accounts: [email protected], [email protected], passwd:111111 you can see what happen?
no, no, no use chrome browser, It's make video conference using "openfire-pade-plugin", it's ok.
thanks for reply. browser console show errors: 
xabber.min.js?v2.0.2:32 Uncaught TypeError: Cannot read property 'getUserMedia' of undefined at n.createAudioStream (xabber.min.js?v2.0.2:32) at n.startCall (xabber.min.js?v2.0.2:32) at n.initJingleMessage (xabber.min.js?v2.0.2:32) at n.initCall (xabber.min.js?v2.0.2:32) at n.voiceCall (xabber.min.js?v2.0.2:32) at HTMLDivElement.dispatch (xabber.min.js?v2.0.2:13) at HTMLDivElement.d.handle (xabber.min.js?v2.0.2:13)
It's means must use https but https://www.xfinfo.com.cn:8443/client/ not work, show me"ERR_CONNECTION_REFUSED" my xabber_ws.config: {ssl_cacertfile, "/home/ubuntu/xmpp/xws/fullchain.pem"}, {ssl_certfile, "/home/ubuntu/xmpp/xws/cert.pem"}, {ssl_keyfile, "/home/ubuntu/xmpp/xws/privkey.pem"}, it's right?
thanks alot. I using "Let's Encrypt", and got the 4 files: cert.pem chain.pem fullchain.pem privkey.pem which is the certificate of CA? not fullchain.pem? thanks again
help me please! I have no idea my xabber_ws.config: [ {xabber_ws, [ {ws_path, "/websocket"}, {client_path, "/client"}, {port, 8080}, {ws_timeout, 300000}, {dns_timeout, 3000}, {dns_retries, 3}, {ssl, true}, {ssl_port, 8443}, {ssl_cacertfile, "/home/ubuntu/xmpp/certs/fullchain.pem"},...
[ {xabber_ws, [ {ws_path, "/websocket"}, {client_path, "/client"}, {port, 8080}, {ws_timeout, 300000}, {dns_timeout, 3000}, {dns_retries, 3}, {ssl, true}, {ssl_port, 8443}, {ssl_cacertfile, "/home/ubuntu/xmpp/certs/fullchain.pem"}, {ssl_certfile, "/home/ubuntu/xmpp/certs/cert.pem"}, {ssl_keyfile, "/home/ubuntu/xmpp/certs/privkey.pem"}, {allow_all, true} ] }, {lager,...