Adding an SSL certificate Problem

Asked by Siridion Cabudlan

I Configure ehcp_yeni.tgz (0.38.5.b) on Ubuntu Server 16.04 LTS.
The site work perfectly on http access but when I configure the site using ssl connection.
I also purchase SSL certificate at store.ssl2buy.com and I put the files server.key and server.crt in /var/www/new/ehcp/ folder.
And I just follow the step on enabling ssl certificate at this site: http://www.ehcp.net/?q=node/992.
Then after the procedure the webpage displayed an error when I access the ehcp webpage.

This is the error message displayed on the screen.

Not Found
The requested URL /ehcp/index.php was not found on this server.
--------------------------------------------------------------------------------------------------
Apache/2.4.18 (Ubuntu) Server at 192.168.1.203 Port 80

Question information

Language:
English Edit question
Status:
Solved
For:
Easy Hosting Control Panel for Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
ehcpdeveloper
Solved:
Last query:
Last reply:
Revision history for this message
ehcpdeveloper (ehcpdeveloper) said :
#1
Revision history for this message
Siridion Cabudlan (scabudlan) said :
#2

Good Day sir.

Please help me.

Revision history for this message
Best ehcpdeveloper (ehcpdeveloper) said :
#3

Most probably there is something wrong in your configuration.
Ehcp tries to make configuration automatic, but, some configuration options change in time in webservers (apache and nginx); and ssl configuration sometime can be tricky.
Ehcp supports apache and nginx.

Just check your error logs, then try to fix your configuration according to apache/nginx config tutorials.

try:
ehcp -> options -> advanced -> ssl enable -> submit
(note that this may break your configuration in some circumstance. in this case, you need to rollback changes)

check webserver error logs, which statements are failing ?
sometime, there are also certificate errors..

if you past here your webserver configs or error logs, we may try to help more.
you may send your info to <email address hidden> also.

ehcp_yeni.tgz -> for Ubuntu 16.04 and later
ehcp_yeni2.tgz -> same, but a little bit newer.

ehcp version 18.04 will be for Ubuntu 18.04 and newer Ehcp's will follow Ubuntu versioning.
This will be released a little after Ubuntu 18.04 LTS released.

Note also that, Ehcp has a licenced/paid/supported version also... for supporting Ehcp.

Revision history for this message
Siridion Cabudlan (scabudlan) said :
#4

Thanks you sir.

Right now, I need to reconfigure my ubuntu server and install ehcp_yeni2.tgz.
Then I will purchase support for SSL configuration and antivirus protection for our webmail.

Revision history for this message
Siridion Cabudlan (scabudlan) said :
#5

Thanks ehcpdeveloper, that solved my question.