Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

how to configure Piped for https on local network with self signed certificate?

I'm configuring Piped on my RPI home lab. In my router I created DNS records youtube.home, api.youtube.home and proxy.youtube.home with the IP of my RPI. I download Piped and execute the configure ...
jotyhista's user avatar
5 votes
1 answer
30k views

SSL certificate: EE certificate key too weak

$ curl -s https://goolge.ca | wc 0 0 0 $ curl -vs https://goolge.ca . . . * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * TLSv1.3 (OUT),...
xpt's user avatar
  • 8,851
0 votes
0 answers
4k views

Unable to establish SSL connection

When I try to download the package from this link I get a error; In curl; curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number In wget; --2020-10-27 19:17:40-- https://www....
maDeveloper's user avatar
0 votes
1 answer
367 views

Raspbian NextCoud "Access through untrusted domain" because of HTTPS

I've got a nextcloud installation on Rasbpian which was working well over HTTP (port 80). I could access it with both WAN IP and domain name (tunneled through openVPN on a VPS as I don't have a static ...
Peete's user avatar
  • 1
1 vote
2 answers
144 views

Self-signing SSL certificate to secure web traffic on ClearOS on LINUX

I am very much a beginner when it comes to SSL certificate for securing website traffic. I am currently running a Linux version of ClearOS web server. Everything works as it should, but now I want to ...
ThN's user avatar
  • 1,288
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
1 answer
2k views

curl HTTPS problems in debian 9

Recently I started to use Debian 9 (9.4, from Debian 8.x) and a script involving curl stopped working. I connect to internet through a squid proxy on localhost connected to a parent proxy. My ...
Yanko Hernández Álvarez's user avatar
0 votes
1 answer
78 views

proxy pass ssl requests to localnet ssl sites

I've got a two sites running over https in local network and uses letsencrypt certificates - lets call them git.foo.com and api.foo.com. I want to see these sites from internet. I've got an OpenWRT ...
qmor's user avatar
  • 143
1 vote
1 answer
714 views

How to setup https ssl on tomcat server by wildcard certification?

I'm trying to setup https://my.example.com to access Tomcat web linux server. The first step, I trying to use 'keytool' to generate one, it works, but the browser will show red lock icon(I try https:/...
Daniel YC Lin's user avatar
1 vote
2 answers
456 views

SSL keeps waiting for response

I'm trying to configure an HTTPS but It doesn't work and I don't realy know what's wrong. These are the steps I've followed: I have generated a .pem certificate (certificate + chain) with ...
DevStarlight's user avatar
1 vote
1 answer
4k views

How to setup a HTTPS Proxy on a raspberry pi

I'm looking for a way to encrypt every data sent from my smartphone and laptop by using a proxy server on my raspberry pi. What I've got so far: - RPi with Squid3 Running What I'm still missing: - ...
cosi's user avatar
  • 71
0 votes
1 answer
1k views

Apache2 Linux Mint URL without trailing slash not working for HTTP to HTTPS redirect/rewrite

I set up an Apache2 server on Linux Mint. I configured the default-ssl site to use a SSL certificate that I bought and the default site works just fine with SSL. However when I try to access a ...
Tristan Ferrua Edwardsson's user avatar
0 votes
0 answers
1k views

Tomcat6 - SSL received a record that exceeded the maximum permissible length

After following the instructions to setup a secure http connection on my tomcat server (link: https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html), I had this error pop up when I requested https://...
SalmonKiller's user avatar
0 votes
1 answer
27k views

Curl Couldn't resolve host for HTTPS

I am trying to use curl on a Red Hat Enterprise Linux Server release 6.1. When I try to use URL with HTTPS it gives an error message "Couldn't resolve host". But for the same URL when tried with HTTP (...
Indika K's user avatar
  • 177
0 votes
2 answers
5k views

HTTPS not working on custom port

I am doing this as a test for bigger deployment. I have Apache running on CentOS5 in a clean VM (just a few tools installed, PHP and such). If mod_ssl is set to listen on 443 in /etc/httpd/conf.d/ssl....
Lukasz's user avatar
  • 429