Jump to content
MakeWebGames

IPLISTNER.php ssl3.0 FIX and server fix


jay-dogg2009

Recommended Posts

As most of you are awaer that that announced on the 14th the The flaw in SSL 3.0.

As most have already updated there servers, paypal will not automaticly credit your players, to fix this.

Find:

public $force_ssl_v3 = true;  

 

Replace with:

 

public $force_ssl_v3 = false;  

 

If you use a server hosting compay your server would of already been updated, but if your a dedicated server owner, or a VPS customer you wil have to fix it yourself, to fix this:

.

The only thing you have to do is perform an

yum update

 

It will automatically download and update a backported version of openssl-1.0.1e-16.el6_5.7 which has been patched by RedHat with heartbeat disabled.

To verify the update simply check the changelog:

#

rpm -q --changelog openssl-1.0.1e | grep -B 1 CVE-2014-0160

you should see the following:

* Mon Apr 07 2014 Tomáš Mráz <[email protected]> 1.0.1e-16.7 - fix CVE-2014-0160 - information disclosure in TLS heartbeat extension.

Your server is now fixed.

Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...