Skip to main content

All Questions

Tagged with
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
7 votes
2 answers
723 views

Xubuntu Chromium NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED

So I recently have gotten HTTPS errors on Chromium (on trusted sites) returning the following: NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED Here is a screenshot: I am on Xubuntu Xenial Xerus 16.04 ...
Chip Thrasher's user avatar
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
3 votes
2 answers
10k views

Can't access HTTPS resources with Ubuntu client and VirtualBox Windows host

I have VirtualBox 4.3.12 on Windows 8.1 running Ubuntu Trusty 32bit client. When I try to access HTTPS resources from the client, I see errors like: Cannot fetch index base URL https://pypi.python....
Victor L's user avatar
  • 143
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
3 votes
2 answers
2k views

Chrome fails to load HTTPS page

I am using Chrome 5.0 on Ubuntu 10.04, and this is the error I am getting: Other HTTPS sites work fine on Chrome, including those with self-signed certificates. I even tried using Incognito mode, no ...
NullUser's user avatar
  • 221
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
1 answer
134 views

Cannot access host neither through DNS or direct IP address

Here's my problem: I have a Java web application that uses Stormpath API for user management. The communication with this API is through HTTP. Out of nowhere my API call hanged and returned after 3 ...
Bogdan Mihai'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
2 answers
4k views

Self signed certificate not trusted

I have created my own CA: openssl genrsa -out private/rootCA.key 2048 openssl req -batch -new -x509 -nodes -key private/rootCA.key -sha256 -days 1024 -config ./openssl.conf -out certs/rootCA.pem I ...
blueFast's user avatar
  • 2,736
1 vote
2 answers
4k views

bower package installation issues with git / https

Here is my OS: (But installed in my laptop using VM - Virtualbox via vagrant) Distributor ID: Ubuntu Description: Ubuntu 12.04.4 LTS Release: 12.04 Codename: precise The problem I am facing is that ...
forestclown's user avatar
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
1 vote
2 answers
92 views

*buntu: https on apt-get [closed]

I recently searched on the web to know about https for apt-get and as far as I read there's no actual need, that at least is what a lot of people defend, for the use of it for this as it's always ...
user avatar
1 vote
1 answer
633 views

acess multiple http/s ports via subdirectories of port 80/443 with apache2

My problem is, that I have server applications using http but running on port 9001 for example. As I have webapplications running on port 80 and port 443 I can't simply change the configuration of the ...
FSMaxB's user avatar
  • 1,729

15 30 50 per page