Skip to content

Commit

Permalink
Merge pull request godotengine#3517 from vetu11/fix-3511
Browse files Browse the repository at this point in the history
Fix godotengine#3511: SSL certificates are optional.
  • Loading branch information
mhilbrunner committed May 10, 2020
2 parents a88563a + b04225c commit 2c1bad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/networking/ssl_certificates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ which can take a regular connection and add security around it. The
:ref:`HTTPClient <class_HTTPClient>`
class also supports HTTPS by using this same wrapper.

For SSL to work, certificates need to be provided. A .crt file must be
specified in the project settings:
Godot includes SSL certificates from Mozilla, but you can provide your own
with a .crt file in the project settings:

.. image:: img/ssl_certs.png

Expand Down

0 comments on commit 2c1bad2

Please sign in to comment.