mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Fix TLS errors when using acme/autocert for local connections (#5820)
This commit is contained in:
		
							parent
							
								
									331c9120e8
								
							
						
					
					
						commit
						3b364029f7
					
				| @ -39,6 +39,7 @@ func decodeJSONError(resp *http.Response) *Response { | ||||
| func newInternalRequest(url, method string) *httplib.Request { | ||||
| 	req := newRequest(url, method).SetTLSClientConfig(&tls.Config{ | ||||
| 		InsecureSkipVerify: true, | ||||
| 		ServerName:         setting.Domain, | ||||
| 	}) | ||||
| 	if setting.Protocol == setting.UnixSocket { | ||||
| 		req.SetTransport(&http.Transport{ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user