How to log in to a website via HTTPS without an SSL certificate to test a project
It may be necessary to test the operation of a web application or site via HTTPS, especially for developing sites on a local PC. Moreover, at present, some functions can only work over a secure connection and they refuse to transfer data using the usual protocol. How to fix this, because there is usually no certificate on the local PC, and not everyone wants to spend time manually creating a certificate and installing it.
There are several solutions, how to enter a site via HTTPS without an SSL certificate - usually you need to add a site without a certificate to browser exceptions. Let's consider the simplest and most elementary, which should be enough for testing most projects. It is enough to explicitly specify the protocol https: // when typing the address - as a result, the browser will inform you that the connection is not secure. On such a page with a browser message at the bottom there is usually a link "Additional", by clicking on which a link will appear at the very bottom - "Go to the site (unsafe)". After clicking on this link, the site will be added to browser exceptions for a while and will open successfully.
Although the solution is quite simple and commonplace, it happens that not all users know about it. Usually in various forums and resources, it is suggested to start creating self-signed certificates for local sites , which will require separate effort and time. And using such a simple method, as a result, you can go to a site without HTTPS and use almost all the possibilities secure connection for testing projects.
Latest articles
- 09.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes
- 07.07.22IT / Safety How to protect PHP, JS, HTML, CSS source code - obfuscation, minification, compression and encryption
- 06.07.22IT / Safety Connection not secure, problem with Lets Encrypt - how to fix expired 09/30/2021 DST Root CA X3, remove it manually and install ISRG Root X1. Example on MS Windows 7
- 08.07.21IT / Misc How to make a free translation for a website without an API, translate documents in Google Translate
- 06.07.21IT / Misc How to make a subscription button on a website, a subscriber base and automatic mailing