WSS support?
#175
-
Will it work through TLS out of the box? I don't see any document soon regarding certificates and keys? |
Beta Was this translation helpful? Give feedback.
Answered by
sirn-se
Feb 5, 2023
Replies: 1 comment 1 reply
-
Yes, when specified protocol is
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sloflo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, when specified protocol is
wss
it will usessl
for connection. Out of the box you would get standard php behavior, but it is also possible to pass a context to the constructor to set various SSL/TLS-related options.