US: 1-941-4621-069
  
Cyprus: 3-572-2052-781

Go Back   ISPsystem.com Forums > ISPmanager > General technical discussion


Reply
 
Thread Tools
Old 11-17-2016, 02:31 PM   #1
Junior Member
 
Join Date: Apr 2015
Posts: 16
bryn1u is on a distinguished road
Default 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 ?
bryn1u is offline   Reply With Quote
Old 11-18-2016, 08:10 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

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
ksenya is offline   Reply With Quote
Old 11-20-2016, 04:29 PM   #3
Junior Member
 
Join Date: Apr 2015
Posts: 16
bryn1u is on a distinguished road
Default

Quote:
Originally Posted by ksenya View Post
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
bryn1u is offline   Reply With Quote
Old 11-21-2016, 09:55 AM   #4
ISPsystem team
 
Join Date: Jun 2013
Posts: 233
fly is on a distinguished road
Default

Hello,

Self signed SSL certificate by default is

/usr/local/mgr5/etc/manager.crt
/usr/local/mgr5/etc/manager.key
fly is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:43 PM.