I'm trying to get visibility of two IBM MobileFirst apps trough two different domains, with two different IHS configurations (independent HTTP Server and Plugin configurations) using the same secure port (443). I mean, I have domain1.com and domain2.com, and I need to use the port 443 to communicate with the public users.
My app server is an IBM Liberty Profile. I found a question related (multiple domains at the same secure port) but is deployed on an IIS configuration.
The error that I can see at the log is:
192.168.252.123 - - [18/Apr/2017:04:29:36 -0400] "\x16\x03" 501 292
Googleing I found something related to this error on an Apache configuration and at the end of the article says:
Probably you have a section with a specific VirtualHost IP address conflicting with the default VirtualHost. A section something like this "VirtualHost 192.168.0.1:443" cannot be used with the default section like this "VirtualHost default:443".
When I take a look in my httpd.conf file I can't find another mention of a virtualhost or the port that I use.
Is this configuration possible or is absolutely neccesary to use different secure ports for both apps?