Attempt to block SSLv2 requests on the server, anyone else?

Moderator: Project members

Post Reply
Message
Author
dzstoever
500 Command not understood
Posts: 3
Joined: 2009-03-17 17:49
First name: Daniel
Last name: Stoever

Attempt to block SSLv2 requests on the server, anyone else?

#1 Post by dzstoever » 2009-03-18 02:08

I just got the source code compiled in Visual Studio 2005 thanks to the other topic on this forum.
Anyway, I plan to attempt and alter the source to block any SSLv2 connections. :twisted:
I will post with my progress. In the mean time, any tips or advice are appreciated.

Also because the Service component is a 'Windows service' how can I run the code in debug with the ability to set breakpoints etc...Maybe this is more of a Visual Studio question. Never mind.

User avatar
botg
Site Admin
Posts: 35509
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Attempt to block SSLv2 requests on the server, anyone else?

#2 Post by botg » 2009-03-18 08:45

Use /compat argument to run it as normal program.

Post Reply