• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by PiTiNiNjA

  1. PiTiNiNjA

    Resolved Disable remote access on MongoDB using Docker

    Thanks for your time CaptainHook. I ended up installing MongoDB without Docker. However, blocking any calls on the MongoDB port in the firewall should indeed be a good solution. Hopefully it will help someone in the future!
  2. PiTiNiNjA

    Resolved Disable remote access on MongoDB using Docker

    Hello I installed MongoDB with Docker on my Plesk server. It allows remote connections by default, and I would like to change that. Usually I disable remote access by setting bind_ip to 127.0.0.1 in the mongodb.conf file, but I can't find any / don't know how to use configuration file with...
  3. PiTiNiNjA

    Question How to manage CORS with PHP using Plesk

    Hello IgorG and thank you for your time, I've read this documentation already. In fact if I put these lines in Plesk Apache directives: Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Credentials "true" Header set Access-Control-Allow-Methods "GET, POST, PUT, DELETE...
  4. PiTiNiNjA

    Question How to manage CORS with PHP using Plesk

    Hello! I'm having trouble trying to enable CORS on my PHP API. If I put header('Access-Control-Allow-Origin: *'); in my PHP code, it has no effect. But if I put Header set Access-Control-Allow-Origin * in the Plesk Apache configuration, then it works. How can I let PHP manage the CORS...
  5. PiTiNiNjA

    Issue Node.JS and SSL - Permission denied while trying to get certificates

    Dear SibProgrammer, huge thanks for explaining this. I will try asap and let you know. EDIT It is working! As pointed by SibPogrammer, no need to setup SSL within the NodeJS sript, Plesk/Nginx takes care of that for you. Good to know! Many thanks.
  6. PiTiNiNjA

    Issue Node.JS and SSL - Permission denied while trying to get certificates

    Hi, thank you for your time Ruslan. I have a Debian 9 server with Plesk 17.8 preview and the NodeJS extension. I added a domain (let's say my.domain.com) with web hosting and put my NodeJS app files in the httpdocs folder. The SSL/HTTPS code in my index.js looks like this: //[...] //https var...
  7. PiTiNiNjA

    Issue Node.JS and SSL - Permission denied while trying to get certificates

    I'm not sure changing the file permission is the solution here, because I think it will eventually be overwritten by the certificate renewal. I'm pretty sure there must be a way to give permission to the user running the NodeJS script, but I don't know how to do it properly.
  8. PiTiNiNjA

    Plesk Onyx 17.8 Preview

    Removing Google Login extension did the trick! Thanks a lot!
  9. PiTiNiNjA

    Plesk Onyx 17.8 Preview

    panel.log do contains interesting stuff! [2018-01-22 08:29:27.256] ERR [panel] Signature verification failed [2018-01-22 08:29:27.275] ERR [panel] Signature verification failed: 0: /opt/psa/admin/plib/modules/social-login/vendor/firebase/php-jwt/src/JWT.php:109...
  10. PiTiNiNjA

    Plesk Onyx 17.8 Preview

    Hi IgorG, thanks for your time. Unfortunatly, the plesk repair installation did not fix anything, and the /var/log/plesk/sw-cp-server/error_log file is empty.
  11. PiTiNiNjA

    Issue Node.JS and SSL - Permission denied while trying to get certificates

    Hello, I'm trying to setup a NodeJs application on my Plesk server. I have an error while trying to run the script through the NodeJs extension: Error: EACCES: permission denied, open '/usr/local/psa/var/modules/letsencrypt/etc/live/[MyDomain]/privkey.pem' I understand that the user running...
  12. PiTiNiNjA

    Plesk Onyx 17.8 Preview

    Hello, I hope I'm in the right place, a gentleman from the Plesk support told me to post in this topic. I have an issue on the 17.8 preview (running on Debian 9). Every time I go on the login page, I have an error message saying: Internal error: Signature verification failed Message Signature...
Back
Top