breautek commented on issue #89: URL: https://github.com/apache/cordova-browser/issues/89#issuecomment-735337770
Short answer is no, cordova doesn't support serving certificates. I'm not certain on this, but I believe `cordova run` / `cordova serve` is intended to be used for development, not for production use. If this is the case, I don't foresee this being added as a feature. However you can run a reverse proxy server using NGINX or Apache that serves SSL certificates, then you proxy_pass to the cordova server. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
