Author Topic: http'S'  (Read 2643 times)

sana

  • Newbie
  • *
  • Posts: 30
    • View Profile
http'S'
« on: February 16, 2009, 09:04:49 am »
Hi,
Finally I have customized the opengoo as per my office requirements .But I’m stuck on one last but very important step.
I’ve installed an SSL certificate, but whenever I’m changing the config.php file for the following line
define('ROOT_URL', 'http://255.255.255.255:4499/Opengoo');
with
define('ROOT_URL', 'http://httpS://255.255.255.255:4499/Opengoo');
Application is inaccessible from browser.
Could you please tell me what exactly the problem is and where I have to fix it?

I tried to find it from opengoo manual & forum but could not find the relevant information.
Many Advance thanks for your reply

sana

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: http'S'
« Reply #1 on: February 16, 2009, 09:25:16 am »
thanks,issue has been resolved:D

soomon

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
    • Email
Re: http'S'
« Reply #2 on: February 17, 2009, 03:26:56 pm »
could you please tell us how you fixed it? :))

sana

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: http'S'
« Reply #3 on: February 18, 2009, 04:11:05 am »
Infact after installing the SSL certificate, i had to change the 'define('ROOT_URL'  pointing to httpS ,under config.php file for oepngoo.
Initially it was giving error because of the port conflict.Then i managed to fix it within IIS.
Thanks to Opengoo and its developers team, who has really developed a wonderful product :D