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
When a TLS context is passed to the controller and it is started, it starts a server which implicitly does the TLS handshake for all new clients. This behavior is not mentioned in the documentation. Not only that, but there seems to be no way to properly use STARTTLS without overriding the constructor and the factory() method of the Controller class to pass the context to the protocol, bypassing the server setup.
The text was updated successfully, but these errors were encountered:
When a TLS context is passed to the controller and it is started, it starts a server which implicitly does the TLS handshake for all new clients. This behavior is not mentioned in the documentation. Not only that, but there seems to be no way to properly use
STARTTLS
without overriding the constructor and thefactory()
method of theController
class to pass the context to the protocol, bypassing the server setup.The text was updated successfully, but these errors were encountered: