Reinier van der Gugten wrote:
Is this the right way to go? Or ca I do this using one and the same IP (but then there would be 2 services listning to the same port right)?
Yes, you can have different services listening on the same port number but different network interfaces.
Most servers (including stunnel) allow to choose not only port number but also IP address.
With stunnel you need: accept = <your_secondary_ip>:443
Best regards, Michal Trojnara