is this right, because first i got a TLS handshake...
# support-questions-legacy
b
is this right, because first i got a TLS handshake error, then a
/handshake 502
error as per your docs i did
Copy code
app.use(supertokens.init({
    hosts: ["http://localhost:3001", myStagingWebsite, "https://try.supertokens.io", superTokensHostsString].join(";"),
    apiKey: apiKey
}));