Skip to content

525 SSL Handshake Failed

Cloudflare specific error. Cloudflare failed to securely negotiate TLS with the origin server.

Cloudflare specific error. Cloudflare failed to securely negotiate TLS with the origin server.

import { HttpException, get } from 'shokupan';
export const getResource = get('/resource', () => {
throw new HttpException('SSL Handshake Failed', 525);
});