Does anyone know how they "shut down https"?
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
Iran Shuts Down Major Websites and Https Protocol
11–20 of 151 posts
Re: Iran Shuts Down Major Websites and Https Protocol
#12Earlier quoted context omitted.
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
Is it just by port, or do they detect SSL traffic at any port, and then block it?
Re: Iran Shuts Down Major Websites and Https Protocol
#13Does anyone know how they "shut down https"?
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
Re: Iran Shuts Down Major Websites and Https Protocol
#14Does anyone know how they "shut down https"?
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
Re: Iran Shuts Down Major Websites and Https Protocol
#15Earlier quoted context omitted.
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
How do they distinguish an encrypted connection from a non-encrypted connection? How do they know those indecipherable bits are an encrypted message vs. a part of an image or video? I suspect they just block domains and IPs and common ports or they sniff for common handshakes and key exchanges and kill those.
Re: Iran Shuts Down Major Websites and Https Protocol
#16Does anyone know how they "shut down https"?
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
What unencrypted protocols are allowed / common?
Re: Iran Shuts Down Major Websites and Https Protocol
#17Earlier quoted context omitted.
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
So where would one find SSL over http implementation? You know, you send your usual POST to a proxy, only the body would be an actual request. Whole handshake could probably be done like this. Not even the proxy would (wouldn't have to) know the content. Encrypted body could be translated to valid XML for extra effect.
Re: Iran Shuts Down Major Websites and Https Protocol
#18Re: Iran Shuts Down Major Websites and Https Protocol
#19Earlier quoted context omitted.
They drop all encrypted connections. This means no https, no IMAP over TLS and no SSH connections. (Im in Iran)
So where would one find SSL over http implementation? You know, you send your usual POST to a proxy, only the body would be an actual request. Whole handshake could probably be done like this. Not even the proxy would (wouldn't have to) know the content. Encrypted body could be translated to valid XML for extra effect.