Hello,
I'm trying to connect to a Selenium server running on port 4444 from my WordPress installation, but I'm encountering a cURL timeout error. It seems that my server cannot establish a connection to the Selenium instance.
Additionally, I am unable to open the necessary ports via the command line. Is there a way to unblock or enable access to the Selenium server? Any guidance would be greatly appreciated.
Hello@Monika Kirol ,
I'm sorry for the inconvenience.
Verify Selenium Server is Running and Accessible (from outside the WordPress server):
Directly from the OVHcloud console (if possible): If the Selenium server is on the same OVHcloud infrastructure, try
curl http://<selenium_server_ip>:4444/status(replace<selenium_server_ip>with the actual IP). If this works, the problem is definitely the firewall between the WordPress server and the Selenium server.From your local machine: If the Selenium server is publicly accessible (which might not be the best security practice, but good for testing), try the same
curlcommand from your home computer or another server outside of OVHcloud's network. If this fails, the Selenium server itself might not be running correctly, or its firewall is blocking external connections. Check its logs and configuration.Let me know how it goes,
Sergio Turpín