vibe.d
Steven Schveighoffer
schveiguy at gmail.com
Sat Mar 11 12:56:16 UTC 2023
On 3/11/23 5:12 AM, seany wrote:
> email.headers["Sender"] = "<<myapp_de.sean at gmail.com>"; // valid mail
Looks like an extra `<`, is that correct?
> Exception while handling request POST /createNewOwner:
> object.Exception@/home/monsoon/.dub/packages/vibe-d-0.9.6-alpha.1/vibe-d/tls/vibe/stream/openssl.d(668): Connecting TLS tunnel: error:0A000086:SSL routines::certificate verify failed (167772294)
> ```
>
>
> Note that dub is running on localhost.
>
> How can I resolve this? Please help. Thank you
Looks like an issue with the certificate, either on your vibe app or on
the email server.
-Steve
More information about the Digitalmars-d-learn
mailing list