SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu 18.04 |
Webmin version | 2.013 |
Virtualmin version | 7.5 Pro |
Related packages | SUGGESTED |
Hello… |
I’ve set ups a membership script to accept donations on our website https://charliemikereliefgroup.com I’m Virtualmin as the hosting solution and a script call aMember as the system to accept those invitations.
So far when people have made a donation they are able to make thedonation on Stripe. But when Stripe attempts to communicate back to our aMember script and confirm the charge, the IPN in the webhook fails because it says the SSL is invalid at the endpoint!
Here is the webhook endpoint: https://charliemikereliefgroup.com/donations/payment/stripe/ipn
From what I can tell having tested this is says that the SSL is invalid and that’s why it can’t connect. I’ve checked the SSL and it seems to be valid on our end on Virtualmin.
Is there some setting I need to make on Virtualmin so the SSL is seen by Strip?
SSL certificate file /home/charliemikereliefgroup/ssl.cert
SSL private key file /home/charliemikereliefgroup/ssl.key
Web server hostname www.charliemikereliefgroup.com Issuer name Sectigo RSA Domain Validation Secure Server CA
Issuer organization Sectigo Limited Expiry date Jul 19 23:59:59 2023 GMT
Certificate type Signed by CA
Other domain names www.charliemikereliefgroup.com, charliemikereliefgroup.com.
Used by services Webmin (charliemikereliefgroup.com), Usermin (host charliemikereliefgroup.com), Dovecot (host charliemikereliefgroup.com)
Download certificate
Download private key
Time until expiry 132 days until expiry
How can I resolve the issue?
Dan Lewis