Skip to main content

All Questions

Tagged with
9 questions with no upvoted or accepted answers
3 votes
0 answers
995 views

how to upload files to https server with certificates using curl or any other commands

I am Trying to upload to my HTTPS server using curl .I am using curl for that ,the code is curl -v --cacert /tmp/WIN-CLS.vdi.com.pem -T /etc/hosts \ --user administrator:pass_123 https://xxx.xxx....
Manu Cherian's user avatar
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
1 vote
0 answers
643 views

iptables port forwarding for HTTPS server

So I wanted to forward a port for web servers (HTTP, HTTPS) running on an Ubuntu machine behind NAT. Port forwarding works great for the HTTP server, but for some reason, it doesn't work for the ...
Kevin JJ's user avatar
  • 111
1 vote
0 answers
331 views

Apache Virtual Host HTTPS Site Not Reachable

Firstly, my HTTPS site setup using Virtual Host Redirect is working fine. But, after i try to add restrictive SFTP user by target user home directory into web directory of my HTTPS site with the ...
user3012039's user avatar
0 votes
0 answers
32 views

Dropbox Client not syncing due to HTTPS inspection

Since my workplace introduced HTTPS traffic inspection as a security measure, the Dropbox client on my Ubuntu machine doesn't synchronize anymore. It doesn't, however, display an error message, ...
Pablo Pretzel's user avatar
0 votes
1 answer
247 views

Nginx docker HTTPS connection

nginx.conf: user nginx; worker_processes auto; pid /tmp/nginx.pid; # turn off daemon mode to be watched by supervisord daemon off; pcre_jit on; error_log /var/log/nginx/error.log warn; # events ...
Danny O's user avatar
  • 33
0 votes
0 answers
106 views

Error in enable SSL in Apache

I want to enable SSL localhost in Ubuntu 18.04 and i went through the steps according to the this order but when i enter sudo service apache2 restart show me this error Error:Job for apache2.service ...
Fakhamatia's user avatar
0 votes
1 answer
58 views

Apache2 Web Server always serves HTTP even though I only have SSL set up

I am trying to host an SSL Apache2 web server on Ubuntu 16.04 on the domain mturk.bitasy.me but I have reason to believe the server is lying to me, somewhere at least. I have created two files in the ...
Brian's user avatar
  • 1
0 votes
1 answer
355 views

Accessing a particular directory via HTTPS

I am trying to create a particular directory on my LAMP installation folder to be HTTPS enabled. I was reading about that and i found out it can be done in httpd.conf. However i do not have https.conf ...
CodeMonkey's user avatar