Do not default SMTP verify mode to "peer", default to "none" (#6996)
This commit is contained in:
		
							parent
							
								
									2c51bc0ca5
								
							
						
					
					
						commit
						36eac8ba90
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -256,11 +256,7 @@ namespace :mastodon do | |||
|             q.modify :strip | ||||
|           end | ||||
| 
 | ||||
|           env['SMTP_OPENSSL_VERIFY_MODE'] = prompt.ask('SMTP OpenSSL verify mode:') do |q| | ||||
|             q.required | ||||
|             q.default 'peer' | ||||
|             q.modify :strip | ||||
|           end | ||||
|           env['SMTP_OPENSSL_VERIFY_MODE'] = prompt.select('SMTP OpenSSL verify mode:', %w(none peer client_once fail_if_no_peer_cert)) | ||||
|         end | ||||
| 
 | ||||
|         env['SMTP_FROM_ADDRESS'] = prompt.ask('E-mail address to send e-mails "from":') do |q| | ||||
|  |  | |||
		Reference in a new issue