mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix TLS errors when using acme/autocert for local connections (#5820)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						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{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user