Had to take the wave prefix off of WAVE_SERVER_DOMAIN_NAME.  I put it
on there in the first place because fedone couldn't find my key&cert.
Changing it back to the way it was described in the doc's and renaming
my keys got it working.

WAVE_SERVER_DOMAIN_NAME=nonlocal.ca
XMPP_SERVER_HOSTNAME=$WAVE_SERVER_DOMAIN_NAME

I was able to start a new wave and get [email protected] and
[email protected] to talk back and forth.


Now I can build something!  Looking forward to this :)


On May 5, 12:21 pm, Steve Mulligan <[email protected]> wrote:
> Trying to send from my local server to [email protected] I get
> this:
>
> INFO: Sending disco items request for: wavesandbox.com, timeout 30
> seconds
>
> I get this when I send from my wavesandbox.com account to
> [email protected]:
>
> org.waveprotocol.wave.examples.fedone.waveserver.WaveServerException:
> Unknown signer
> ...
> Caused by: org.waveprotocol.wave.crypto.UnknownSignerException: could
> not find information about signer [...@e4c6320
>         at
> org.waveprotocol.wave.crypto.WaveSignatureVerifier.verify(WaveSignatureVeri 
> fier.java:
> 77)
> ...
> May 5, 2010 12:05:55 PM
> org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl$3$1
> onFailure
> WARNING: Update failed: eUnknown signer
> May 5, 2010 12:05:55 PM
> org.waveprotocol.wave.federation.xmpp.XmppFederationRemote$10
> onFailure
> WARNING: incoming XMPP waveletUpdate failure: error_code: BAD_REQUEST
> error_message: "Unknown signer"
>
> My run-config.sh:
>
> WAVE_SERVER_DOMAIN_NAME=wave.nonlocal.ca
> WAVE_SERVER_HOSTNAME=wave.nonlocal.ca
> WAVE_SERVER_PORT=9876
> FEDONE_VERSION=`grep ^fedone.version= build.properties | cut -f2 -d=`
> XMPP_SERVER_SECRET=REMOVED
> PRIVATE_KEY_FILENAME=${WAVE_SERVER_DOMAIN_NAME}.key
> CERTIFICATE_FILENAME_LIST=$
> {WAVE_SERVER_DOMAIN_NAME}.crt,sub.class1.server.ca.pem
> CERTIFICATE_DOMAIN_NAME=$WAVE_SERVER_DOMAIN_NAME
> #XMPP_SERVER_HOSTNAME=$WAVE_SERVER_DOMAIN_NAME
> XMPP_SERVER_HOSTNAME=nonlocal.ca
> XMPP_SERVER_PORT=5275
> XMPP_SERVER_PING=wavesandbox.com
> XMPP_SERVER_IP=$XMPP_SERVER_HOSTNAME
> WAVESERVER_DISABLE_VERIFICATION=false
> WAVESERVER_DISABLE_SIGNER_VERIFICATION=false
>
> ./check-certificates.sh reports success and I believe my DNS is
> configured ok.  Any suggestions on where I should look?
>
> --
> 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 
> athttp://groups.google.com/group/wave-protocol?hl=en.

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

Reply via email to