You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I later found that it's happening with axios, got & fetch. But https is not having this ssl issue. Because https package is not asking for http or https prefix. Instead it asks for host & port separately, by that https handles this tls or ssl regarding issue by itself
Finally, I added this but CodeClimate is preventing further. I tried separating the method to keep it under 20, but still CodeClimate did not like it, so I'm being forced to publish my version of the extension instead of contributing to this one.
If anyone can help me here that'd be great!
I have the following configuration data:
settings.json
http
&https
both.Gitea Accessible from Browser
Error on clicking refresh
In Past, Gitea CLI write/read got accessible after this command when I first time started using Gitea.
git config --global http.sslVerify false
The text was updated successfully, but these errors were encountered: