monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.5k stars 566 forks source link

class org.bouncycastle.asn1.DEROutputStream from class org.bouncycastle.cert.CertUtils #254

Closed wuzehangisk closed 1 year ago

wuzehangisk commented 1 year ago

java.lang.IllegalAccessError: tried to access class org.bouncycastle.asn1.DEROutputStream from class org.bouncycastle.cert.CertUtils at org.bouncycastle.cert.CertUtils.generateSig(Unknown Source) at org.bouncycastle.cert.CertUtils.generateFullCert(Unknown Source) at org.bouncycastle.cert.X509v3CertificateBuilder.build(Unknown Source) at com.github.monkeywie.proxyee.crt.service.bc.BouncyCastleCertGenerator.generateServerCert(BouncyCastleCertGenerator.java:74) at com.github.monkeywie.proxyee.crt.CertUtilsLoader.generateServerCert(CertUtilsLoader.java:128) at com.github.monkeywie.proxyee.crt.CertUtil.genCert(CertUtil.java:188) at com.github.monkeywie.proxyee.crt.CertPool.getCert(CertPool.java:27) at com.github.monkeywie.proxyee.handler.HttpProxyServerHandler.channelRead(HttpProxyServerHandler.java:205)