Hi guys,
I am trying to look for train tickets in the official spain train website (www.renfe.com) using selenium. After filling all text boxes (departure, destination and dates) and click the button to carry out the search I get a connection error:
Secure Connection Failed
An error occurred during a connection to venta.renfe.com
Cannot communicate securely with peer: no common encryption algorithm
(Error code: ssl_error_no_cypher_overlap)
The page tou are trying to view cannot be shown because the authenticity of the received data coult not be verified.
Since the same code works perfectly in local I thought that maybe it was because accesing from EEUU but some friends who are living there have no problems with the website. So I wonder what could be the reason and more importantly, what could be the solution.
Thank you very much in advance