Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Virtualmin ssl error #27

Merged
merged 2 commits into from
Jun 29, 2017
Merged

Fixed Virtualmin ssl error #27

merged 2 commits into from
Jun 29, 2017

Conversation

NikoGrano
Copy link

Fixed error PHP Notice: Undefined index: ssl on line 230. Modifications based on test results and post on forums.

Tested and working.

  • Orginal source -

Arifta Adhca Fachrizal
 said

I've been successfully connected to the server.
I just change "ssl" to "host" at line 230 :
Before :
$url = $this->_config['ssl'] ? 'https://' : 'http://';
To :
$url = $this->_config['host'] ? 'https://' : 'http://';
Then, I put my server IP address on "Hostname" at Server management.
That's can fix my problem. You can try it.
Sorry for my English.

Niko added 2 commits June 28, 2017 19:15
Fixed error PHP Notice: Undefined index: ssl on line 230.
@fordnox fordnox merged commit ed56900 into boxbilling:master Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants