Hi,
Does anyone know if its possible to configure an HTTPS target server in VS Code’s cloud-code apigee emulator? Not looking for mTLS or anything fancy.
I tried adding port 443 and
"sSLInfo": {
"enabled": true
}
but still getting upstream The plain HTTP request was sent to HTTPS port type errors.
I’m guessing that key sSLInfo is wrong since the target servers API has isEnabled but vs code has enabled. Tried “ssl”: {“enabled”: true} but its the same.
Any other guesses?
Thanks,
Eugene