0 Using SSL with RockRMS 7 Keith Pavia posted 10 Years Ago What is the best way to install RockRMS so that at least the admin and member sections are secure? I created a sub domain xyz.ourdomain.com, but ran the install from www.ourdomain.com thinking that it would install then admin portion into the sub-domain.
Jeremy Hoff 10 years ago Hi Keith,If you are using a Wildcard cert for a single domain.... i.e. "examplechurch.com"... and IIS is configured, then it should also handle subdomains such as "RockRMS.examplechurch." and "www.examplechurch.com".In other words, IIS will handle the SSL, and RockRMS will handle the routing for your domain names and the Sites. A single RockRMS folder on your filesystem can host virtually unlimited different RockRMS-powered Sites. While it's possible to setup a separate folder on your filesystem, I'm not sure I can think of a good reason to do that if you are using a single Database. (I hope that makes sense?)Back to your specific question - it sounds like you might be able to resolve this by configuring IIS with another cert - one for each subdomain - and then allowing RockRMS to handle the domain routing.Ping back if I misunderstood.... thanks!
Jeremy Hoff 10 years ago True! Though, unless you have a wildcard cert, IIS may only really serve SSL for the one domain it's configured.I hope that helps,
Jeremy Hoff 10 years ago Hi Keith,It might help to see the site's actual domain name so that I can review the symptom first hand. Do you mind sharing it here?Thank you,
Jeremy Hoff 10 years ago Thanks. It appears IIS is not listening on 443 for https://www.therockaz.net -- since it sounds like you have only one Cert, this is probably normal. I'll comment further on the other page.
Jeremy Hoff 10 years ago I receive the same error you see on https://admin.therockaz.net -- it appears that IIS is also not listening on https:// which could lead to the problem.Is this a production site or is it one you could wipe? I ask because if you are not using this for real data yet, there isn't much need to deal with the heroics of making it work again. It's possible, but it might be simpler to redeploy RockRMS. ;-)Either way, what we want to do first is make sure that the web pages work on both HTTP:// as well as HTTPS:// before "forcing" SSL. You see, RockRMS will happily run on either SSL or not, and the "Force" option merely makes it a requirement for the configured page(s). In other words, lets get SSL working before you "Force" any pages. :-)I hope that helps?
Keith Pavia 10 years ago Thank you! Chatting with Arvixe now. I don't think that SSL is setup properly. That would do it correct? :) I can wipe it no problem.Also, when I told RockRMS to use admin.therockaz.com for the internal site, what does that actually do? It does not require that I create a subdomain does it? If not, how does it actually get to admin.therockaz.com?
Keith Pavia 10 years ago I have removed RockRMS. Now there is only one index.html file there. SSL still not working. Arvixe has escalated it to the SSL team. Thank you for your help. Still wondering how admin.therockaz.net works, if there isn't a sub-domain.
Keith Pavia 10 years ago When I go to http://www.sslshopper.com/ssl-checker.html?hostname=therockaz.net and check the primary domain it says it is working fine. How come I cannot get https://www.therockaz.net/index.html to come up?
Jeremy Hoff 10 years ago http://www.sslshopper.com/ssl-checker.html?hostname=www.therockaz.net (note the addition of the "www" in the rockaz.net domain name) shows no SSL cert in the error message.
Jim Michael 10 years ago I concur. There is definitely no SSL certificate installed (or at least, functioning) on either www.therockaz.net or therockaz.net (verified via http://www.digicert.com/help/) . This is "simply" a web server issue and the fact that Rock isn't doing SSL is just a side effect :-)
Keith Pavia 10 years ago Thanks guys. So, should I use admin.therockaz.net as the internal address? if I do, will I be able to login as admin at that URL?
Jeremy Hoff 10 years ago Glad to help, Keith.The choice of domains is really up to you, but I agree that "admin.therockaz.net" is a great choice for your internal (staff-facing) siteAnother option I anticipate seeing is "RockRMS.therockaz.net" since RockRMS is the name of the app. Make sure this URL is configured in DNS as well as in RockRMS - Configuration - CMS - Sites.I hope that helps,
Keith Pavia 10 years ago OK the DNS is probably the reason it is not working. I'll see if I can figure it out. Thanks again for all of you help. The SSL should working now.
Jeremy Hoff 10 years ago Hi Keith,If you are referring to the Sites config where you set the default page, then yes: RockRMS - Admin Tools - CMS Config - Sites.I hope that helps,