justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 618 forks source link

Fix ip address certs #795

Closed keyoti closed 4 years ago

keyoti commented 4 years ago

Doneness:

For reverse proxy config, if the host name is an IP address the resulting certificate will be rejected by some browsers, this change marks the SAN field as IP Address instead of DNS name in that case.

honfika commented 4 years ago

Why did you delete the capture.png file? I added it back.

keyoti commented 4 years ago

Not sure how/why it was deleted, thanks for adding it back. Honestly I've had trouble with git seeing every file as changed because of linefeed differences, so I was just glad that hadn't happened.