| Cipher Suites (in order of preference) | 
	
	
	
	
				
					TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02b)
  
			Forward Secrecy
				 | 
			128 | 
	
	
				
					TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f)
  
			Forward Secrecy
				 | 
			128 | 
	
	
			TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a)  WEAK
			 | 
			256 | 
	
	
			TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009)  WEAK
			 | 
			128 | 
	
	
			TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013)  WEAK
			 | 
			128 | 
	
	
			TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014)  WEAK
			 | 
			256 | 
	
	
			TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33)  WEAK
			 | 
			128 | 
	
	
			TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x39)  WEAK
			 | 
			256 | 
	
	
			TLS_RSA_WITH_AES_128_CBC_SHA (0x2f)  WEAK
			 | 
			128 | 
	
	
			TLS_RSA_WITH_AES_256_CBC_SHA (0x35)  WEAK
			 | 
			256 | 
	
	
			TLS_RSA_WITH_3DES_EDE_CBC_SHA (0xa)  WEAK
			 | 
			112 | 
	
	
	| 
	(1) When a browser supports SSL 2, its SSL 2-only suites are shown
	only on the very first connection to this site. To see the suites,
        close all browser windows, then open this exact page directly. Don't refresh.
	 |