Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17771
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | OT: Encrypting stuff (secure connection) |
| Date | 2018-06-04 06:58 +0200 |
| Message-ID | <fnjv71FslehU1@mid.individual.net> (permalink) |
| References | <4901acf9-9439-4b59-8e4f-9960d508d72c@googlegroups.com> |
On 03/06/18 19:33, bit-naughty@hotmail.com wrote: > I have a form with 2 fields, which I would like encrypted between client and server. > Do I just change the "action=http..." to "action=https..." in the HTML or what? This will only work if you have configured your web server to use certificate (you can get free one from letsencrypt.org) To make it secure, the form page needs to have been sent over a secure layer too, not just the post pack. > It doesn't seem to be working when I test it local.... > if I say "http://localhost/prog.php", it works, but "https://localhost/prog.php" does not.... For more information how to use certificates ask in a newsgroup related to your web server -- //Aho
Back to comp.lang.php | Previous | Next — Previous in thread | Find similar | Unroll thread
Encrypting stuff bit-naughty@hotmail.com - 2018-06-03 10:33 -0700 Re: Encrypting stuff Jerry Stuckle <jstucklex@attglobal.net> - 2018-06-03 20:00 -0400 OT: Encrypting stuff (secure connection) "J.O. Aho" <user@example.net> - 2018-06-04 06:58 +0200
csiph-web