Fix backend bootstrap error
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
		
							parent
							
								
									dcdb55e346
								
							
						
					
					
						commit
						8e35c3ba01
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -64,7 +64,7 @@ public class App { | |||
|     private static Connection connect() throws Exception { | ||||
|         for (int i = 0; i < 60; i++) { | ||||
|             try { | ||||
|                 return DriverManager.getConnection("jdbc:mysql://db/example?useSSL=false", "root", Files.lines(Paths.get("/run/secrets/db-password")).findFirst().get()); | ||||
|                 return DriverManager.getConnection("jdbc:mysql://db/example?allowPublicKeyRetrieval=true&useSSL=false", "root", Files.lines(Paths.get("/run/secrets/db-password")).findFirst().get()); | ||||
|             } catch (CommunicationsException ex) { | ||||
|                 Thread.sleep(1000L); | ||||
|                 continue; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue