-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS/SSL issues #10
Comments
I don't think libcurl uses the Windows certificate store. Try disabling ASP.NET Core HTTPS redirection in your development environment. |
Yeah, I already tried that...without success! |
i'm using the default chat hub example from microsoft, and the examples from this repo, and i'm getting the exact same error. Was the solution found ? I can also confirm the delegate is never called. |
I added a new troubleshoot section in the readme. Concretely, the problem comes from the fact that the functions are asynchronous and that the shared pointer removes the connection object and thus the connection with the server before the negotiation ended. |
Hi! I've been pulling my hair over this for a while and thought I'd ask here. Cloned this repository into my project Plugins folder. Everything seems to work OK, but there's an error when negotiating with the signalr hub.
The hub is locally hosted (VS2022 Core WebApp), and works when using a browser with the same url. Both http and https. UE log gives me this error about SSL certificate:
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered: