- The Julia web stack has migrated to MbedTLS 2.1. As a consequence, the
sslparameter ofrunnow takes an object representing an MbedTLS configuration (MbedTLS.SSLConfig) that is expected to have one or more certificates already configured.
There is also a convenience option to pass a tuple{MbedTLS.CRT, MbedTLS.PKContext}representing a single certificate and private key for thesslparameter, in which case a reasonable default configuration with the given certificate will be created automatically. Seeruntests.jlfor an example of loading a PEM-format certificate and key.
This repository was archived by the owner on Sep 4, 2019. It is now read-only.