0

Is there a way, that engine is listening for nodes HTTPS-Server?

I only found:

    engine.listen({
     port: 3000,
     httpServer: server,
    });

in the documentation.

When I want to send some queries, I get an ERR_SSL_PROTOCOL_ERROR.

Marcel Rösler
  • 181
  • 3
  • 14

1 Answers1

0

This is now supported as of apollo-engine@1.1.0! See https://www.apollographql.com/docs/engine/setup-node.html#https for details.

David Glasser
  • 1,438
  • 13
  • 21