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.

Sentora Admin login not working after Enabling FREE SSL
#1
Sentora Admin login not working after Enabling FREE SSL
Hello,


My sentora admin login was not working , before enabling the Free SSL everything was fine now 

everything gone wrong. Before I was able to login to sentora admin using the IP of the server.

Now with https or with out https noting working I have added my /var/log/httpd error file below

Please help.


Attached Files
.txt   error log.txt (Size: 29.5 KB / Downloads: 7)
Reply
Thanks given by:
#2
RE: Sentora Admin login not working after Enabling FREE SSL
You should be logging into your panel using a sub domain similar to panel.doman.com and not by IP.
What tutorial did you use for setting up SSL?

You did not set it up properly. Also I noticed your localhost is trying to use port 8080 and not port 80.

Can't you just undo the changes you made?

What other customization's have you done?
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#3
RE: Sentora Admin login not working after Enabling FREE SSL
(11-16-2017, 07:54 AM)TGates Wrote: You should be logging into your panel using a sub domain similar to panel.doman.com and not by IP.
What tutorial did you use for setting up SSL?

You did not set it up properly. Also I noticed your localhost is trying to use port 8080 and not port 80.

Can't you just undo the changes you made?

What other customization's have you done?

Hi, thanks for the reply, is there any way we can undo the setting though ftp. As I don't have

the login and not able to access the panel I can only do it through FTP.
Reply
Thanks given by:
#4
RE: Sentora Admin login not working after Enabling FREE SSL
you need to access thru SSH to the server to modify apache config.

M B
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:
#5
RE: Sentora Admin login not working after Enabling FREE SSL
(11-16-2017, 11:42 PM)Me.B Wrote: you need to access thru SSH to the server to modify apache config.

M B

Hi, I have the SSH access let me know which file need to edit and what location 

was it. Did you have the default settings of that file please share and tell me how to do it.
Reply
Thanks given by:
#6
RE: Sentora Admin login not working after Enabling FREE SSL
What tutorial did you use to add the SSL ?? Just follow the steps backwards...
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#7
RE: Sentora Admin login not working after Enabling FREE SSL
(11-17-2017, 02:18 AM)TGates Wrote: What tutorial did you use to add the SSL ?? Just follow the steps backwards...

Hi, I have used this thread Link now there was no access to panel it was not possible to step backward.

if you know any way we can do it manually though SSH please tell me it will be help full
Reply
Thanks given by:
#8
RE: Sentora Admin login not working after Enabling FREE SSL
To get your login working again, you will need to edit /etc/sentora/configs/apache/httpd-vhosts.conf and remove all SSL additions and then restart apache. This will get you back up and running temporarily so you can undo any changes you made inside Sentora.

For the domain, change:

Code:
<VirtualHost *:443>

to

Code:
<VirtualHost *:80>
Remove the SSL lines:

Code:
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite  ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
SSLCertificateFile /etc/letsencrypt/live/domain.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/domain.com/chain.pem
# Keeping below for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
Also remove any port-forward settings if you added them.
Restart apache.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Is Sentora dead? rajeevrrs 2 2 ,880 12-17-2022, 09:20 AM
Last Post: TGates
Sentora debug and error files johnnyp 0 1 ,099 10-27-2022, 06:16 PM
Last Post: johnnyp
Transfer Account to another Sentora BenI 1 2 ,488 07-21-2022, 07:19 PM
Last Post: Nigel

Forum Jump:


Users browsing this thread: 1 Guest(s)