![]() |
|
How to know if proxy has SSL support? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Networking (https://sinister.ly/Forum-Networking) +--- Thread: How to know if proxy has SSL support? (/Thread-How-to-know-if-proxy-has-SSL-support) |
How to know if proxy has SSL support? - Cyb3rNuX - 02-17-2018 So let's say I have a list of mixed http and https proxies. How can I know which are http and which are https? As far as I know http and https proxies can have same ports, so I cannot know which are which by their port. Is there any way I can determine if proxy is HTTP or HTTPS? RE: How to know if proxy has SSL support? - mothered - 02-17-2018 Provided the proxies are alive, you can use an online tool to check the type of protocol. Here's a couple of links. https://hidemy.name/en/proxy-checker/ http://www.checker.freeproxy.ru/checker/ RE: How to know if proxy has SSL support? - Cyb3rNuX - 02-17-2018 (02-17-2018, 03:41 PM)mothered Wrote: Provided the proxies are alive, you can use an online tool to check the type of protocol. I know there are services that provide proxy checking, but I'd like to know the way they are getting those proxy info? |