Skip to main content

All Questions

Tagged with
2 votes
0 answers
7k views

Error with SSL routines:: unsafe legacy renegotiation disabled

I have been trying to do a webscraping from this site. When I use the browser to acess, the website opens normal. But when I try to use R or Python, I have a few errors like: Error in open.connection(...
rtheodoro's user avatar
  • 121
18 votes
1 answer
92k views

How can I get Chrome accepting self signed certificates?

I have a local REST-API service based on node/express and MongoDB. I am planning to switch over from http to https. The Clients are running on Windows Server 2012 R2 (Terminal-Server). The REST-API is ...
oldmayn's user avatar
  • 191
3 votes
1 answer
3k views

Can't connect to https on ubuntu - "Unknown SSL protocol error"

I can't seem to connect to a specific server over SSL from our Ubuntu servers. Locally, on my Mac, it works flawlessly. The server address: powerschool.spokaneschools.org curl -v https://...
Kuf's user avatar
  • 815