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
I have created a test project in VisualStudio 2019/C++, that works based on Implementation repository configuration. I have configured ImplRepoServiceIOR environment variable where I am defining my endpoint. Further, started locator and activator services. When running the client, the ORB_Init is successful and the narrow call initializes and IMR launches the server and publishes a link for connection. Then client successfully connects and I am able to receive a response.
PROBLEM STATEMENT: But when I use the same project for SSL, the ORB_Init call is successful but the narrow call doesn't return. Then, debugged into TAO code and found that the ACE_SSL invokes openssl library which hangs with the function call Sock_read ().
Below is the screen shot on the same,
Kindly help if any specific configuration required to implement SSL with IMR.
Note: The Client & Server connects securely using SSL & works fine with when I run independently without starting the IMR services. Also, I am able to check the TLSv1.3 messages using WireShark.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created a test project in VisualStudio 2019/C++, that works based on Implementation repository configuration. I have configured ImplRepoServiceIOR environment variable where I am defining my endpoint. Further, started locator and activator services. When running the client, the ORB_Init is successful and the narrow call initializes and IMR launches the server and publishes a link for connection. Then client successfully connects and I am able to receive a response.
PROBLEM STATEMENT: But when I use the same project for SSL, the ORB_Init call is successful but the narrow call doesn't return. Then, debugged into TAO code and found that the ACE_SSL invokes openssl library which hangs with the function call Sock_read ().
Below is the screen shot on the same,
Kindly help if any specific configuration required to implement SSL with IMR.
Note: The Client & Server connects securely using SSL & works fine with when I run independently without starting the IMR services. Also, I am able to check the TLSv1.3 messages using WireShark.
Beta Was this translation helpful? Give feedback.
All reactions