Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DNS problem
2013-07-02, 08:15
Post: #2
RE: DNS problem
Yes, you have DNS available, but you're trying to do HTTPS on an IP-address. HTTPS expects the host in the URL to be a domain name, or else it can't validate that the certificate matches. So what it actually tries to pretend is a DNS hostname is the literal string "192.168.0.52", which it obviously is not. Configure a hostname for the server at 192.168.0.52 in your DNS and stick that name in your script instead of the IP. Obviously you must also make sure that the certificate you're using on the web server matches that name. See http://ipxe.org/crypto for more details on the HTTPS support.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DNS problem - Game - 2013-07-01, 21:09
RE: DNS problem - robinsmidsrod - 2013-07-02 08:15
RE: DNS problem - ArneLovius - 2013-07-02, 09:38
RE: DNS problem - robinsmidsrod - 2013-07-02, 23:48
RE: DNS problem - Game - 2013-07-22, 02:00



User(s) browsing this thread: 1 Guest(s)