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.
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.
This is now supported as of apollo-engine@1.1.0! See https://www.apollographql.com/docs/engine/setup-node.html#https for details.