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.

SSL issues
#1
SSL issues
ok. i installed sentora at my company. Everything is working fine.
but now we need an ssl cert on one of our sites.
i have certs already. i added them to the vhost override.
ports are open. 80 and 443
but when i try to go to https:// it does not work. says connection refused on chrome.
i did an internal port scan.
all normal ports are showing except for 443. seems like the server is not responding to any 443 requests.
running ubuntu 14.04
any assistance would be great. thanks for the software.
Reply
Thanks given by:
#2
RE: SSL issues
Did you have :

Code:
<VirtualHost *:443>
ServerAdmin zadmin@localhost
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/[SOME_HOST]"
ServerName [SOME_HOST]
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/var/sentora/hostdata/zadmin/public_html/[SOME_HOST]">
Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/[SOME_CRT]
SSLCertificateKeyFile /etc/apache2/ssl/[SOME_KEY]
SSLCACertificateFile /etc/apache2/ssl/[SOME_CRT_BUNDLE]
</VirtualHost>
Reply
Thanks given by:
#3
RE: SSL issues
(04-24-2016, 08:00 PM)datatab Wrote: Did you have :

Code:
<VirtualHost *:443>
ServerAdmin zadmin@localhost
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/[SOME_HOST]"
ServerName [SOME_HOST]
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/var/sentora/hostdata/zadmin/public_html/[SOME_HOST]">
Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/[SOME_CRT]
SSLCertificateKeyFile /etc/apache2/ssl/[SOME_KEY]
SSLCACertificateFile /etc/apache2/ssl/[SOME_CRT_BUNDLE]
</VirtualHost>

The only thing I added to the vhost override was

SSLEngine on
SSLCertificateFile /etc/apache2/ssl/[SOME_CRT]
SSLCertificateKeyFile /etc/apache2/ssl/[SOME_KEY]
SSLCACertificateFile /etc/apache2/ssl/[SOME_CRT_BUNDLE]

That's what was in the documentation.
I have feeling that I missed something to tell apache to listen also on 443

The thing is, I need the site to listen on both 80 and 443. It is an online store. I can't expect customers to know to only go to https://
Reply
Thanks given by:
#4
RE: SSL issues
What certs are you using? Let's Encrypt?
MrKaKisen - Website - GitHub
Reply
Thanks given by:
#5
RE: SSL issues
Move to sentora as we fixed bugs since then.
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#6
RE: SSL issues
(04-29-2016, 04:57 PM)Me.B Wrote: Move to sentora as we fixed bugs since then.

Can you elaborate on your answer. because Im on 1.0.3 and still have a ssl problem because the server is not responding to 443 requests.
Reply
Thanks given by:
#7
RE: SSL issues
(04-24-2016, 04:58 AM)Nextus Wrote: ok. i installed sentora at my company. Everything is working fine.
but now we need an ssl cert on one of our sites.
i have certs already. i added them to the vhost override.
ports are open. 80 and 443
but when i try to go to https:// it does not work. says connection refused on chrome.
i did an internal port scan.
all normal ports are showing except for 443. seems like the server is not responding to any 443 requests.
running ubuntu 14.04
any assistance would be great. thanks for the software.

Follow this

http://blog.arnas.web.id/?p=145
Reply
Thanks given by:
#8
RE: SSL issues
(05-05-2016, 07:21 AM)sknd Wrote:
(04-24-2016, 04:58 AM)Nextus Wrote: ok. i installed sentora at my company. Everything is working fine.
but now we need an ssl cert on one of our sites.
i have certs already. i added them to the vhost override.
ports are open. 80 and 443
but when i try to go to https:// it does not work. says connection refused on chrome.
i did an internal port scan.
all normal ports are showing except for 443. seems like the server is not responding to any 443 requests.
running ubuntu 14.04
any assistance would be great. thanks for the software.

Follow this

http://blog.arnas.web.id/?p=145

Thanks for the reply. I tried the certificate manager from one of the users on this forum and this has worked for me. I did need to restart the server to get it working. I already have created the ssl certificates with letsencrypt. so my setup was already complete but my vhost file was not configured right. the certificate manager did the trick, but I did need to restart to make it work.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
SO MANY SECURITY ISSUES!! Sentora needs serious updates! aaronlroberts 9 19 ,400 11-24-2018, 01:48 AM
Last Post: siulian
Disk Quota Issues JSmith 5 12 ,690 11-16-2018, 12:39 AM
Last Post: nibaldo
Uninstalled but have cron daemon issues now HELP suprastan 1 4 ,755 10-07-2018, 03:26 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)