09 Sep 2010
Support Center
»
Knowledgebase
»
Page times out accepting the License Agreement
Page times out accepting the License Agreement
Article
Multi-Tenant Edition:
Problem:
After adding a new user to an On Demand server, the page times out accepting the EULA.
Solution: The last step in accepting the License Agreement re-directs the user to an HTTPS link. If there is no SSL certificate set up for the NotifyLink server then this last step times out with the default settings.
To modify the server to use an HTTP connection instead of re-directing to HTTPS you can make a change in EULA.php. Go to C:\Program Files\NotifyLink Enterprise Server\Web\Admin\Eula.php. Open Eula.php in notepad and do a search for "https" (without the quotes). Change the references to HTTPS to HTTP. If you are running a 4.5 NotifyLink server, this will be changed in two locations. If the server is pre-4.5 then there is only 1 place this needs changed.
Before:
header("Location:
https://$ExternalIP/mobile");
header("Location:
https://$ExternalIP/client");
After:
header("Location:
http://$ExternalIP/mobile");
header("Location:
http://$ExternalIP/client");
After saving this change there should no longer be a problem with accepting a License Agreement.
Article Details
Article ID:
431
Created On:
30 Jun 2009 4:49 PM
This article was helpful
This article was not helpful
User Comments
Add a Comment
If you would like to comment on this entry, please use the form below. Comments may be queued for moderation, and will not be published until approved.
Full Name:
E-mail Address: (optional)
Comment:
Back
Log in
[Lost Password]
E-mail:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Troubleshooter
Article Options
Add Comment
Print Article
PDF Version
E-mail Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Troubleshooter
|
News
|
Downloads
Language:
English (U.S.)
Help Desk Software
Helpdesk Software by Kayako SupportSuite v3.70.02