cryptopp icon indicating copy to clipboard operation
cryptopp copied to clipboard

cryptopp.com website down for some time

Open davidljung opened this issue 11 months ago • 8 comments

The website for Crypto++ with the documentation reference has been down for a while ( www.cryptopp.com ).

I'm unsure if the maintainer is aware of it (hence this issue).

Wondering if this is a temporary situation with a crashed server, or something more permanent. If more permanent, perhaps we can try to find someone else to take on the hosting and domain, with the maintainer's permission?

Regards.

@weidai11 @noloader

davidljung avatar Jan 28 '25 23:01 davidljung

@weidai11 @noloader Not having a docs website is hurting this project, we can't get API info. Just host on github for free and you are done

ramezrafla avatar Feb 03 '25 16:02 ramezrafla

Yeah, there seems to be some DNS problems. HTTPS will be broke until we can get things sorted out.

Try this for the time being:

$ cat /etc/hosts 
...

93.127.197.30 cryptopp.com www.cryptopp.com

noloader avatar Feb 04 '25 18:02 noloader

Thanks @noloader Works!

FYI to anyone reading this, only HTTP http://www.cryptopp.com

ramezrafla avatar Feb 04 '25 22:02 ramezrafla

@ramezrafla I am trying to access it now but I can't connect. Are you able to run the site?

andreshduque avatar Feb 28 '25 13:02 andreshduque

@andreshduque Yes .. add this to your hosts file

93.127.197.30 cryptopp.com www.cryptopp.com

Then open http://www.cryptopp.com (no https)

ramezrafla avatar Feb 28 '25 13:02 ramezrafla

It works, thank you @ramezrafla

andreshduque avatar Feb 28 '25 15:02 andreshduque

Who does not want to change hosts file or for a quick look, http://93.127.197.30 should do. Even simple 93.127.197.30 as URL might connect.

irwir avatar Mar 06 '25 21:03 irwir

April 2025: www.cryptopp.com is alive, except RSA and DSA links; would be nice to know details about RSAES hash functions.

SamGinrich avatar Apr 02 '25 09:04 SamGinrich