Explicitly set verify_peer in one test to see if it fixes it
This commit is contained in:
		
							parent
							
								
									4d4310806b
								
							
						
					
					
						commit
						948bd35343
					
				|  | @ -297,7 +297,8 @@ validate_chain1(Config) -> | ||||||
|     %% Then: the connection is successful. |     %% Then: the connection is successful. | ||||||
|     {ok, Con} = amqp_connection:start(#amqp_params_network{host = Host, |     {ok, Con} = amqp_connection:start(#amqp_params_network{host = Host, | ||||||
|                                                            port = Port, |                                                            port = Port, | ||||||
|                                                            ssl_options = [{cacerts, RootCerts}, |                                                            ssl_options = [{verify, verify_peer}, | ||||||
|  |                                                                           {cacerts, RootCerts}, | ||||||
|                                                                           {cert, CertTrusted}, |                                                                           {cert, CertTrusted}, | ||||||
|                                                                           {key, KeyTrusted}]}), |                                                                           {key, KeyTrusted}]}), | ||||||
|     %% Clean: client & server TLS/TCP |     %% Clean: client & server TLS/TCP | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue