Skip to main content

All Questions

Tagged with
1 vote
0 answers
305 views

High delays with HTTPS only (!) in internal network

I am really desperate. Since about 3 months I have a problem and could not find a solution yet. The problem first occured with a media server (direct access - no reverse proxy between) I am using. ...
hyvte's user avatar
  • 11
3 votes
0 answers
2k views

How to use an EC private key with curl+libnss?

I am attempting to use a client certificate with curl. If I use a curl binary built against openssl or libressl, it works without issue. If I use a curl built with libnss, then it refuses to load the ...
programmerq'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 votes
1 answer
1k views

Cant connect to FTP after activating SSL

I use Windows 10, Laragon, Apache and Filezilla FTP server for my server. It was working when my Apache was on HTTP but when I turned it to HTTPS with this code: <Directory "C:/laragon/www/"&...
Danial Qsk's user avatar
0 votes
1 answer
622 views

how to solve Kerio Control's Local Authority certificate issue with mobile applications?

I'm using kerio control firewall in our company and as you know it has an option named:"Https decryption". As I want to track all of the data that users browse in the company, I have to turn it on. I ...
E.njf's user avatar
  • 3
1 vote
2 answers
506 views

Chrome displays "Deceptive Site Ahead" despite proper SSL certificate

I have a WordPress site that I am hosting on DreamHost and when I visit the site in Chrome it displays a "Deceptive Site Ahead" message. The website is bicyclefilmfestival.com. I tried disabling ...
Grant Kopplin's user avatar
1 vote
1 answer
1k views

How to install SSL to Ant Media Server when no internet connection?

The WebRTC solution requires SSL(HTTPS) to run on remote computers. Ant Media Server provides a free quick solution for installing SSL to the server with just one click as explained here(https://...
Ceren Gunes's user avatar
0 votes
1 answer
288 views

Nginx and HTTPS / SSL behavior

have an interesting issue regarding the nginx default behavior when HTTPS / SSL is not configured for a specific vhost and a HTTPS request is started for a domain of this it. I discovered this issue ...
Shinichi's user avatar
0 votes
1 answer
3k views

Can't make https request from inside docker container, but it works fine on the host machine

In my application I need to make request from Docker container to my company's internal JIRA instance, but the requests always time out. I can make https requests to other sites from inside the ...
andniz's user avatar
  • 1
0 votes
1 answer
431 views

Accessing a HTTPS server using old ciphers

I was looking around the EWS of my HP printer and I accidentally set a old cipher and I can't access anymore, I'm always getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH from chrome. Any browser settings I ...
Gabriel de Biasi's user avatar
0 votes
0 answers
788 views

Security warning while running signed JNLP file using javaws

Getting security warning while running signed JNLP file using javaws eventhough Self signed CA is in java trust store. Below security warning message was displayed.
Aaryan's user avatar
  • 1
9 votes
1 answer
40k views

nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate

I ran these two commands separately: openssl dhparam -dsaparam -out ./certs/dhparam.pem 4096 openssl req -x509 -nodes \ -days 965 -newkey rsa:2048 \ -keyout ./certs/nginx-selfsigned.key -out ./...
MrCholo's user avatar
0 votes
1 answer
923 views

LetsEncrypt cert works for HTTPS but not WSS

I installed a letsencrypt cert on CentOS 7 and get no errors when connecting with any browser with https://www.example.com. But trying web sockets wss://www.example.com:4445 produces ...
jerryrig's user avatar
1 vote
1 answer
694 views

Apache with proxy and ssl not listening on port 80

I'm running apache 2.4.29 in ubuntu 18.04 and I have the following setup in 000-default.conf <VirtualHost *:80> ServerName example.com Redirect permanent / https://example.com/ </...
Alejandro Casagrande's user avatar
0 votes
1 answer
33 views

SSL / TLS on EC2 load balancer - why does it work?

My boss says to get SSL / TLS working on EC2 servers, just put a load balancer in front of them that uses https. But I can still access the original servers with http. So is this really secure? Doesn'...
Alexander Mills's user avatar

15 30 50 per page
1
3 4
5
6 7
20