Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
CADDY/cloudflare - Not understanding why I am getting an SSL handshake failure
« previous
next »
Print
Pages: [
1
]
Author
Topic: CADDY/cloudflare - Not understanding why I am getting an SSL handshake failure (Read 269 times)
cribbageSTARSHIP
Newbie
Posts: 8
Karma: 0
CADDY/cloudflare - Not understanding why I am getting an SSL handshake failure
«
on:
October 25, 2024, 12:49:56 am »
Good day everyone. I am using the caddy plugin and am able to access my opnsense gui (only from inside my LAN) from my .com. I have 3 domains ( home/prod/testing ) that I want to have services work with. the OPN GUI is on my prod domain and it works. I tried two other services (qbittorrent on http, and portainer on https) and neither work. with my cloudflare SSL/TLS encryption set to full it shows the two failures are due to SSL handshake failed Error code 525. With it turned to flexable it fails due to ERR_TOO_MANY_REDIRECTS.
Im not sure what to look for in diagnosing this issue. Any guidance would be great. Thank you!
Logged
OmnomBánhmì
Newbie
Posts: 25
Karma: 2
Re: CADDY/cloudflare - Not understanding why I am getting an SSL handshake failure
«
Reply #1 on:
November 29, 2024, 10:20:59 am »
This is a little hard to diagnose.
Try testing with these methods and post/report the responses you get, for each of your subdomains:
$ curl -v
https://prod.youraddre.ss
-o /tmp/test
This will give you metadata about the connection, and redirects will show. You may look for subjectAltName, Host and location values (and others).
Web-based tests do not show as much detail, however
https://deref.link/
and
https://wheregoes.com/
may help too.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
CADDY/cloudflare - Not understanding why I am getting an SSL handshake failure