mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			561 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			561 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "ESP HTTP client"
 | |
| 
 | |
| 
 | |
|     config ESP_HTTP_CLIENT_ENABLE_HTTPS
 | |
|         bool "Enable https"
 | |
|         default y
 | |
|         help
 | |
|             This option will enable https protocol by linking esp-tls library and initializing SSL transport
 | |
| 
 | |
|     config ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH
 | |
|         bool "Enable HTTP Basic Authentication"
 | |
|         default n
 | |
|         help
 | |
|             This option will enable HTTP Basic Authentication. It is disabled by default as Basic
 | |
|             auth uses unencrypted encoding, so it introduces a vulnerability when not using TLS
 | |
| 
 | |
| endmenu
 | 
