aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

error: HTTP Error 403: Forbidden #159

Closed alexpanter closed 1 year ago

alexpanter commented 1 year ago

As the title says. Steps to retrace:

1) Machine with Ubuntu 23 2) Install cppman through apt 3) Try something like cppman std::map to get the error.

Now I'm not exactly a networking expert. Usually I would think that port 443 is for HTTPS-connections, and that somehow Ubuntu has a firewall preventing that, but there could be other reasons - and I'm not really sure.

Is there a "desired" way to circumvent this problem, e.g. change port number, or set up a local proxy with HTTPS (is that even possible?), or something else?

In advance, thank you!

megaproes commented 1 year ago

same error

aitjcize commented 1 year ago

This is a dup of #150, please install via pip instead.