Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Howto]: Sites cannot communicate with each other? #1033

Open
7 of 8 tasks
webdev030 opened this issue Nov 28, 2024 · 0 comments
Open
7 of 8 tasks

[Howto]: Sites cannot communicate with each other? #1033

webdev030 opened this issue Nov 28, 2024 · 0 comments

Comments

@webdev030
Copy link

Have you already checked elsewhere?

What are you struggling with?

I have two websites:
site1.dvl.to (php 5.6)
site2.dvl.to (php 8.1)

I have a php script on site1.dvl.to that do a curl request to site2.dvl.to (with CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER set to false).
I get the following error:
cURL error (7): Failed to connect to site2.dvl.to port 443: Connection refused

If I ping site1.dvl.to and site2.dvl.to via shell.sh of devilbox, they ping correctly.

Any idea what is wrong?

What have you tried already?

If I ping site1.dvl.to and site2.dvl.to via shell.sh of devilbox, they ping correctly.

What is your goal?

To allow sites on devilbox to commnicate with each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant