I just run the first tests, and I found that:
1. owb every time crash when started from shell
2. the certificates of Root CA are stored in owb directory, not in development:/etc/ssl
3. I also have the same error when connecting to https sites
4. openssl command line works properly and can connect with TLS (tested with: openssl s_client -connect
www.google.com:443)
It looks that there is something wrong with libcurl that was compiled without ssl support. My understanding is that the configure script test for some functions that are not there anymore.
I'll work on it and let you know...