While working on a specialized domain to ip to integer conversion routine I stumbled across this
http://1249764117 takes you to the normal Google Home Page , but https://1249764117 brings up a totally
different page which resolves to https://encrypted.google.com/ where I found a link to this
http://www.google.com/support/websearch ... 3733&hl=en.
I found it interesting & thought I'd share this with everybody here who didn't already know about it.
I stumbled across this a few minutes ago ...
I stumbled across this a few minutes ago ...
HP Z800 Workstation
CPU : Dual Xeon 5690 3.46GHz
RAM : 192GB RAM
GPU : NVIDIA QUADRO P5000 16GB
CPU : Dual Xeon 5690 3.46GHz
RAM : 192GB RAM
GPU : NVIDIA QUADRO P5000 16GB
- codewalker
- Enthusiast

- Posts: 331
- Joined: Mon Mar 27, 2006 2:08 pm
- Location: Spain
Re: I stumbled across this a few minutes ago ...
This might be a portal that gets you into the grid, google's frontier to reshape the internet 
There is a difference between knowing the code and writing the code.
May the code be strong in your projects.
May the code be strong in your projects.
Re: I stumbled across this a few minutes ago ...
https://1249764117 brings up a warning message on Firefox here..
Code: Select all
You have asked Firefox to connect
securely to 1249764117, but we can't confirm that your connection is secure.
Normally, when you try to connect securely,
sites will present trusted identification to prove that you are
going to the right place. However, this site's identity can't be verified.Code: Select all
1249764117 uses an invalid security certificate.
The certificate is only valid for mail.google.com
(Error code: ssl_error_bad_cert_domain)
Re: I stumbled across this a few minutes ago ...
That is because security certificates are hard-coded to domain names in text format ie www.google.com not 127.0.0.1 or 1249764117. That's why the availabilty of over-riding the warning exists, if you know it is actually safe to do so.Baldrick wrote:https://1249764117 brings up a warning message on Firefox here..![]()
Code: Select all
You have asked Firefox to connect securely to 1249764117, but we can't confirm that your connection is secure. Normally, when you try to connect securely, sites will present trusted identification to prove that you are going to the right place. However, this site's identity can't be verified.Code: Select all
1249764117 uses an invalid security certificate. The certificate is only valid for mail.google.com (Error code: ssl_error_bad_cert_domain)
HP Z800 Workstation
CPU : Dual Xeon 5690 3.46GHz
RAM : 192GB RAM
GPU : NVIDIA QUADRO P5000 16GB
CPU : Dual Xeon 5690 3.46GHz
RAM : 192GB RAM
GPU : NVIDIA QUADRO P5000 16GB
