Difference between revisions of "TLS 1.2 SHA-2 Compliance"

From Payment Processing Software Library
Jump to: navigation, search
(Created page with "{{CreditLine Header|TLS 1.2 SHA-2 Compliance}} =Windows Version Support== PCI Council requires all merchants, vendors and processors to support TLS 1.2/SHA-2. <br> <br>Window...")
 
(Windows Version Support=)
Line 5: Line 5:
 
<br>
 
<br>
 
<br>Windows XP, Server 2003, Vista and Server 2008 DO NOT SUPPORT TLS 1.2/SHA-2 and are NOT ALLOWED To be used in the payment processing environments
 
<br>Windows XP, Server 2003, Vista and Server 2008 DO NOT SUPPORT TLS 1.2/SHA-2 and are NOT ALLOWED To be used in the payment processing environments
<br>Windows 7 has TLS 1.2 disabled by default and [[Windows 7 TLS 1.2 Setup|needs to be enabled]]
+
<br>Windows 7 has TLS 1.2 disabled by default and [[#Windows 7 TLS 1.2 Setup|needs to be enabled]]
  
 
The processors are discontinuing support for non TLS1.2 protocols. They are required to do so by the PCI council.   
 
The processors are discontinuing support for non TLS1.2 protocols. They are required to do so by the PCI council.   

Revision as of 20:23, 1 June 2017

This article is part of the
Payment Processing Software Library

Categories

Get it...

Credit Card Software
Download

Install it...

Installation
Upgrade & Migration

Connect to it...

Point Of Sale Integration

Set it up...

Quick Start Guide
Setup
Processor Setup

Licensing

Learn to use it...

Manual & User Guide
Knowledge Base
Frequently Asked Questions
Compliance Guide
Merchant Account Rates
User Interface Guides

Fix it...

Errors & Troubleshooting
Knowledge Base
Corrupted Install Repair

Get Help...

Contact
Processor Support Contacts

More Info ...

Glossary
Articles

See also...

911 Software
Help

CreditLine Payment Processing Software TLS 1.2 SHA-2 Compliance. This site can also be reached at http://docs.911software.com

Looking for better rates?   Get a Free Credit Card Processing Cost Comparison!

Windows Version Support=

PCI Council requires all merchants, vendors and processors to support TLS 1.2/SHA-2.

Windows XP, Server 2003, Vista and Server 2008 DO NOT SUPPORT TLS 1.2/SHA-2 and are NOT ALLOWED To be used in the payment processing environments
Windows 7 has TLS 1.2 disabled by default and needs to be enabled

The processors are discontinuing support for non TLS1.2 protocols. They are required to do so by the PCI council.
If you are getting Transmission Error after an upgrade, update your Windows to a PCI and TLS1.2/SHA2 compliant version. This is an industry mandated change. If you need help with this, please call 813-600-3225.

Windows 7 TLS 1.2 Setup

Enable TLS 1.2 on Windows 7 Windows 7 supports TLS 1.1 and TLS 1.2. However these protocol versions are not enabled on Windows 7 by default. On Windows 8 and higher the protocols are enabled by default. To enable TLS 1.1. and TLS 1.2 on Windows 7 import the following registry keys: Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client] "DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server] "DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] "DisabledByDefault"=dword:00000000 Alternatively, download TLS 1.x on Windows 7.zip and double click (import) the Enable TLS 1.x on Windows 7.reg.