This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Problem with installing a Self SSL Certificate
#1
Problem with installing a Self SSL Certificate
I am using the current version of Centos & Zpanel and I can not get the ssl certificate to work. After I installed it and type https://domainname it keeps going to the zpanel login screen.

All the files exist and I am using the correct path.

Can someone please tell me or provide me with some better instructions?

http://forums.sentora.io/showthread.php?...hlight=ssl

1: enable apache2 ssl
Code: (Select All)
sudo service apache2 restart

Setup ssl on you server

2: make a folder to the crt and key files
Code: (Select All)
sudo mkdir /var/zpanel/hostdata/name/ssl

3: Create a Self Signed SSL Certificate
Code: (Select All)

Script /bin/makessl and I type makessl domainname:

echo Switch to the /var/zpanel/hostdata/name/ssl then run this script
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $1.key -out $1.crt

Domain Name is: Checked
Suhosin is Enabled: Checked
OpenBased Enabled: Checked
Port Override is left blank
IP Override: Left Blank

Customer Entry:

</VirtualHost>
<VirtualHost *:443>
ServerAdmin Email
ServerName cyberchatnet.com
DocumentRoot /var/zpanel/hostdata/philtaylor/public_html/cyberchatnet_com
SSLEngine on
SSLCertificateFile /var/zpanel/hostdata/philtaylor/name/ssl/cyberchatnet.com.crt
SSLCertificateKeyFile /var/zpanel/hostdata/philtaylor/name/ssl/cyberchatnet.com.key

Thanks
Reply
Thanks given by:


Messages In This Thread
Problem with installing a Self SSL Certificate - by bash - 08-08-2014, 08:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
https without certificate redirects to panel iraqiboy90 10 19 ,714 02-28-2021, 11:20 AM
Last Post: iraqiboy90
Problem with roundcube pgh2011 0 2 ,302 01-30-2021, 12:48 AM
Last Post: pgh2011
Import zpanel settings problem pgh2011 0 2 ,301 12-30-2020, 07:08 PM
Last Post: pgh2011

Forum Jump:


Users browsing this thread: 1 Guest(s)