--
You received this message because you are subscribed to the Google Groups "net-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to net-dev+u...@chromium.org.
To post to this group, send email to net...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/96bc0552-be08-4b97-b33b-7437426e3005%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/CABc02_KCeVpnh01VZVRyV%3DctjL70Y8_5jU%2BDB7Rrkx_ApJO9fw%40mail.gmail.com.
@David, i was unable to export logs from chrome-mobile net-internals.Please try below beta urls which are also having same problem.https://im1.beta-wspbx.com & https://partners.beta-wspbx.com are working finehttps://rtc1.beta-wspbx.com is not working.please suggest
In my asterisk server, i was configured with certificate, key & bundle files in PEM format. (i hope CSR is not required)and using openssl-1.0.1x internally.Reading the certificates withSSL_CTX_use_certificate_file(cfg->ssl_ctx, cfg->certfile, SSL_FILETYPE_PEM)SSL_CTX_use_PrivateKey_file(cfg->ssl_ctx, tmpprivate, SSL_FILETYPE_PEM)
On Wed, Sep 9, 2015 at 7:54 AM, Ajay Choudary <aja...@gmail.com> wrote:In my asterisk server, i was configured with certificate, key & bundle files in PEM format. (i hope CSR is not required)and using openssl-1.0.1x internally.Reading the certificates withSSL_CTX_use_certificate_file(cfg->ssl_ctx, cfg->certfile, SSL_FILETYPE_PEM)SSL_CTX_use_PrivateKey_file(cfg->ssl_ctx, tmpprivate, SSL_FILETYPE_PEM)Again, your CA should be able to help you configure your server to properly supply their intermediates.In this case, you need to make sure that cfg->certfile (the one you're supplying to SSL_CTX_use_certificate_file ), has not only the leaf cert (your server cert), but the intermediates. It should be a single PEM file, where the contents are the server certificate, followed by the Intermediates.
Contacting your CA is the best step, as they're best able to tell you the intermediate(s) you should configure for maximum support.(I'm not trying to not give you advice, but your CA is really in the best place to advise you how to configure in a way that won't cause issues; I can only point you to one possible config)This isn't really an issue for net-dev though.
--
You received this message because you are subscribed to the Google Groups "net-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to net-dev+u...@chromium.org.
To post to this group, send email to net...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/CACvaWvY3mT5L7Fd6pFunOFNC0%2BXhD5%3D0bPZnui9MU7-m4ek0FQ%40mail.gmail.com.