-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow unsecure https connections #22
Comments
Version 1.1c already works fine for me accessing my localhost with http and https (self-signed cert created automatically by Visual Studio). |
Is this still currently unsupported? I am encountering the same issue as Bizarrus, this would be very nice to have |
Yes unfortunately. My life has been complicated lately and I have not been able to implement some of these basic features. I have not tested it, but it may be possible, as workaround to add temporarily your self-signed certificates as trusted in the operating system you are using (if you have permissions to do it), possibly with that you should not see the error anymore on FRequest. |
Yes I tried this but no luck, curl works fine but the tool still throws ssl complaints. Great tool otherwise, super easy to use / lightweight, thanks! |
A new option should be added so FRequest allows unsecure http requests. This is useful for self signed certificate connections.
The text was updated successfully, but these errors were encountered: