Meteor custom domain with own certification -


when deploy app likes this:

$ mrt deploy owndomain.com 

https://owndomain.com in web browser shows certification warning because certification's common name "*.meteor.com".

is there anyway fix or replace certification own certification?

you can't use own certificates meteor deploy hosting, @ least not yet. have wildcard ssl cert matches '*.meteor.com'.

you need host able use own, or use .meteor.com domain.

if dont have proxy supports websockets use: https://github.com/tarangp/meteor-ssl-proxy


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -