0

I am using MobileFirst 6.3 ontop of WAS Liberty 8.5.5.4.
I am able to access the console via HTTP, but fail to do so via HTTPS.

With HTTP: with http protocol

With HTTPS: with https protocol

This is the server.xml: server.xml
And the messages.log: messages.log

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
freddut
  • 119
  • 7

1 Answers1

2

You must install from IBM fix central the last 6.3 ifix that includes :

http://www-01.ibm.com/support/docview.wss?uid=swg1PI30521

http://www-01.ibm.com/support/docview.wss?uid=swg1PI31900

  • It's worked fine with "the JNDI property ibm.worklight.admin.ui.cors.strictssl=false for the Worklight console application." provided by http://www-01.ibm.com/support/docview.wss?uid=swg1PI30521 Thanks a lot – freddut Feb 01 '15 at 11:10