Meteor.http ssl issues?

146 views
Skip to first unread message

Matt Fowles

unread,
Mar 4, 2013, 10:16:41 PM3/4/13
to meteo...@googlegroups.com
All~

When I do

var AddVideo = function(video) {
  Meteor.http.get(url, function(error, result) {
    if (result.statusCode === 200) {
      Videos.insert(result.data.data)
    } else {
      console.log(result);
    }
  });
}

on the server, I get the error

{ error: 
   [Error: 140735271375232:error:0607907F:digital envelope routines:EVP_PKEY_get1_RSA:expecting an rsa key:../deps/openssl/openssl/crypto/evp/p_lib.c:288:
   ] }

on the console.  When I do the same call from the client everything works.

Thoughts?

Matt

Matt Fowles

unread,
Mar 7, 2013, 9:16:24 AM3/7/13
to meteo...@googlegroups.com
Naomi, Glasser?

Am I shouting into the void here?  I saw the same result on devel when I tried it there.

Matt

Nick Martin

unread,
Mar 7, 2013, 11:00:57 AM3/7/13
to meteo...@googlegroups.com
Hi Matt,

I was able to replicate this on Mac, but not Linux. And only for that site, not others.

Can you please post an issue on github with all details. That way we can track it, and hopefully fix it =)

Thanks,
-- Nick

--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Dror Matalon

unread,
Mar 7, 2013, 2:19:10 PM3/7/13
to meteo...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages