Trying to get web working on Groupwise. Server is a single box with all services running on 192.168.0.249, but when I try to enter the config commands using this IP I get a java error saying the https hostname needs to be the IP I have entered. See below
whserver4:~ # docker run -it -v /opt/novell/gw:/config -e GWADMIN_SERVICE=admin@192.168.0.249:9710 -e GWSOAP_HOST_DEFAULT=192.168.0.249 mfgroupwise/web-config
Please enter the GroupWise administrator password:
java.io.IOException: HTTPS hostname wrong: should be <192.168.0.249>
Anybody seem this before and can help point what is needed here?