• 0

Detecting SSL Level


Question

Is there a way i can write a small web application that would detect a users SSL Level? (SSL1 , SS2,SSL3,)

Users are having issues where they access some webpages and get page cannot be displayed.

this is due to out of date SSL Levels on their system, i'd like to build a web page in which the user can click on a button and check their ssl level, if the ssl level is too low, then whatever....

how would i do this? anyone with experience? :)

an example of this can be found here http://www.intuit.com/support/browsertest/

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
What language?

whatever you think is easier ;)

i know you have the nack for PHP. but most our stuff is Server Site "Java" servlets, so if you have some java knowledge, its running asdie apache.

Link to comment
Share on other sites

  • 0

If you're using mod_ssl for Apache, just put

SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128

inside your <Directory></Directory> tags in your config.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.