Currently wpe fetches any and all content over https just fine regardless of certificates. But when it comes to websocket connections the behavior is reversed, and the connection fails, even if the server has a valid certificate, because no root certs are included.
This is from the wpe console when trying to open a secure (wss://) websocket:
´(WPEWebProcess:616): GLib-Net-WARNING **: couldn't load TLS file database: Failed to open file '/etc/ssl/certs/ca-certificates.crt': No such file or directory
CONSOLE ERROR WebSocket network error: Unacceptable TLS certificate
Currently wpe fetches any and all content over https just fine regardless of certificates. But when it comes to websocket connections the behavior is reversed, and the connection fails, even if the server has a valid certificate, because no root certs are included.
This is from the wpe console when trying to open a secure (wss://) websocket: