Questions tagged as 'ssl'

1
answer

Error 404 after configuring SSL in Apache

I have a VPS running CentOS 7 and an Apache server, and I have a site in it, working perfectly inside the / var / www / html / mysite folder. But this using HTTP. I then decided to generate an SSL to run the site on HTTPS. From then on, the site...
asked by 18.02.2017 / 17:03
0
answers

Socket + SSL does not work PHP

Good morning, I have a system that uses a chat created by me and its communication by socket , all in php . The issue is that I asked hostgator to install SSL on the domain, it was installed and it works normally, bu...
asked by 16.01.2017 / 14:02
0
answers

Configure jBoss to request client's digital certificate

I'm doing a web application using jBoss EAP 6.1. As one of the requirements, the system must perform user authentication via digital certificate. To do this I set up jBoss to run in https:// using the SSLv3 protocol, created a certific...
asked by 03.12.2015 / 19:51
1
answer

https redirect without www with apache and startssl [closed]

It's a bit complicated thing ... But the problem is simple. I use the free certifier StartSSL and as it's free I can create keys only for my domain and a subdomain. It turns out that I've replaced and eventually lost the (.key) key that i...
asked by 30.11.2014 / 00:11
2
answers

How to tell if a server is using TLS 1.0 or 1.1?

Recently I received an email requesting to update the TLS version of my site from 1.0 to 1.1 or higher. I find it strange why my site uses SSL and not TLS . How can I check which of these protocols are active? OBS 1. The site is host...
asked by 15.06.2018 / 13:53
1
answer

How to create a local SSL certificate in Windows?

How can I create a local SSL certificate in Windows?     
asked by 10.04.2018 / 02:03
1
answer

Identify site pages with broken HTTPS padlock

I'm working on an e-commerce site and I noticed that some pages are with the https lock broken and I was able to fix them. But nothing assures me if other pages with the same problem exist or not. Is there a tool for this?     
asked by 14.03.2017 / 12:59
1
answer

Force redirect to HTTPS environment [duplicate]

How to force redirect to the HTTPS-based environment with HTACCESS? I need the code to be adapted to what I already have: RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?url...
asked by 04.01.2017 / 14:54
1
answer

Force https using .htaccess in only certain domain and subdomain [duplicate]

I would like to know how to force HTTPS using .htaccess in just a certain domain / subdomain. The code I use is forcing https across all subdomains ... and one of my subdomains does not have SSL, so I hope it does not work on https....
asked by 07.08.2016 / 18:41
1
answer

Force SSL in Rails

Let's say you use your browser to interact with the camera on your computer or notebook in some way. This will only happen through an SSL connection, because browsers reject the permission to access the camera if it is not through SSL How do...
asked by 16.09.2016 / 21:23