I am using a corporate internet connection. I am working under a domain. We use SSL security certificate. I cannot receive weather data because I am receiving an SSL certificate warning and this prevents me from receiving data. I would appreciate it if you could make an arrangement to pull location and weather data.
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
I'm also not really a network expert (far from it, actually), but I have the impression that if this plugin can't fetch data from https://api.met.no or https://secure.geonames.org then other components or apps will also have problems, for example, can you use screenshooter to upload to imgur?
Maybe you need to use a proxy, or have those domains/certificates in an allow-list, I don't really see what we can do from our side.
I think plain http might be the solution. So the security certificate may not cause any problems. Can you give me a solution to test this? Xfce-weather-plugin test suite or a few configurations or something.
The plugin seems to honorHTTP_PROXY, can't you use that? Otherwise you'll need to clone the repo, search the code, make the changes and ./autogen.sh --prefix=/usr && make && sudo make install to test :)
The api.met.no service does not support unencrypted HTTP (you get redirected to HTTPS) due to mandatory security requirements in the Norwegian public sector.
I couldn't get any results, I still can't see location information and weather forecast. Or I couldn't fully implement the solution. Is there a file where I can make changes to the installed plugin?