{"id":1385,"date":"2017-07-13T21:25:20","date_gmt":"2017-07-14T00:25:20","guid":{"rendered":"https:\/\/zmsolution.laraclaud.com.br\/?p=1385"},"modified":"2017-07-13T21:34:30","modified_gmt":"2017-07-14T00:34:30","slug":"problemas-com-certificado-no-osb-service-key-providers","status":"publish","type":"post","link":"http:\/\/zmsolution.com\/problemas-com-certificado-no-osb-service-key-providers\/","title":{"rendered":"Problemas com certificado no OSB Service Key Providers"},"content":{"rendered":"
Abaixo tr\u00eas problemas que podem ocorrer ao configurar um servi\u00e7o no OSB<\/strong> com certificado digital<\/p>\n Caused by: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints<\/p>\n Caused by: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA<\/p>\n Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA<\/p>\n Solu\u00e7\u00e3o F\u00e1cil<\/strong><\/p>\n 1- Edite o arquivo<\/strong><\/p>\n JAVA_HOME\\jre\\lib\\security\\java.security<\/p>\n 2- Altere os par\u00e2metros abaixo<\/strong><\/p>\n jdk.certpath.disabledAlgorithms=RSA keySize < 1024 para<\/strong><\/p>\n jdk.certpath.disabledAlgorithms=RSA keySize < 1024 Salve e restarte toda a sua aplica\u00e7\u00e3o para os managers pegar os novos valores<\/p>\n Referencia<\/p>\n Metalink (Doc ID 2171581.1)<\/strong><\/p>\n <\/p>\n <\/p>\n","protected":false},"excerpt":{"rendered":" Abaixo tr\u00eas problemas que podem ocorrer ao configurar um servi\u00e7o no OSB com certificado digital Caused by: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints Caused by: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA Solu\u00e7\u00e3o F\u00e1cil 1- Edite o arquivo JAVA_HOME\\jre\\lib\\security\\java.security 2- Altere os par\u00e2metros abaixo jdk.certpath.disabledAlgorithms=RSA keySize < 1024 jdk.tls.disabledAlgorithms=SSLv3, MD5withRSA, DH keySize < 768 para jdk.certpath.disabledAlgorithms=RSA keySize < 1024 jdk.tls.disabledAlgorithms=SSLv3, DH[…]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[23],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/posts\/1385"}],"collection":[{"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/comments?post=1385"}],"version-history":[{"count":0,"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/posts\/1385\/revisions"}],"wp:attachment":[{"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/media?parent=1385"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/categories?post=1385"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/zmsolution.com\/wp-json\/wp\/v2\/tags?post=1385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}
\njdk.tls.disabledAlgorithms=SSLv3, MD5withRSA, DH keySize < 768<\/p>\n
\njdk.tls.disabledAlgorithms=SSLv3, DH keySize < 768<\/p>\n