ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   General technical discussion (http://forum.ispsystem.com//forumdisplay.php?f=8)
-   -   SSL for Nat KVM (http://forum.ispsystem.com//showthread.php?t=2736)

bryn1u 11-17-2016 02:31 PM

SSL for Nat KVM
 
Hello,

I have a dedicated server with KVM where debian is installed. Of course there is also installed IspManager Lite. Everything works well, i redirected ports etc. But there is only one issue. I dont know why my FastSSL certificate works only on domain.com but doesn't want to work on domain.com:1500. When i connect with domain.com:1500 i'm getting self-signed certificate. Port 443 is redirected. Is there any way to get working SSL with Nat ?

ksenya 11-18-2016 08:10 AM

Hello,

ihttpd is running on port 1500, that's why you need to add the certificate for it

In the the etc/ihttpd.conf configuration file you need to add:

certkey <path to the file key of the SSL-certificate>
cert <path to the SSL-certificate's file>

After you have modified the ihttpd configuration file, restart the service

bryn1u 11-20-2016 04:29 PM

Quote:

Originally Posted by ksenya (Post 8129)
Hello,

ihttpd is running on port 1500, that's why you need to add the certificate for it

In the the etc/ihttpd.conf configuration file you need to add:

certkey <path to the file key of the SSL-certificate>
cert <path to the SSL-certificate's file>

After you have modified the ihttpd configuration file, restart the service

Hey,

Thank you for your replay but unfortunately it doesn't work. Can u tell me where ssl certificate self signed is, when i install ismanager first time ? By the way my ihttpd.conf
Code:

listen {
        ip 192.168.100.10
        redirect
        port 1500
certkey /usr/local/mgr5/etc/proton/certkey.key
cert /usr/local/mgr5/etc/proton/cert.crt


}

Code:

root@proton:/usr/local/mgr5/etc# ls -l proton/
total 8
-rw-r----- 1 root root 1944 Nov 19 18:37 cert.crt
-rw-r----- 1 root root 1710 Nov 19 18:36 certkey.key


fly 11-21-2016 09:55 AM

Hello,

Self signed SSL certificate by default is

/usr/local/mgr5/etc/manager.crt
/usr/local/mgr5/etc/manager.key


All times are GMT +2. The time now is 08:34 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.