han
Results
2
issues of
han
``` HttpProxyServerConfig config = new HttpProxyServerConfig(); //开启HTTPS支持 //不开启的话HTTPS不会被拦截,而是直接转发原始报文 config.setHandleSsl(true); ``` 简单配置开启ssl,出现不支持TLSv1,请问这个需要怎么配置 --- ``` HttpProxyServerConfig config = new HttpProxyServerConfig(); //Enable HTTPS support //If it is not enabled, HTTPS will not be...
rbatis version is `4.5.29` rbdc-sqlite version `4.5.5` when I define a struct with a field type `Option` and add a record, the field value set to a object json string,...
help wanted