It looks like someone is using my server and hosting my application on a different URL. When I visit this other URL an exact working copy of my website is present, though the browser objects when I attempt to access an HTTPS page. What has this person done?

link|improve this question
What's the browser's objection when you attempt to access the HTTPS page? If it's a certificate subject mismatch and the certificate subject is your site, it sounds like they're just proxying requests to your site. – blueadept May 4 '10 at 20:36
The browser says there is a certificate mismatch for HTTPS pages. Also of note, When I access the other site I see the requests in my nginx access log. – chief May 4 '10 at 22:20
So what can I do about this? – chief May 5 '10 at 2:57
Set the server up to send a 301 or 302 redirect if the requested hostname isn't right. Also, if you see the requests in your nginx access log and they're coming from your actual IP address rather than from a different IP address, the owner of the other domain may have just pointed it at your web server. – blueadept May 5 '10 at 15:36
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown