diff --git a/manual/customize.rst b/manual/customize.rst index 3a4faba438..e5717a2bdf 100644 --- a/manual/customize.rst +++ b/manual/customize.rst @@ -41,7 +41,7 @@ Environment variables * ``CALIBRE_SHOW_DEPRECATION_WARNINGS`` - Causes calibre to print deprecation warnings to stdout. Useful for calibre developers. * ``CALIBRE_NO_DEFAULT_PROGRAMS`` - Prevent calibre from automatically registering the filetypes it is capable of handling with Windows. * ``SYSFS_PATH`` - Use if sysfs is mounted somewhere other than /sys - * ``http_proxy`` - Used on linux to specify an HTTP proxy + * ``http_proxy``, ``https_proxy`` - Used on linux to specify an HTTP(S) proxy See `How to set environment variables in Windows `_ or `How to set environment variables in macOS `_. diff --git a/manual/faq.rst b/manual/faq.rst index 6b54a5ddd0..957816eb5d 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -1008,11 +1008,12 @@ How do I get calibre to use my HTTP proxy? By default, calibre uses whatever proxy settings are set in your OS. Sometimes these are incorrect, for example, on Windows if you don't use Internet Explorer then the proxy settings may not be up to date. You can tell calibre to use a -particular proxy server by setting the ``http_proxy`` environment variable. The -format of the variable is: ``http://username:password@servername`` you should -ask your network administrator to give you the correct value for this variable. -Note that calibre only supports HTTP proxies not SOCKS proxies. You can see the -current proxies used by calibre in Preferences->Miscellaneous. +particular proxy server by setting the ``http_proxy`` and ``https_proxy`` +environment variables. The format of the variable is: +``http://username:password@servername`` you should ask your network +administrator to give you the correct value for this variable. Note that +calibre only supports HTTP proxies not SOCKS proxies. You can see the current +proxies used by calibre in Preferences->Miscellaneous. I want some feature added to calibre. What can I do? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~