Various programs are unable to connect HTTPS localhost or other urls with ssl.
This will fix:
https problems with Screaming Frog
https problems with Beamusup SEO crawler
Download Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
Java 8 - Windows and *nix
Java 7 - Windows and *nix
MacOSX
Installation of the unlimited strength JCE policy files.
Uncompress and extract the downloaded file.Copy "local_policy.jar" and "US_export_policy.jar" in your JAVA_HOME (JRE) installation folder under /lib/security.
For example (on windows):
C:\Program Files\Java\jre1.8.0_77\lib\security
For example (on *nix):
$JAVA_HOME/lib/security/
/usr/java/jre1.8.0_77/lib/security/
On Mac OS x the folder is different:
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/
Comments
Post a Comment