+ Reply to Thread + Post New Thread
Results 1 to 2 of 2

Thread: About SSL & TSL

  1. #1
    Senior SEO Specialist Mehedi's Avatar
    Join Date
    Apr 2011
    Posts
    500
    Thanks
    19
    Thanked 20 Times in 16 Posts

    Question About SSL & TSL

    Hey
    I have a problem with my browser. When i open my cometbird browser and after certain time they give me a message and want to change my SSL & TSL protocol.
    What is this SSL & TSL protocol?

  2. #2
    Noobie
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Java SSL Vulnerability?
    I'm just getting to learn about SSL connections, and I found out there's an SSL renegotiation vulnerability in Java, and so SUN disabled the SSL/TSL renegotiations by default.

    Now, I was learning to write an SSL client/server app, and this code - socket.startHandshake() - produces an exception, and rightly so, seeing as the renegotiation has been disabled.

    When I remove that particular statement, my client/server app runs fine.
    home improvement Philadelphia
    kitchen remodeling Philadelphia
    bathroom remodeling Philadelphia
    What I want to know is by removing the ".startHandshake" does that mean that my client isn't getting authenticated by my server? In which case, doesn't that make the client/server app less secure?

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts