Https issues - Config for payment gateway

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Https issues - Config for payment gateway

Postby devhi » 13. April 2017 04:52

Hello,

If i could ask for some help with setup of an apache server. v2.4.
Following random blogs & videos seem to be getting me nowhere.
Doing this on a Windows server 2012 RT. AWS hosted. Have xampp 3.2.1 right now.
I spoke with a paypal intergration rep. Told me SSL is required to even test payflow gateway requests.
I grabbed an ev extended cert from godaddy. I think i did the csr properly, but maybe not? Used openssl.

Not really sure where to begin. I have minor experince using apache.
I'd really prefer to start fresh since im sure something is wrong. Link to an updated guide maybe?
Been trying code bits like below. Using apache ahead of my app server. I think i need forward & reverse proxy for this?
Im using the standard cert. But ive been able to get a green-ish bar when loading my domain with https.
Ive had success reverse proxy-ing the domain to load my app. But not with ssl. It just loads the default index in htpd.

Code: Select all
<VirtualHost *:80>
    ServerName example.com
    ServerAlias www.example.com
    ProxyRequests On
    ProxyVia Off
    <Proxy *>
         Require all granted
    </Proxy>
    ProxyPass / http://www.example.com/
    ProxyPassReverse / http://www.example.com/
    ProxyPreserveHost   On
</VirtualHost>

<VirtualHost *:443>
    ServerName example.com
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
    SSLEngine On
    SSLCertificateFile "/conf/ssl/a609db118114b1bd.crt"
    SSLCertificateKeyFile "/conf/ssl/example.com.rsa.pkey"
    SSLCertificateChainFile "/conf/ssl/gd_bundle-g2-g1.crt"
</VirtualHost>


Not really sure if the log file is being writen to properly. Has not been much help to me.
Really need help getting this to work asap. Credit cards are due and need income fast.
devhi
 
Posts: 1
Joined: 13. April 2017 04:29
XAMPP version: 3.2.1
Operating System: win serv 2012 rt

Re: Https issues - Config for payment gateway

Postby Nobbie » 14. April 2017 01:02

After reading your Posting twice, i still cannot find any question.

Anyway, Xampp is NOT designed for online or production environment, but for local development only. You should go for a professional webhoster with perfectly preconfigured space.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 79 guests