On this page:
Rhombus SSL:   Secure Communication
is_  available
unavailable_  reason
8.18

Rhombus SSL: Secure Communication🔗ℹ

 import: ssl package: rhombus-ssl-lib

The ssl library supports secure network communication via the OpenSSL API and libraries that are included with Racket or provided by the operating system.

The ssl.is_available variable reports whether SSL functionality is available, and if not, ssl.unavailable_reason provides an explanation of why.

    1 Secure Ports

    2 Secure Clients

    3 Secure Servers

    4 Secure Contexts