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-24, 08:03:21

Author Topic: Poodlebleed bug  (Read 11755 times)

0 Members and 1 Guest are viewing this topic.

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Poodlebleed bug
« on: 2014-10-19, 09:32:21 »
hi mr..

how can we disable ssl3  in mr panel .. to fix for Poodlebleed bug.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Poodlebleed bug
« Reply #1 on: 2014-10-19, 11:47:32 »
In Kloxo-MR 7, ssl for web set with disable SSL2 and SSL3 (that mean only TLS1.0+ enabled).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline cmdman

  • Senior Member
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile
Re: Poodlebleed bug
« Reply #2 on: 2014-10-19, 19:44:31 »
mr iam taking abt 6 as 7 is still beta we cont use on live

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Poodlebleed bug
« Reply #3 on: 2014-10-19, 20:32:16 »
Google, Yahoo and microsoft still using SSL3!.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Poodlebleed bug
« Reply #4 on: 2014-10-21, 22:04:05 »
What about Qmail ? We disabled TLS and now we are on SSL only !

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
Re: Poodlebleed bug
« Reply #5 on: 2014-10-21, 22:36:32 »
Indeed! SSLv3 is available on port 465 :(


What about Qmail ? We disabled TLS and now we are on SSL only !
Kloxo-MR!

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Poodlebleed bug
« Reply #6 on: 2014-10-22, 03:15:45 »
For qmail, use 'starttls' in 'Authentication'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Poodlebleed bug
« Reply #7 on: 2014-10-22, 04:02:56 »
I have already set all of my *-ssl /var/qmail/supervise run files to ssl=0 forcetls=1

Plus, pop3-ssl/run was missing all the export options.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Poodlebleed bug
« Reply #8 on: 2014-10-22, 12:05:05 »
For qmail, use 'starttls' in 'Authentication'.

We've disabled this by adding exhaustivelist in /var/qmail/control/tlshosts

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Poodlebleed bug
« Reply #9 on: 2014-10-22, 12:09:53 »
Here's how to protect Apache and nginx:

    nignx

    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

    Apache

    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Poodlebleed bug
« Reply #10 on: 2014-10-22, 12:26:23 »
Here's how to protect Apache and nginx:

    nignx

    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

    Apache

    SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
All web configs already disable SSL2 and SSL3 in latest version of Kloxo-MR 7.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Poodlebleed bug
« Reply #11 on: 2014-10-22, 12:59:37 »
Mustafa, forcing tls in the run files is the easiest approach, I need to know how you are going to implement this so on qmail update we are all on the same 'idea'.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Poodlebleed bug
« Reply #12 on: 2014-10-22, 13:07:40 »
Mustafa, forcing tls in the run files is the easiest approach, I need to know how you are going to implement this so on qmail update we are all on the same 'idea'.
I have no idea to force to use tls protocol only for ssl connection.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Poodlebleed bug
« Reply #13 on: 2014-10-22, 13:28:58 »
I will post the changes needed by end of day, you can investigate :)
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: Poodlebleed bug
« Reply #14 on: 2014-10-22, 13:47:42 »
Changes #1:
/etc/courier/pop3d-ssl
/etc/courier/imapd-ssl

Find
Code: [Select]
TLS_PROTOCOL=SSL23

Change to:
Code: [Select]
TLS_PROTOCOL=TLS1

Now for the run files.......
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

 


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

Page created in 0.068 seconds with 21 queries.

web stats analysis