Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-26, 18:45:08

Author Topic: comodo ssl issues with nginx webserver  (Read 10221 times)

0 Members and 1 Guest are viewing this topic.

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
comodo ssl issues with nginx webserver
« on: 2015-05-02, 06:23:31 »
Hi MR..

still problem with ssl of comodo with Kloxo mr  webpanel , 2 days back i installed comodo positive ssl to a client   

see the problem..


« Last Edit: 2015-05-02, 06:40:28 by cmdman »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #1 on: 2015-05-02, 06:31:04 »
Don't know why comodo ssl not work nginx (look like also for hiawatha).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #2 on: 2015-05-02, 06:41:53 »
i installed on  plesk panel same ssl , it works perfect on it only problem with kloxo mr panel. but now have problem with apache too and even nginx tooo

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #3 on: 2015-05-02, 07:06:47 »
Is the same using shared or dedicated IP for both?.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #4 on: 2015-05-02, 07:15:28 »
i have a single site running with a dedicate server no other sites with kloxomr 6.5.0 with latest updates untill yesterday.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #5 on: 2015-05-02, 07:34:10 »
Inform here your plesk's webserver config for domain that you tell ssl running well.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #6 on: 2015-05-02, 19:16:26 »
where i can get webserver config in plesk

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #7 on: 2015-05-02, 19:38:58 »
Not sure where but start tracing from /etc/httpd.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #8 on: 2015-05-02, 19:46:21 »
i sent the vhost httpd config file of domain..via pm check;

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #9 on: 2015-05-02, 20:07:56 »
Differents between Plesk and Kloxo-MR is:

Plesk:
Code: [Select]
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /usr/local/psa/var/certificates/cert-J4VI9T
SSLCACertificateFile /usr/local/psa/var/certificates/cert-RAJF5P

Kloxo-MR:
Code: [Select]
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /home/kloxo/client/admin/ssl/c532h.bigraf.com.pem
SSLCertificateKeyFile /home/kloxo/client/admin/ssl/c532h.bigraf.com.key
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #10 on: 2015-05-03, 04:35:31 »
how does it help me to in fix the issue which are hosted in kloxomr domains

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #11 on: 2015-05-03, 04:37:03 »
Without 'SSLProtocol ALL -SSLv2 -SSLv3' and 'SSLHonorCipherOrder On' is dangerous setting.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #12 on: 2015-05-03, 05:04:44 »
so where is the problem to fix give us solution  not information

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: comodo ssl issues with nginx webserver
« Reply #13 on: 2015-05-03, 05:09:09 »
Two possibility: (1) comodo still using SSLv2 or SSLv3 and or (2) need add 'SSLVerifyClient none'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: comodo ssl issues with nginx webserver
« Reply #14 on: 2015-05-03, 05:22:03 »
so which ssl is compatible with kloxomr i will try with that and see

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.057 seconds with 21 queries.

web stats analysis