-
Type:
Story
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Platform
-
Labels:
-
Story Points:3
I'd like to add SSL/TLS support for OVSDB Southbound API using Netty.
I am thinking to add SSLContext in ovsdb Controller.java in initChannel(SocketChannel channel).
For the time being the configuration data will be fetched from system properties/environment variables.