Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Fiddler shouldn't be able to MitM the connection unless you overrode the default .NET SSL certificate validation. If you did, then you threw away 90% of SSLs security anyway. Commented Mar 17, 2014 at 17:44
  • @Polynomial: So i want to know please if i just created a website and used COMODO's SSL or any other Authorized SSL Certificate and then used a normal WebClient from my .NET Application to connect to the website, login and check the user subscription then depending on it it grants access to the user. WILL THAT BE SECURE AND I CAN MAKE SURE THAT THE COMMUNICATION WILL NOT BE ALTERED OR EDITED NOR IT WILL BE VULNERABLE TO SOMETHING LIKE REPLAY ATTACKS sorry for caps just to highlight Commented Mar 17, 2014 at 18:42
  • @Polynomial because i am planning to get VBulletin license and handle everything from there using it's Subscription Manager Commented Mar 17, 2014 at 18:43