mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 09:11:40 -05:00
Small documentation update (#2376)
Small documentation fix - coming across the phrase "encrypted WSS socket" and it's a bit odd when you're mentally expanding it to: "encrypted web socket secure socket"
This commit is contained in:
parent
3eeebd383f
commit
0b14a3f1ff
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ Apollo Server works great in "serverless" environments such as Amazon Lambda and
|
|||
|
||||
<h3 id="ssl">SSL/TLS Support</h3>
|
||||
|
||||
If you require an HTTPS connection to your Apollo Server, you can use the `https` module with `apollo-server-express`. Subscriptions can also go through an encrypted WSS socket.
|
||||
If you require an HTTPS connection to your Apollo Server, you can use the `https` module with `apollo-server-express`. Subscriptions can also go through an encrypted WebSocket (WSS)
|
||||
|
||||
Here is an example of using HTTPS in production and HTTP in development, with subscriptions:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue