Specifically I'm trying to access MonogoHQ, using the the Monogo Java Driver, It's work locally but on the server I'm getting
There is some limitation,
So the MongoDb Java Driver doesn't work when I try to create connection using:
MongoClient mongoClient = new MongoClient( "mydb.mongohq.com", 10014 );