mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 1831f8e4d7
			
		
	
	
	1831f8e4d7
	
	
	
		
			
			Remove TLSv1.1 from the default tls_version system variable. Output a warning if TLSv1.0 or TLSv1.1 are selected. Thanks Tingyao Nian for the feature request.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| Variable_name	Value
 | |
| Ssl_version	TLSv1
 | |
| Variable_name	Value
 | |
| Ssl_version	TLSv1
 | |
| @@tls_version
 | |
| TLSv1.0
 | |
| call mtr.add_suppression("TLSv1.0 and TLSv1.1 are insecure");
 | |
| FOUND 1 /TLSv1.0 and TLSv1.1 are insecure/ in mysqld.1.err
 |