I receive the same error... "host-unknown". Run-server configuration is as follows...
set PRIVATE_KEY_FILENAME=wave.key set CERTIFICATE_FILENAME_LIST=wave.cert set CERTIFICATE_DOMAIN_NAME=wave.domain.com set XMPP_SERVER_SECRET=secret set CLIENT_FRONTEND_HOSTNAME=127.0.0.1 set CLIENT_FRONTEND_PORT=9876 set XMPP_SERVER_PORT=5275 set WAVESERVER_DISABLE_VERIFICATION=true set WAVESERVER_DISABLE_SIGNER_VERIFICATION=true set XMPP_SERVER_HOSTNAME=%CERTIFICATE_DOMAIN_NAME% set XMPP_SERVER_IP=%XMPP_SERVER_HOSTNAME% set XMPP_SERVER_PING=%CERTIFICATE_DOMAIN_NAME% java -jar dist/fedone-server-0.2.jar --client_frontend_hostname= %CLIENT_FRONTEND_HOSTNAME% --client_frontend_port=%CLIENT_FRONTEND_PORT % --xmpp_component_name=wave --xmpp_server_hostname= %XMPP_SERVER_HOSTNAME% --xmpp_server_ip=%XMPP_SERVER_IP% -- xmpp_server_port=%XMPP_SERVER_PORT% --xmpp_server_secret= %XMPP_SERVER_SECRET% --xmpp_server_ping="%XMPP_SERVER_PING%" -- certificate_private_key=%PRIVATE_KEY_FILENAME% --certificate_files= %CERTIFICATE_FILENAME_LIST% --certificate_domain= %CERTIFICATE_DOMAIN_NAME% --waveserver_disable_verification= %WAVESERVER_DISABLE_VERIFICATION% -- waveserver_disable_signer_verification= %WAVESERVER_DISABLE_SIGNER_VERIFICATION% On Aug 20, 10:57 am, jsexton <[email protected]> wrote: > I have this same error. And the sub-domain matches. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
