Skip to main content

All Questions

Tagged with
0 votes
1 answer
38 views

How do I set up HTTPS across my entire server?

I am running a few different websites on my server. a general webpage using Apache (port 80) Cockpit Web Console (port 9090) Home Assistant (port 8123) an open-source database system called Teable (...
LittleBit's user avatar
0 votes
1 answer
116 views

Cannot reach domain via HTTPS on the same server behind a PfSense Firewall

I am hosting a platform on a server which has multiple domain names, let's say example.com and anotherexample.com. I am running a Spring Boot backend on that server, which uses the domain example.com ...
Jason's user avatar
  • 323
0 votes
0 answers
31 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
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
387 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
0 votes
1 answer
245 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
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
18 votes
1 answer
91k 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
0 votes
1 answer
561 views

How to configure apache2 to serve my website with HTTPS?

I need to test my website in HTTPS, because some functionalities (i.e. geolocation) are accessible only with secured connection using Firefox. I was trying to follow this help, but I did not succeed ...
umbe1987's user avatar
  • 119
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
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
1 vote
0 answers
640 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
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

15 30 50 per page