You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We at noVNC have a bit of an odd request, in that we'd like access to the browsers complete TLS implementation from JavaScript. Not just the crypto routines, but also the protocol handling.
The use case is that we are handling a non HTTP protocol entirely from JavaScript, tunnelled via some intermediary. That means that the TLS protecting the HTTP transport might just be one hop, and TLS is desired to protect the entire chain.
We don't want to develop and maintain our own TLS implementation entirely in JavaScript. As a result, we currently have to tell users to disable TLS between the HTTP proxy and VNC server.
The text was updated successfully, but these errors were encountered:
We at noVNC have a bit of an odd request, in that we'd like access to the browsers complete TLS implementation from JavaScript. Not just the crypto routines, but also the protocol handling.
The use case is that we are handling a non HTTP protocol entirely from JavaScript, tunnelled via some intermediary. That means that the TLS protecting the HTTP transport might just be one hop, and TLS is desired to protect the entire chain.
We don't want to develop and maintain our own TLS implementation entirely in JavaScript. As a result, we currently have to tell users to disable TLS between the HTTP proxy and VNC server.
The text was updated successfully, but these errors were encountered: