~Chloe OptumiburyndsJun 19, 2014, 5:25 PM5 PostsThe problem is the encryption key strength Self-signed Domino certs are created with a 512-bit key by default, and no obvious way to change it. Is there a way in code?
~Ned UmlutherettuJun 19, 2014, 5:20 PM113 Postsneed a stronger ssl certificateTitle: Cannot open session with Domino over SSL after Windows update Doc #: 1613994 URL: http://www.ibm.com/support/docview.wss?uid=swg21613994 As you mentioned before a Domino self signed certificate isnt strong enough so you'll need a new ssl cert new kyr/sth -You'll need to either get a 3rd party ssl cert -or use the steps in the below technote to create a ssl cert based off a domino certificate authority https://www.ibm.com/support/docview.wss?uid=swg21114148
~Chloe OptumiburyndsJun 19, 2014, 5:25 PM5 PostsThe problem is the encryption key strength Self-signed Domino certs are created with a 512-bit key by default, and no obvious way to change it. Is there a way in code?
~Sven NimgerosterflarJun 19, 2014, 5:31 PM46 PostsDo not use self signed certscertificates under 1024 are blocked http://blogs.technet.com/b/pki/archive/2012/06/12/rsa-keys-under-1024-bits-are-blocked.aspx http://blogs.technet.com/b/pki/archive/2012/07/13/blocking-rsa-keys-less-than-1024-bits-part-2.aspx Do not use a self signed cert. If you want more flexibility follow this guide which uses Domino as the CA http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21193730