Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't access queue from IronWorker with .NET
    primarykey
    data
    text
    <p>I just started experimenting with Iron.io, using .NET and IronTools. I'm able to Push and Get a message to a queue from a desktop app just fine. Now I want to create a worker to Get a message from a queue, process it, and Push it to another queue. The worker is failing with the following error in the log:</p> <blockquote> <p>Unhandled Exception: System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b0109<br> at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection certificates) [0x00000] in :0<br> at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () [0x00000] in :0<br> at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () [0x00000] in :0<br> at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage:Process () at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream handMsg) [0x00000] in :0<br> at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in :0 </p> </blockquote> <p>Here's the code: </p> <pre><code>Console.WriteLine("Started worker1"); IronMQ imqRead = new IronMQ("micu5", "project_id", "token"); Console.WriteLine("Created imqRead object"); IronIO.Data.Message msg = imqRead.Get(); Console.WriteLine("imqRead.Get succeeded"); </code></pre> <p>(Actual project ID and token have been removed from the code above)</p> <p>What am I missing?</p> <p>Edit: I failed to mention that the first 2 WriteLines succeed, but it never gets to the 3rd WriteLine.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload