• IBM Notes 9.0.1 FP3 = Location information has been specified incorrectly

    By Sebastian MacSpudik 1 decade ago

    Hi @ all,

    we have used the Subversion Integration for Domino Designer a long time, until now.
    After installing FP3 on the Domino Designer/Notes Clients, a error appears while trying to connect to the svn Server: Location information has been specified incorrectly.
    svn: SSLv3 SSLContext not available.
    svn: OPTIONS request failed on '/repos/notes'
    Since SSLv3 was deactivated in FP3, the notesclient seems to block the connection.
    Our SVN Server (Apache based) accepts TLS.

    Is there anybody out there, who has the same problem and maybe a solution for that?

    Thanks
    Sebastian Spudik

    • By Sebastian MacSpudik 10 years ago

      Fix found.

      To reactivate SSLv3 you have to remove this line in the file JVM/lib/security/java.security

      jdk.tls.disabledAlgorithms=SSLv3