mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 04bd6ed44c
			
		
	
	
	04bd6ed44c
	
	
	
		
			
			Just like in CONC-712, disable hostname checks for connections over unix socket. Even for not self-signed certificates.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # MDEV-35368 Validation of SSL certificate fails for mariadb-backup
 | |
| #
 | |
| GRANT ALL PRIVILEGES on *.* TO backup_user IDENTIFIED by 'x' REQUIRE SSL;
 | |
| # localhost, not self-signed cert with a wrong hostname: ok
 | |
| # tcp, not self-signed cert with a wrong hostname: fails
 | |
| # tcp, not self-signed cert with a wrong hostname: fails even with a password (no auto-verification)
 | |
| DROP USER backup_user;
 |