Comment
I have a pre-generated site at https://vigilantesculpting.codeberg.page/
This was previously hosted on github, and I decided to join you fine people here at codeberg.
I have a custom domain registered with namecheap: www.vigilantesculpting.com.
I tried to use the guide at
https://docs.codeberg.org/codeberg-pages/using-custom-domain/
to point the namecheap domain to the codeberg pages site.
To do this, I modified the CNAME entry on namecheap to read "pages.vigilantesculpting.codeberg.page."
After doing this, I get the following from dig:
$ dig CNAME www.vigilantesculpting.com
...
;; ANSWER SECTION:
www.vigilantesculpting.com. 30 IN CNAME pages.vigilantesculpting.codeberg.page.
...
so this seems ok?
But if I try to access my custom domain via webbrowser it gives me a security issue.
And using wget gives me
$ wget https://www.vigilantesculpting.com
--2026年06月30日 21:40:59-- https://www.vigilantesculpting.com/
Resolving www.vigilantesculpting.com (www.vigilantesculpting.com)... 217.197.84.141
Connecting to www.vigilantesculpting.com (www.vigilantesculpting.com)|217.197.84.141|:443... connected.
OpenSSL: error:0A000438:SSL routines::tlsv1 alert internal error
Unable to establish SSL connection.
I don't do this kind of thing very often, and I am not sure of what to try next.
I have seen mentions of a .domain file that some people seem to store in their repo?
Also, I used to have a CNAME file hosted on github. Do I need this?
Any help would be greatly appreciated, thank you!