Apache: redirect to non SSL page if TLS negotiation fails

jmj

How can I configure apache to redirect user to a non ssl page, if the TLS connection negotiation fails (i.e. they don't agree on a common SSL protocol with supported cipher)

It is using mod_ssl, apache : 2.4.6

I understand that it doesn't even make connection when it fails to agree on something common to establish TLS connection, so serving response with header redirect isn't a straight option

Spiff

You can't. If a browser accepted a redirect from an unauthenticated (read: likely impostor) website after it failed to make a secure connection to the actual secure website, I'd be livid. That would be a pretty dire security flaw.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Apache SSL error: Re-negotiation handshake failed: Not accepted by client?

From Dev

Apache home page redirect

From Dev

Apache SSL redirect to main folder

From Dev

500 SSL negotiation failed

From Dev

Fix SSL negotiation failed

From Dev

TLS and SSL for Java apache commons email

From Dev

Apache Non-Vhost Redirect

From Dev

.HTACCESS TLS/SSL Auto redirect disrupting normal MVC routing

From Dev

Apache2 redirect to another domain with ssl

From Dev

Redirect all requests to non www ssl https

From Java

Powershell Invoke-WebRequest Fails with SSL/TLS Secure Channel

From Java

Https connection, TLS hangs and eventually fails SSL_ERROR_SYSCALL

From Dev

Exclude page from ssl redirect rule

From Dev

how to redirect to a page if PDO transaction fails?

From Dev

How to Redirect to other page if MVC Routing fails

From Dev

Session fails to maintain after page redirect

From Dev

.htaccess combined rules (redirect non-ssl to ssl AND exections)

From Dev

TLS certificate installation in ejabberd for STARTTLS negotiation

From Dev

OpenVPN - TLS key negotiation failed on Raspbian

From Dev

Apache VirtualDocumentRoot redirect non-existing domains

From Dev

Apache .htaccess "Redirect to non-url" error

From Dev

Redirect variable in url to a specific page in apache

From Dev

Apache .htaccess redirect single page to heroku

From Dev

Redirect to page with non http/https protocol

From Dev

cURL use Non-SSL Proxy to get SSL page

From Dev

cURL use Non-SSL Proxy to get SSL page

From Dev

How to View NodeJS SSL Negotiation Results

From Dev

LWP::UserAgent and 500 SSL negotiation failed

From Dev

Net:HTTP SSL negotiation timeout on Ubuntu 14.04

Related Related

HotTag

Archive