WWW and SSL: couldn't create a context: error:140A90F1:lib(20):func(169):reason(241)

Hey all I want to avoid cert validation as it seems to be giving me this error interacting with my webservice.
I see no way to do this such that it will work on WebGL, mobile, and standalone builds. Any suggestions would be appreciated.

Do you use any native plugins that may use openssl shared library also?
We meet a similar situation, but the error is reported in our native plugins.
Our error is due to unity linux contains conflict symbols with openssl shared library.
And we must rebuilt native plugins and openssl to solve this problem.