Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Oops! Something went wrong' after adding epp folder to the /var/www/html/modules/registrars folder #23

Open
aaronjrodrigues opened this issue Oct 27, 2024 · 5 comments

Comments

@aaronjrodrigues
Copy link

I followed the instructions and added the 'epp' folder containing the repository, I then followed step 3 to activate the add on but Im getting an error page saying oops something went wrong. Please assist me as to what the issue could be, thank you

@aaronjrodrigues
Copy link
Author

Also I noticed its asking me to put my key.pem and cert.pem however I dont have one, where do I get it?

@getpinga
Copy link
Owner

Could you share the screenshot of the error message? Also to what registry you connect, this will help me tell you from where to get the SSLs.

@aaronjrodrigues
Copy link
Author

I'm trying to connect to the BOCRA registry (handles .bw domains for botswana). Here's the error message:

Screenshot 2024-10-29 at 10 37 47

Thank you for your assistance

@getpinga
Copy link
Owner

Sorry for delay, please try

chown -R www-data:www-data /var/www/html/whmcs/modules/registrars/epp
chmod -R 755 /var/www/html/whmcs/modules/registrars/epp

and let me know if worked.

@getpinga
Copy link
Owner

As for the SSL, you can generate with the following:

openssl genrsa -out key.pem 2048
openssl req -new -x509 -key key.pem -out cert.pem -days 365

Place them in the same directory where the script is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants