PDA

View Full Version : Problem with ssl connection


Andrevus
01-21-2010, 05:33 PM
Hi there,

I have question about login into isp manager system. When i go to page mydomain.com/manager, page redirect to safely connection with ssl and I have errors, because ceritficate is self-signed. It is possible to turn off this redirect and login into system without safely connection??

Thanks for your reply.

Best Regards,
Andrevus

slava
01-22-2010, 05:07 AM
Used self-signed certificates. Disable the possibility does not exist, because the message wrote your web browser.
To solve the problem with SSL warnings messages you need to purchase SSL-certificate from an authorized certification authority for your domain name and install it through ISPmanager, then you can go into the control panel ISPmanager on this domain name without SSL warnings.

Also you can disable the enforcement of the panel on the protocol SSL (https) via Option AllowHTTP in the /usr/local/ispmgr/etc/ispmgr.conf and restart ispmgr (by killall ispmgr command) and then the users will be able to enter the panel via http (not https) protocol, but it reduces safety, as the data (including passwords) will be transmitted over network in an unencrypted state

Andrevus
01-22-2010, 10:34 AM
Also you can disable the enforcement of the panel on the protocol SSL (https) via Option AllowHTTP in the /usr/local/ispmgr/etc/ispmgr.conf and restart ispmgr (by killall ispmgr command) and then the users will be able to enter the panel via http (not https) protocol, but it reduces safety, as the data (including passwords) will be transmitted over network in an unencrypted state

This solution solved my problem. Thank you!

Best Regards,
Andrevus