What is the name of the domain?
getsolara.dev
What is the error number?
curl (35)
What is the error message?
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid
What is the issue you’re encountering
My website cannot be accessed by a plethora of users, and it’s not due to an ISP block. A lot can view my endpoint in their browser just fine, but when trying to access from curl, they get an error (curl:(35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid). However, if they switch on a VPN, they can connect just fine - but it’s not an ISP block, as mentioned before they can access in-browser just fine.
What steps have you taken to resolve the issue?
I have tried changing many settings such as TLS or SSL settings, yet there is no luck.
What feature, service or problem is this related to?
I don’t know
What are the steps to reproduce the issue?
Try accessing the endpoint “https://getsolara.dev/api/endpoint.json” in-browser, the usual case is that the information appears fine.
Then, try doing "curl ‘https://getsolara.dev/api/endpoint.json’ " in CMD prompt, and you may face the error “curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid”