[Mono-list] Problem with mono and HtttpWebRequest (ssl)

David Curylo curylod at asme.org
Tue Jun 16 15:19:31 UTC 2015


On Jun 16, 2015, at 9:42 AM, MkProc <matthias.ruck at mars-engineering.de> wrote:

> The Server is running nginx/1.6.2.
> 
> According to certmgr, the comodo cert is in the Trust store.
> 

If you’re on linux and run `curl https://your-server`, do you get any errors about missing intermediate certificates?  If so, mono won’t be happy either.

There is likely an intermediate certificate in the chain that is not included in the bundle on the web server.  Comodo should have provided you with a set of certificate files, and you need to concatenate all of them together with the one for your server in the file first, then going through the chain all the way to the root being last in the file.  Then you need to point that the concatenated file as your nginx ssl_certificate.  The process is described here.

https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/789/37/certificate-installation-nginx



More information about the Mono-list mailing list