@trail imp I’ve been troubleshooting the hell out of my domain’s security recently and just can’t figure out what’s wrong. Any device connected to my network is able to load and interact with any of my subdomains on sirkorgo.com, but everyone else i know were all unable to reach my site with the same SSL_ERROR_RX_RECORD_TOO_LONG.
I’ve tried changing my TLS version, my ssl security settings, nothing. Tried turning proxying on/off on my DNS records, also not working for anyone else but me.
I asked a friend who is unable to view my site to run curl -Ikv https://sirkorgo.com/ and this was the output:
Host www.sirkorgo.com:443 was resolved.
IPv6: 2606:50c0:8002::153, 2606:50c0:8000::153, 2606:50c0:8001::153, 2606:50c0:8003::153
IPv4: 185.199.110.153, 185.199.111.153, 185.199.108.153, 185.199.109.153
Trying [2606:50c0:8002::153]:443...
schannel: disabled automatic use of client certificate
ALPN: curl offers http/1.1
schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid
closing connection #0
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid
The site is configured to GitHub Page’s IPv4 addresses along with IPv6 and a CNAME at the subdomain www with my github pages domain.
Is there any way to fix this? I’m so lost and confused and I just want my site to be accessible securely.