Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In a web application, if it doesn't have a domain name (like a web service for example), can you still add a SSL certificate to a IP address?

If yes, how?

share|improve this question

3 Answers

You can easily put an ip address into the CN (common name) of an ssl certificate by the same procedure you would use for an ordinary hostname (ssl certificates contain hostnames, not domain names).

How this is done precisely in your case cannot be answered, since you have not stated what your case is.

Browsers should match the CN of a certificate against what the user has put into the URL bar. If it's an ip address, it's an ip address.

share|improve this answer

This site offers certificates for IP addresses. You wouldn't be able to (properly) use a certificate for a domain name for an IP address, however.

share|improve this answer

There's some good information here: https://www.thawte.com/ssl-digital-certificates/technical-support/browserfaqs.html

I'm almost certain you need a domain to go with the SSL.

share|improve this answer
9  
you may be certain, but you are wrong – hop Nov 21 '08 at 20:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.