While trying to scrape data from a website using urlread2
, I got an error message with the following Java exception: 'Could not generate DH keypair'
In the past, I had used urlread2
effectively with HTTP. That fact combined with the Java exception above made it easy to determine that urlread2
was having problems negotiating the SSL handshake, which begged the question...
How can I get urlread2 to work with HTTPS?