-
|
I am currently implementing an application that uses an HTTPS client with Mutual SSL with Poco (12.4, since it should run on EL8). So far it works fine, I could even build a server simulator for the same using Poco as well. Now I've been informed that in the operational emvirnment there will be no DNS. The application should connect to an URL containing on of two IP addresses and the name used to check the server certificate must be supplied additionally. So far I have found two options to implement this.
But how do I tell the session which IP to connect to? I suspect it will still use DNS...
Now I tried adding it to both context and SSLManager, but its Any ideas what I do wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I've compile the library to look into it. The issue seems the same in 12.4 and main.
Is this intended? |
Beta Was this translation helpful? Give feedback.
-
|
After digging through the code, I found a way that works: |
Beta Was this translation helpful? Give feedback.
After digging through the code, I found a way that works: