emersion / hydroxide

A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
MIT License
1.64k stars 126 forks source link

Unable to run on OpenBSD (tls: neither Certificates, GetCertificate, nor GetConfigForClient set in Config) #156

Closed adamsteen closed 3 years ago

adamsteen commented 3 years ago

Unable to run on OpenBSD as of commit hash eaed35982976ddfe3654edd72e83eec4033462d3

get the follow error messages with serve, smtp and imap

$ /home/adams/.local/bin/hydroxide -debug serve
2021/02/25 12:23:15 CardDAV server listening with TLS on 127.0.0.1:8080
2021/02/25 12:23:15 open : no such file or directory
$ /home/adams/.local/bin/hydroxide -debug smtp
2021/02/25 12:23:18 SMTP server listening with TLS on 127.0.0.1:1025
2021/02/25 12:23:18 tls: neither Certificates, GetCertificate, nor GetConfigForClient set in Config
$ /home/adams/.local/bin/hydroxide -debug imap
2021/02/25 12:23:22 IMAP server listening with TLS on 127.0.0.1:1143
2021/02/25 12:23:22 tls: neither Certificates, GetCertificate, nor GetConfigForClient set in Config

I am not sure what else I can provide.

emersion commented 3 years ago

Bleh, missed that during review. Thanks for the heads-up!