-
-
Notifications
You must be signed in to change notification settings - Fork 662
Open
Description
Have you already checked elsewhere?
- I have read the Devilbox documentation
- I have checked the Devilbox Troubleshooting Guide
- I have checked the Devilbox FAQ
- I have checked the Devilbox Howto
- I have checked the Devilbox Forum
- I have checked existing issues
- I have googled already with no luck
- I have not done any of the above
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.