Cyd
Cyd
APISprout in Docker Image can't download an OpenAPI file from a SSL Web server that is signed with a private authority. ``` $ ./apisprout https://localhost:8080/api.yml 2020/02/05 23:08:28 Get https://localhost:8080/api.yml: x509:...
Configure `nginx` to be able to deal with upstream server with all TLS version from 1 to 1.3.
I use a private docker repository that use TLS **v1.3** protocol only (for security purpose). Prior versions were disabled. It seems version v1.3 is not enabled in nginx: ``` 2022/01/03...
Please consider to add a new API command to retrieve the list of the current mailboxes, and for each, the number of emails. The list could be under route `GET`...