简体   繁体   中英

Caused by: java.io.IOException: ObjectIdentifier() -- data isn't an object ID (tag = 48)

enter image description here

' server.ssl.key-store = src/main/resources/laitadmin.p12 server.ssl.key-alias= 1 server.ssl.keyStoreType= PKCS12'

'   at sun.security.util.ObjectIdentifier.<init>(ObjectIdentifier.java:257) ~[na:1.8.0_251]'

AES encryption in pkcs12 is not supported in java upto java 11. This is a known issue. Reference - https://bugs.openjdk.java.net/browse/JDK-8220734

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM