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...
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...
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...
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...
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...
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?
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...
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....
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...