PDA

View Full Version : Certificate bypass with Hosts modification


User2037
19th December 2007, 03:04 PM
Hi everyboby,

I created another route ton access on a exchange server from outside and getting pushmail.

It works but the certificate doesn't match with the fake ipadress specified.

To bypass the certificate authentification i created two registry entries :

HKLM\Comm\Tcpip\hosts\server.domain.tld\ipaddr XX XX XX XX
HKLM\Comm\Tcpip\hosts\server.domain.tld\ExpireTime 99 99 99 99 99 99 99

this works well with some devices (WM2005 & WM6) but with another else (WM6) it dont work.

I dont understand why it don't work.

It seems ton be a resolution order (which depens of connection type) because when i make a lookup :
with no connection : domaine.tld -> fake ipaddr (it works but no connection lol)
with AcSync or Data connection : domaine.tld -> true ipaddr

Is there another registry entry to disable DNS checking before registery when a connection is open ?

thanks in advance for responses and sorry for my bad english.