File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ logger.log_level: DEBUG
55manager.modules.load_path: ./
66manager.preload.modules: HTTPTransport.py
77
8- corba.http.certificate_authority_file:../ssl/test/root.crt
9- corba.http.key_file:../ssl/test/server.pem
8+ corba.http.certificate_authority_file:../ssl/test/root-sample .crt
9+ corba.http.key_file:../ssl/test/server-sample .pem
1010corba.http.key_file_password:password
1111
1212corba.args:-ORBserverTransportRule "* http" -ORBclientTransportRule "* http" -ORBendPoint giop:http:https:///call
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ logger.log_level: DEBUG
55manager.modules.load_path: ./
66manager.preload.modules: HTTPTransport.py
77
8- corba.http.certificate_authority_file:../ssl/test/root.crt
9- corba.http.key_file:../ssl/test/server.pem
8+ corba.http.certificate_authority_file:../ssl/test/root-sample .crt
9+ corba.http.key_file:../ssl/test/server-sample .pem
1010corba.http.key_file_password:password
1111
1212corba.args:-ORBserverTransportRule "* http" -ORBclientTransportRule "* http" -ORBendPoint giop:http:wss:///ws
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ logger.log_level: DEBUG
55manager.modules.load_path: ./
66manager.preload.modules: SSLTransport.py
77
8- corba.ssl.certificate_authority_file:test/root.crt
9- corba.ssl.key_file:test/server.pem
8+ corba.ssl.certificate_authority_file:test/root-sample .crt
9+ corba.ssl.key_file:test/server-sample .pem
1010corba.ssl.key_file_password:password
1111corba.args:-ORBserverTransportRule "* ssl" -ORBclientTransportRule "* ssl" -ORBendPoint giop:ssl::
1212corba.nameservers: corbaloc:ssliop:127.0.0.1:2809
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ def setUp(self):
6565 sys .argv .extend (['-o' , 'manager.preload.modules:SSLTransport.py' ])
6666 sys .argv .extend (['-o' , 'manager.modules.load_path:./,../' ])
6767 sys .argv .extend (
68- ['-o' , 'corba.ssl.certificate_authority_file:root.crt' ])
69- sys .argv .extend (['-o' , 'corba.ssl.key_file:server.pem' ])
68+ ['-o' , 'corba.ssl.certificate_authority_file:root-sample .crt' ])
69+ sys .argv .extend (['-o' , 'corba.ssl.key_file:server-sample .pem' ])
7070 sys .argv .extend (['-o' , 'corba.ssl.key_file_password:password' ])
7171 os .environ ['ORBsslVerifyMode' ] = "none"
7272 self .outport_process = multiprocessing .Process (
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ logger.log_level: DEBUG
55manager.modules.load_path: /usr/lib/python3/dist-packages/OpenRTM_aist/ext/http
66manager.preload.modules: HTTPTransport.py
77
8- corba.http.certificate_authority_file:/usr/share/openrtm-2.1/ssl/root.crt
9- corba.http.key_file:/usr/share/openrtm-2.1/ssl/server.pem
8+ corba.http.certificate_authority_file:/usr/share/openrtm-2.1/ssl/root-sample .crt
9+ corba.http.key_file:/usr/share/openrtm-2.1/ssl/server-sample .pem
1010corba.http.key_file_password:password
1111
1212corba.args:-ORBserverTransportRule "* http" -ORBclientTransportRule "* http" -ORBendPoint giop:http:https:///call
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ logger.log_level: DEBUG
55manager.modules.load_path: /usr/lib/python3/dist-packages/OpenRTM_aist/ext/http
66manager.preload.modules: HTTPTransport.py
77
8- corba.http.certificate_authority_file:/usr/share/openrtm-2.1/ssl/root.crt
9- corba.http.key_file:/usr/share/openrtm-2.1/ssl/server.pem
8+ corba.http.certificate_authority_file:/usr/share/openrtm-2.1/ssl/root-sample .crt
9+ corba.http.key_file:/usr/share/openrtm-2.1/ssl/server-sample .pem
1010corba.http.key_file_password:password
1111
1212corba.args:-ORBserverTransportRule "* http" -ORBclientTransportRule "* http" -ORBendPoint giop:http:wss:///ws
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ logger.log_level: DEBUG
55manager.modules.load_path: /usr/lib/python3/dist-packages/OpenRTM_aist/ext/ssl
66manager.preload.modules: SSLTransport.py
77
8- corba.ssl.certificate_authority_file:/usr/share/openrtm-2.1/ssl/root.crt
9- corba.ssl.key_file:/usr/share/openrtm-2.1/ssl/server.pem
8+ corba.ssl.certificate_authority_file:/usr/share/openrtm-2.1/ssl/root-sample .crt
9+ corba.ssl.key_file:/usr/share/openrtm-2.1/ssl/server-sample .pem
1010corba.ssl.key_file_password:password
1111corba.args:-ORBserverTransportRule "* ssl" -ORBclientTransportRule "* ssl" -ORBendPoint giop:ssl::
1212corba.nameservers: corbaloc:ssliop:127.0.0.1:2809
You can’t perform that action at this time.
0 commit comments