HTTPS proxy server gets timeout
I am trying to implement an HTTP/HTTPS proxy server in Kotlin (for Android), and it works as expected for HTTP but for HTTPS requests it gets The connection has timed out
all the time.
I am trying to implement an HTTP/HTTPS proxy server in Kotlin (for Android), and it works as expected for HTTP but for HTTPS requests it gets The connection has timed out
all the time.