Tagged Questions
3
votes
1answer
90 views
Domain changes required for SSL integration
Currently my site supports regular payment options (User is taken to Payment Gateway/PG website). Now I'm trying to implement "seamless" PG integration. I need SSL for this. I'm having a dedicated ...
1
vote
1answer
119 views
SSL Certificate
I've received the email below from google about my wordpress site and have no idea how to follow the instructions. Any help out there?
Dear Webmaster, The host name of your site, ...
2
votes
1answer
255 views
DNS name/host-header specific url-pattern/security-constraint, to not require SSL with Tomcat6
I am needing to enable SSL on an application hosted through Tomcat6 and I have added the following to the tomcat web.xml:
<security-constraint>
<web-resource-collection>
...
1
vote
1answer
353 views
SSL between customer's domain having CNAME to our secured server?
We're setting up a payment service -- a few pages to collect credit cards, and do other stuff that needs to be secure. We would like to offer the service to customers via a cobranded page we serve ...
3
votes
3answers
1k views
DNS configuration to force root domain to www
we have an app running on heroku. the dns setup is like this:
A record for domain.com -> heroku front end ip addresses
CNAME for www.domain.com -> specific host name for our app provided by heroku
...
2
votes
1answer
93 views
Forwarded/custom domain names and SSL
Assume I have a website that offers a web-based service to companies:
myservice.com
Each company has a subdomain wildcarded via mod_rewrite:
client1.myservice.com
(This is typical of many ...