Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • This was provided from hosting company.

    [root@ded3969 apf]# iptables -vnL | grep 8443
    0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8443
    [root@ded3969 apf]# iptables -vnL | grep 6443
    0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:6443
    [root@ded3969 apf]# ss -puntl | grep 8443
    [root@ded3969 apf]# ss -puntl | grep 6443
    [root@ded3969 apf]# ss -puntl | grep 443
    tcp LISTEN 0 128 *:443 *:* users:((“httpd”,pid=31281,fd=5),(“httpd”,pid=25945,fd=5),(“httpd”,pid=25916,fd=5),(“httpd”,pid=25880,fd=5),(“httpd”,pid=25821,fd=5))
    tcp LISTEN 0 128 :::443 :::* users:((“httpd”,pid=31281,fd=6),(“httpd”,pid=25945,fd=6),(“httpd”,pid=25916,fd=6),(“httpd”,pid=25880,fd=6),(“httpd”,pid=25821,fd=6))

    Please advise

    [root@ded3969 apf]# iptables -vnL | grep 8443
    0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8443
    [root@ded3969 apf]# iptables -vnL | grep 6443
    0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:6443
    [root@ded3969 apf]# ss -puntl | grep 8443
    [root@ded3969 apf]# ss -puntl | grep 6443
    [root@ded3969 apf]# ss -puntl | grep 443
    tcp LISTEN 0 128 *:443 *:* users:((“httpd”,pid=31281,fd=5),(“httpd”,pid=25945,fd=5),(“httpd”,pid=25916,fd=5),(“httpd”,pid=25880,fd=5),(“httpd”,pid=25821,fd=5))
    tcp LISTEN 0 128 :::443 :::* users:((“httpd”,pid=31281,fd=6),(“httpd”,pid=25945,fd=6),(“httpd”,pid=25916,fd=6),(“httpd”,pid=25880,fd=6),(“httpd”,pid=25821,fd=6))

    confirmation that these are open, However there is not a service for this to listen

    [root@ded3969 apf]# iptables -vnL | grep 8443
    0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8443
    [root@ded3969 apf]# iptables -vnL | grep 6443
    0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:6443
    [root@ded3969 apf]# ss -puntl | grep 8443
    [root@ded3969 apf]# ss -puntl | grep 6443
    [root@ded3969 apf]# ss -puntl | grep 443
    tcp LISTEN 0 128 *:443 *:* users:((“httpd”,pid=31281,fd=5),(“httpd”,pid=25945,fd=5),(“httpd”,pid=25916,fd=5),(“httpd”,pid=25880,fd=5),(“httpd”,pid=25821,fd=5))
    tcp LISTEN 0 128 :::443 :::* users:((“httpd”,pid=31281,fd=6),(“httpd”,pid=25945,fd=6),(“httpd”,pid=25916,fd=6),(“httpd”,pid=25880,fd=6),(“httpd”,pid=25821,fd=6))

    Hosting company is inmotion. IP are whitelisted and ports are all updated, as I passed this documentation over to inmotion support

    PHP is 7.1
    WP: 5.7.2
    WOO:3.5.2
    CardConnect: 3.0.4

    I have spent a portion of my day going from hosting company to cardconnect support and have determined that nobody has any solution to this. If someone could direct me on how to have this plugin identify that ports are open, it will help immensely.

    error message:

    Warnings/Messages Port 6443 is closed.
    You will not be able to process transactions using the sandbox CardConnect environment.
    First ensure that the ‘Site’ field is set and saved correctly above.
    Then please request that your server admin or hosting provider opens port 6443.

    Port 8443 is closed.
    You will not be able to process transactions using the production CardConnect environment.
    First ensure that the ‘Site’ field is set and saved correctly above.
    Then please request that your server admin or hosting provider opens port 8443.

Viewing 6 replies - 1 through 6 (of 6 total)