News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

security certificate bypass

Started by AssemblyBeginner, October 17, 2006, 05:09:46 PM

Previous topic - Next topic

AssemblyBeginner

hi

  when i open https site with correct system time then winsock open that page,if i change then it shows error,so can i pass values to server that i can send me that page

like in iexploer it shows security certificate dialog and after click on yes with changing system date it opens that page i want to acheive that

any idea what can i write that sub routine that iexplorer communicate to server

thanks

BogdanOntanu

#1
Title is dangerousely on the wrong side...

Explain why do you want to do that... is it legal, is it corect?
Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

P1

Quote from: BogdanOntanu on October 17, 2006, 09:16:20 PMTitle is dangerousely on the wrong side...
To automatically accept a certificate, yes is indeed, dangerous!!!  :naughty:  The time issue is a killer for something EULA violation like.

That is why M$ has made them user response issue.

As a network administrator, I have a domain CA and it's automatically published to client workstations.

You can as a part of your software setup, prompt the user to accept your certificate.

Or walk the user through the first time screens and then process the https from there.

Otherwise, you need an explaination of what you are trying to do as a goal.  Because just maybe there is a better way to do waht your trying to do, but we do not have enough info to help yet.

We will give you a little more time here to answer openly.

Regards,  P1  :8)