Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8160971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:23:52+00:00 2026-06-06T18:23:52+00:00

I have the following piece of code from a function that takes the host

  • 0

I have the following piece of code from a function that takes the host name as input and supposed to extract the certificate for that host. I need to display the IP address for the remote host. I used “.getInetAdress()” to return the IP for the remote host: http://docs.oracle.com/javase/1.5.0/docs/api/java/net/Socket.html#getInetAddress().

SSLSocketFactory factory = HttpsURLConnection.getDefaultSSLSocketFactory();

System.out.println("Starting SSL Socket For "+hostname+" port "+port);
SSLSocket socket = (SSLSocket) factory.createSocket(hostname, port);

//To get the IP for the remote host. Format: (domain name/IP), 
//then manually covert it to string

String remoteIP=socket.getInetAddress().toString();
System.out.println("Remote address = " + remoteIP);

socket.startHandshake();     
Certificate[] serverCerts = socket.getSession().getPeerCertificates();

When I run the program, for example, the host is: “www.tesco.com”, the “.getInetAddress().” returns this IP to me: 88.221.94.232. When I try to type this IP in the browser, it gives me “Invalid URL”, even after adding ‘https://’ to the URL. While, if I tried to ping “tesco.com” I get another IP: “212.140.185.177” and if I typed it in the browser, it opens tesco’s web page.

What am I misunderstanding ? Is there any other methods other than getInetAddress & getHostAddress() to get the IP address for a remote host (without using socket)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T18:23:53+00:00Added an answer on June 6, 2026 at 6:23 pm

    You are getting the correct IP address.

    When I run the program, for example, the host is: “www.tesco.com”, the “.getInetAddress().” returns this IP to me: 88.221.94.232.

    Right. So that’s the IP address you got for www.tesco.com.

    When I try to type this IP in the browser, it gives me “Invalid URL”.

    Because that server (an Akamai accelerator) has no idea which web site you want.

    While, if I tried to ping “tesco.com” I get another IP: “212.140.185.177”

    Right, because tesco.com is not the same as www.tesco.com.

    and if I typed it in the browser, it opens tesco’s web page.

    Because that web server did know which web site you wanted because it only handles tesco.com, unlike the servers that handle www.tesco.com that handle many web sites.

    If you look closely, you’ll see that pointing your browser at tesco.com redirects you to www.tesco.com. They use Akamai.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following piece of code from a book. There is this function
I have the following piece of code taken from the PHP manual on the
I have the following piece of code: $(document).ready(initialize); function initialize() { $('#btnPoint').css('width', $('#btnPoint').width()); }
I have following piece of code which tries to load an XML file from
I have the following piece of code and the problem is that the callback
I have the following piece of code: DataRow CreateRow(DataTable dt, string name, string country)
I have the following piece of code which is being run from a click
I have following piece of code from my Backbone project: App.Controllers.Test = Backbone.Router.extend({ routes:
I have following piece of code: It compiles without problems under gcc-3.4, gcc-4.3, intel
I have following piece of code : public Hashmap<String,String> tempmap = new HashMap<String,String>(); and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.