-
Can Zilla's SSE or Websocket products be used without opening any port - other than the HTTPS port 443 - on our firewall so that systems outside our firewall can receive secure streaming data from our Kafka installation? |
Beta Was this translation helpful? Give feedback.
Answered by
jfallows
Apr 18, 2024
Replies: 1 comment
-
Yes, both encrypted https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vordimous
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, both encrypted
Server-Sent Events
and encryptedWebSockets
start out as anhttps
request in port443
, so no other open ports are necessary.https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events
https://datatracker.ietf.org/doc/html/rfc6455#section-1.3