Browse Source

Merge pull request #3517 from vetu11/fix-3511

Fix #3511: SSL certificates are optional.
Max Hilbrunner 5 years ago
parent
commit
2c1bad248a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/networking/ssl_certificates.rst

+ 2 - 2
tutorials/networking/ssl_certificates.rst

@@ -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