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
3 votes
1 answer
389 views

What would be the best way to have multiple docker containers running on one server with https?

So currently I have an Python Flask application. It is a basic script with different webhooks. For each new webhook I want to add I would need a different Docker container. So since I will be ...
Danny O's user avatar
  • 33