mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
try to fix https connection issue
This commit is contained in:
@@ -77,7 +77,7 @@ function checkRootCA(){
|
||||
|
||||
function generateRootCA(){
|
||||
if(isRootCAFileExists()){
|
||||
console.log(color.yellow("rootCA exists at " + certDir));
|
||||
console.log(color.yellow("rootCA exists at " + cmdDir));
|
||||
var rl = readline.createInterface({
|
||||
input: process.stdin,
|
||||
output: process.stdout
|
||||
|
||||
Reference in New Issue
Block a user