Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v8.0.0 ( Extended License )

No permission to download

average_coder

Member
Banned User
Jul 28, 2022
30
52
18
Does anyone know how to fix this below issue i have been trying from last 2 days and unable to fix it

server Panel - aaPanel
Node start - pm2 manager


i have followed the instructions provided from author and installed the panel , the panel is working perfectly but the qr code is not generating,when i access http:// mydomain. com:8000 the site is working as below
but when i open https:// mydomain. com:8000 the site is showing ERR_SSL_PROTOCOL_ERROR

i have updated all the ssl and forced the https but its not working , so i thought maybe http will we working so i used the http server itself in the WAMD server setting i.e http:// mydomain .com:8000 as expected the qr code generated successfully but it doesn't connected to whatsapp as it only accepts https connections

any workaround ?? previously who has successfully deployed this in aaPanel??

Kindly run the node server on https

And provide the privkey and certificate generated from aapanel as options
JavaScript:
const https = require('https');

const options = {
  key: fs.readFileSync("./privkey.pem"),
  cert: fs.readFileSync("./fullchain.pem"),
};

const server = https.createServer(options, app);
 
  • Like
Reactions: Ruthless

macheta

Member
Oct 3, 2019
37
8
8
@Morehere , do you provide any instalation service ? i can pay you to install this on my Apache server ( on vultre ) thanks .

Note : i didn't try to install it, but i read comments and looks like theire is many issues.
 

Ruthless

Well-known member
Trusted Uploader
May 4, 2022
487
534
120

Kindly run the node server on https

And provide the privkey and certificate generated from aapanel as options
JavaScript:
const https = require('https');

const options = {
  key: fs.readFileSync("./privkey.pem"),
  cert: fs.readFileSync("./fullchain.pem"),
};

const server = https.createServer(options, app);

Thank's for the help bro i have tried it and modified the server.js file but unfortunately it's not working

here is the screenshot

2022-09-06 21.32.16.png
 

banaaf

Member
May 10, 2021
109
15
18
Hello guys please when I send a Blast image the recipient receives 4 messages with images at a time how to handle this problem

thank you for your help i am on version 3.0
 

average_coder

Member
Banned User
Jul 28, 2022
30
52
18
Thank's for the help bro i have tried it and modified the server.js file but unfortunately it's not working

here is the screenshot

2022-09-06 21.32.16.png
Mine working fine,
Thank's for the help bro i have tried it and modified the server.js file but unfortunately it's not working

here is the screenshot

2022-09-06 21.32.16.png
your domain name is different from the ssl certificate (considering you have provided it in root directory) can you pm me your domain name I can look into it and solve your problem
 
  • Love
Reactions: Ruthless

average_coder

Member
Banned User
Jul 28, 2022
30
52
18
You should understand that here in the forum only to share the solution publicly not just saying solved by solving it in the privately.
I couldn't quote it as it had images attached, somethings wrong with the forum functionality
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu