mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-04 00:00:51 -05:00 
			
		
		
		
	If libcurl is built with MultiSSL support (not the case for e.g. Debian/Ubuntu, which ship separate, conflicting libraries), this allows selecting the SSL/TLS backend libcurl uses.
		
			
				
	
	
		
			12 lines
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
charon.plugins.curl.redir = -1
 | 
						|
	Maximum number of redirects followed by the plugin, set to 0 to disable
 | 
						|
	following redirects, set to -1 for no limit.
 | 
						|
 | 
						|
charon.plugins.curl.tls_backend =
 | 
						|
	The SSL/TLS backend to configure in curl if multiple are available.
 | 
						|
 | 
						|
	The SSL/TLS backend to configure in curl if multiple are available (requires
 | 
						|
	libcurl 7.56 or newer). A list of available options is logged on level 2 if
 | 
						|
	nothing is configured. Similar but on level 1 if the selected backend isn't
 | 
						|
	available.
 |