ole1986 / wp-ispconfig3

Wordpress ISPConfig plugin with Gutenberg support
https://wordpress.org/plugins/wp-ispconfig3/
28 stars 13 forks source link

cannot connect in the backend #7

Closed ghost closed 7 years ago

ghost commented 7 years ago

why am I getting ISPConfig SOAP Request failed: Could not connect to host

does it have to do with ssl certificate? my ssl certificate is self signed.

ole1986 commented 7 years ago

Either this or the host is not reachable. If its the self signed certificate zou can workaround it the following: https://stackoverflow.com/questions/8443618/disable-certificate-verification-in-php-soapclient

ghost commented 7 years ago

if I type the address in the browser it works ( https://198.58.105.50:8080/remote/index.php )

I get the blank screen and no errors in the console.

ole1986 commented 7 years ago

Please try the recommended workaround it seem to be a problem with your self signed certificate

ghost commented 7 years ago

if you check now I changed the certificate to a valid one

this is how I installed soap, apt-get install php7.0-soap

also does it matter if i use my hostname or ip address

ole1986 commented 7 years ago

I assume that the certificate is signed to a domain.. So it matters to use the domain name instead

ghost commented 7 years ago

yes I am using the domain name instead https://revelhost.net

it works in the browser but not in the wocommerce product data webspace

ghost commented 7 years ago

my hostname cant be reached in the brouser, is that a problem?

This site can’t be reached

server1.revelhost.net took too long to respond.
ole1986 commented 7 years ago

the host server1.revelhost.net does not seem to be a valid subdomain as it is unknown the the NS server

The nameserer should at least return an ip to be reachable dig @ns1.revelhost.net server1.revelhost.net does not return any ip

I am closing this issues as this seem to be a configuration thing and has nothing to do with wp-ispconfig3