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
#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
#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
#4
RE: SSL issues
What certs are you using? Let's Encrypt?
MrKaKisen - Website - GitHub
Reply
#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

200$ free to start your VPS 60 days credit
Reply
#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
#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
#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


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

Forum Jump:


Users browsing this thread: 1 Guest(s)