IPad – Configure HTTPS proxy on iPad

ipadNetworkPROXYsafari

I have a secure login page on my localhost. In my network settings on the iPad I can only change HTTP proxy setting to access insecure pages in localhost.

I have configured it this way:
Server: 192.168.1.5
Port: 80

but when I want access https://localhost/api, Safari warns:

There was a problem communicating with the secure web proxy server (HTTPS).

How can I configure for HTTPS proxy?

Best Answer

to listen https request on your server,server need listening on port 443.for listening the traffic of 443 and 80 you need to perform routing and then for example listening on port 8080 after redirect all traffic on 8080.