-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
[windows v25.3.6]
suppose the file "xray.exe" is in folder "F1",
and you run command ".../F1/xray.exe" from folder "F2".
geoip.dat and geosite.dat should be in "F1" folder, which shows that the relative path for geofiles begins from the folder where "xray.exe" is there.
but certificate files should be in "F2" folder, which shows that the relative path for certificate files begins from the folder where the "command" is executed.
"certificateFile": "mycert.crt",
"keyFile": "mycert.key"
This issue has caused the mitm-config to not work in v2rayN and v2rayNG, because the The folder where the command is executed is unspecified.
///
as a result, like geofiles, the relative path for certificate files should begins from the folder where "xray" is there.
Metadata
Metadata
Assignees
Labels
No labels