Skip to content

Commit

Permalink
Document "Introducing Strict SSL/TLS" in migration // Resolve platfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 4, 2020
1 parent 35a526f commit b701762
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
9 changes: 9 additions & 0 deletions core/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@ for more details.
What is changed or removed
--------------------------

Introducing Strict SSL/TLS
~~~~~~~~~~~~~~~~~~~~~~~~~~

The setting ``strict_ssl`` has been removed from :ref:`cmd_settings`. Now, PlatformIO Core 5.0
communicates over the encrypted SSL/TLS by default with the PlatformIO Registry and
other services such as :ref:`pioremote`.

At PlatformIO, we are always looking for ways to improve the security of our services.

packageRepositories
~~~~~~~~~~~~~~~~~~~

Expand Down
10 changes: 0 additions & 10 deletions core/userguide/cmd_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ Check for the platform updates interval.

Enable caching for API requests and Library Manager

.. _setting_strict_ssl:

``strict_ssl``
^^^^^^^^^^^^^^

:Default: No
:Values: Yes/No

Strict SSL for PlatformIO Services

.. _setting_enable_telemetry:

``enable_telemetry``
Expand Down
4 changes: 0 additions & 4 deletions envvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ Allows one to override setting :ref:`setting_check_platforms_interval`.

Allows one to override setting :ref:`setting_enable_cache`.

.. envvar:: PLATFORMIO_SETTING_STRICT_SSL

Allows one to override setting :ref:`setting_strict_ssl`.

.. envvar:: PLATFORMIO_SETTING_ENABLE_TELEMETRY

Allows one to override setting :ref:`setting_enable_telemetry`.
Expand Down

0 comments on commit b701762

Please sign in to comment.