8192 bit ssl Zertifikate unter OS X

Apple hat angst vor DoS Attacken und limitiert die Schlüssellänge recht extrem. Wird allerdings zum Problem wenn man auf eine Webseite mit 8192 bit langem Zertifikat besuchen möchte.

Hier der Fix den man einfach in den Terminal Emulator des Vertrauens werfen kann. Danach einfach den Browser neu starten.

Quelle: http://blog.shiz.me/post/67305143330/8192-bit-rsa-keys-in-os-x

If you’re on Mountain Lion or lower:
sudo defaults write /Library/Preferences/com.apple.crypto RSAMaxKeySize -int 32768

If you’re on Mavericks or higher:
sudo defaults write /Library/Preferences/com.apple.security RSAMaxKeySize -int 32768

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.