Home
last modified time | relevance | path

Searched full:https (Results 1 – 25 of 157) sorted by relevance

1234567

/civetweb-2.7.6/
DREADME.md1 ![CivetWeb](https://raw.githubusercontent.com/civetweb/civetweb/master/resources/civetweb_64x64.png…
4 **The official home of CivetWeb is [https://github.com/civetweb/civetweb](https://github.com/civetw…
6 [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7 [![GitHub contributors](https://img.shields.io/github/contributors/civetweb/civetweb.svg)](https://…
9 Continuous integration for Linux and macOS ([Travis CI](https://travis-ci.org/civetweb/civetweb)):
11 [![Travis Build Status](https://travis-ci.org/civetweb/civetweb.svg?branch=master)](https://travis-…
13 Continuous integration for Windows ([AppVeyor](https://ci.appveyor.com/project/civetweb/civetweb)):
15 [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/civetweb/civetweb?svg=…
17 Test coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb), [codecov](https://…
19 [![Coveralls](https://img.shields.io/coveralls/civetweb/civetweb.svg?maxAge=3600)]()
[all …]
DRELEASE_NOTES.md63 - Fix ssl init for HTTPS clients
75 - Add HTTPS server configuration example
102 - Initialize SSL in mg\_init\_library, so https client functions can be used when no server is runn…
164 - Retry failing TLS/HTTPS read/write operations
212 - Repository moved from https://github.com/bel2125/civetweb to https://github.com/civetweb/civetweb
459 - Created a new code repository at https://github.com/civetweb/civetweb
460 - Created a distribution site at https://sourceforge.net/projects/civetweb/
D.travis.yml28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;
44 # https://github.com/travis-ci/travis-ci/issues/8361
95 # https://github.com/travis-ci/travis-ci/issues/8711
96 # https://github.com/travis-ci/travis-ci/issues/8361
115 # Coveralls options: https://github.com/eddyxu/cpp-coveralls/blob/master/README.md
119 bash <(curl -s https://codecov.io/bash);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DAUTHORS.rst30 * Julien Hamaide (https://github.com/crazyjul)
31 * Sebastian Götte (https://github.com/jaseg)
50 * Rajaran Gaunker (https://github.com/zimbabao)
53 * Josh Engebretson (https://github.com/JoshEngebretson)
54 * Remo Eichenberger (https://github.com/remoe)
55 * Mamod Mehyar (https://github.com/mamod)
56 * David Demelier (https://github.com/markand)
57 * Tim Caswell (https://github.com/creationix)
58 * Mitchell Blank Jr (https://github.com/mitchblank)
59 * https://github.com/yushli
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DAUTHORS.rst30 * Julien Hamaide (https://github.com/crazyjul)
31 * Sebastian Götte (https://github.com/jaseg)
50 * Rajaran Gaunker (https://github.com/zimbabao)
53 * Josh Engebretson (https://github.com/JoshEngebretson)
54 * Remo Eichenberger (https://github.com/remoe)
55 * Mamod Mehyar (https://github.com/mamod)
56 * David Demelier (https://github.com/markand)
57 * Tim Caswell (https://github.com/creationix)
58 * Mitchell Blank Jr (https://github.com/mitchblank)
59 * https://github.com/yushli
[all …]
/civetweb-2.7.6/docs/
DREADME.md1 ![CivetWeb](https://raw.github.com/civetweb/civetweb/master/resources/civetweb_64x64.png "CivetWeb"…
7 CivetWeb uses an [MIT license](https://github.com/civetweb/civetweb/blob/master/LICENSE.md).
11 The current stable version is 1.10 - [release notes](https://github.com/civetweb/civetweb/blob/mast…
15 [https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)
18 [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)
21 [https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)
24 [https://groups.google.com/d/forum/civetweb](https://groups.google.com/d/forum/civetweb)
26 …ads have been at [Google groups](https://groups.google.com/d/forum/civetweb), most newer ones are …
29 [https://github.com/civetweb/civetweb/releases](https://github.com/civetweb/civetweb/releases)
32 [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/c…
[all …]
DInstalling.md4 …for CivetWeb. The latest source code is available at [https://github.com/civetweb/civetweb](https
11 …tions for adding SSL support can be found in [https://github.com/civetweb/civetweb/tree/master/doc…
17 2. Download latest *civetweb-win.zip* from [SourceForge](https://sourceforge.net/projects/civetweb/…
25 1. Download the latest *Civetweb.dmg* from [SourceForge](https://sourceforge.net/projects/civetweb/…
33 …atest *civetweb.tar.gz* from [SourceForge](https://sourceforge.net/projects/civetweb/files/) or [G…
DOpenSSL.md4 Civetweb supports *HTTPS* connections using the OpenSSL transport layer
15 required OpenSSL libraries, if a HTTPS certificate has been configured.
21 The configuration file must contain an https port, identified by a letter 's'
23 To serve http and https from their standard ports use the following line in
28 To serve only https use:
101 Some additional useful OpenSSL commands can be found here: https://geekflare.com/openssl-commands-c…
103 Certificates may contain [subject alternative names (SAN)](https://en.wikipedia.org/wiki/Subject_Al…
104 to support multiple websites: https://geekflare.com/san-ssl-certificate/
DInterface_Changes_1.10.md6 see also [this GitHub issue](https://github.com/civetweb/civetweb/issues/544).
51 [discussion](https://groups.google.com/forum/#!topic/civetweb/h9HT4CmeYqI).
60 [this comment](https://github.com/civetweb/civetweb/issues/440#issuecomment-290531238).
68 TLS [Server Name Identification (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication)
74 (see [535](https://github.com/civetweb/civetweb/issues/535)).
87 [IPv6](https://en.wikipedia.org/wiki/IPv6_address) as well,
132 (see [498](https://github.com/civetweb/civetweb/issues/498)).
140 (see [499](https://github.com/civetweb/civetweb/issues/499)).
DEmbedding.md4 CivetWeb is primarily designed so applications can easily add HTTP and HTTPS server as well as WebS…
7 …uctions how to build the stand-alone server can be found in [Building.md](https://github.com/civet…
14 but if a library is desired, see [Building.md](https://github.com/CivetWeb/CivetWeb/blob/master/doc…
89 Start time options are passed to `mg_start`. They are documented in the [UserManual.md](https://git…
92 …ted in [civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h) and the c…
95 …_CGI` (-DNO_CGI). A list of feature defines is available in [Building.md](https://github.com/civet…
98 … be meaningful to completely replace an internal function in [civetweb.c](https://github.com/civet…
100 …on this mechanism, please look directly into the source code [civetweb.c](https://github.com/civet…
DUserManual.md113 *document\_root*, *listening\_ports*, *error\_log\_file* and (for HTTPS) *ssl\_certificate*.
201 It is only available for Linux systems and only affecting HTTP (not HTTPS) connections
394 [background.lua](https://github.com/civetweb/civetweb/blob/master/test/background.lua).
434 HTTP traffic coming at port 80 will be redirected to HTTPS port 443.
439 all interfaces on HTTPS port 443, use `127.0.0.1:80,443s`.
567 [ssl_cert.pem](https://github.com/civetweb/civetweb/blob/master/resources/ssl_cert.pem)
581 See [this entry](https://www.openssl.org/docs/manmaster/apps/ciphers.html) in
635 This instructs web browsers to interact with the server only using HTTPS,
697 (ws, wss) than other http pages (http, https), the Lua scripts used for
797 [page2.lua](https://github.com/civetweb/civetweb/blob/master/test/page2.lua)
[all …]
DBuilding.md5https://github.com/civetweb/civetweb/blob/master/docs/Embedding.md) for information on extending a…
10 https://github.com/civetweb/civetweb
13 https://github.com/civetweb/civetweb/releases
22 … However, it is GPL licensed or uses a commercial license. See [yaSSL.md](https://github.com/civet…
23 Alternatively, you might wish to use OpenSSL. See [OpenSSL.md](https://github.com/civetweb/civetweb…
172 Note: If `make` is used (with this [Makefile](https://github.com/civetweb/civetweb/blob/master/Make…
/civetweb-2.7.6/examples/
DREADME.md5 …eb into a C ([embedded_c](https://github.com/civetweb/civetweb/tree/master/examples/embedded_c)) o…
6 …ee the [documentation](https://github.com/civetweb/civetweb/tree/master/docs). Some examples can a…
8 … configure a HTTPS server, to comply with modern security standards ([https](https://github.com/ci…
10 …main](https://github.com/civetweb/civetweb/tree/master/examples/multidomain) example demonstrates …
12 The [ws_client](https://github.com/civetweb/civetweb/tree/master/examples/ws_client) example shows …
14 Some no longer maintained examples can be found in the ["obsolete"](https://github.com/civetweb/civ…
/civetweb-2.7.6/examples/https/
Dcivetweb.conf3 # 1) copy civetweb executable here (examples/https directory)
32 # The standard HTTP port 80 should redirect to the standard HTTPS port 443
50 # Tell all browsers to access this site only as HTTPS for the next 180 days
53 # Set some HTTP security header, see https://securityheaders.io
60 #additional_header Expect-CT: max-age=86400,report-uri="https://mydomain.com/report"
66 # Headers rated A+ from https://securityheaders.io/
68 # SSL rated B from https://www.htbridge.com/ssl when using a self signed
73 # HTTPS rated A+ from https://www.htbridge.com/websec/ when using a self
79 # from https://www.ssllabs.com/ssltest/, https://www.qualys.com/forms/freescan/
DREADME.md1 HTTPS Server configuration example
4 …tweb.conf`](civetweb.conf) configuration file for a secure HTTPS server. You can run a HTTPS serv…
6 - https://securityheaders.io
7 - https://www.htbridge.com/ssl
8 - https://www.htbridge.com/websec
9 - https://www.ssllabs.com/ssltest/analyze.html / https://www.qualys.com/forms/freescan/
/civetweb-2.7.6/test/
Ddonate.html6 <a href="https://github.com/civetweb/civetweb">CivetWeb web server</a> maintenance (<a href="https:…
9 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
12 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" …
13 <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="…
18 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=88ZLXZ6U77GJU">
19 <img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="donate">
24 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=88ZLXZ6U77GJU">
25 <img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="donate">
/civetweb-2.7.6/resources/
Ditworks.html12 <b style="font-size:larger"><a style="text-decoration:none" href="https://sourceforge.net/projects/…
15 <li><a href="https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md">User Manual</a></…
16 <li><a href="https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md">Release Notes</a></…
17 <li><a href="https://sourceforge.net/projects/civetweb/">Downloads</a></li>
18 <li><a href="https://github.com/civetweb/civetweb">GitHub</a></li>
Dcomplete.lua8 [*complete*](https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.ht…
27 -- see https://unix.stackexchange.com/questions/250262/how-to-use-bashs-complete-or-compgen-c-comma…
114 -- -C requires an URL, usually starting with http:// or https://
121 http = "https://"
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.h76 * * Julien Hamaide (https://github.com/crazyjul)
77 * * Sebastian G\u00f6tte (https://github.com/jaseg)
96 * * Rajaran Gaunker (https://github.com/zimbabao)
99 * * Josh Engebretson (https://github.com/JoshEngebretson)
100 * * Remo Eichenberger (https://github.com/remoe)
101 * * Mamod Mehyar (https://github.com/mamod)
102 * * David Demelier (https://github.com/markand)
103 * * Tim Caswell (https://github.com/creationix)
104 * * Mitchell Blank Jr (https://github.com/mitchblank)
105 * * https://github.com/yushli
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.h76 * * Julien Hamaide (https://github.com/crazyjul)
77 * * Sebastian G\u00f6tte (https://github.com/jaseg)
96 * * Rajaran Gaunker (https://github.com/zimbabao)
99 * * Josh Engebretson (https://github.com/JoshEngebretson)
100 * * Remo Eichenberger (https://github.com/remoe)
101 * * Mamod Mehyar (https://github.com/mamod)
102 * * David Demelier (https://github.com/markand)
103 * * Tim Caswell (https://github.com/creationix)
104 * * Mitchell Blank Jr (https://github.com/mitchblank)
105 * * https://github.com/yushli
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.h76 * * Julien Hamaide (https://github.com/crazyjul)
77 * * Sebastian G\u00f6tte (https://github.com/jaseg)
96 * * Rajaran Gaunker (https://github.com/zimbabao)
99 * * Josh Engebretson (https://github.com/JoshEngebretson)
100 * * Remo Eichenberger (https://github.com/remoe)
101 * * Mamod Mehyar (https://github.com/mamod)
102 * * David Demelier (https://github.com/markand)
103 * * Tim Caswell (https://github.com/creationix)
104 * * Mitchell Blank Jr (https://github.com/mitchblank)
105 * * https://github.com/yushli
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.h76 * * Julien Hamaide (https://github.com/crazyjul)
77 * * Sebastian G\u00f6tte (https://github.com/jaseg)
96 * * Rajaran Gaunker (https://github.com/zimbabao)
99 * * Josh Engebretson (https://github.com/JoshEngebretson)
100 * * Remo Eichenberger (https://github.com/remoe)
101 * * Mamod Mehyar (https://github.com/mamod)
102 * * David Demelier (https://github.com/markand)
103 * * Tim Caswell (https://github.com/creationix)
104 * * Mitchell Blank Jr (https://github.com/mitchblank)
105 * * https://github.com/yushli
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduktape.h76 * * Julien Hamaide (https://github.com/crazyjul)
77 * * Sebastian G\u00f6tte (https://github.com/jaseg)
96 * * Rajaran Gaunker (https://github.com/zimbabao)
99 * * Josh Engebretson (https://github.com/JoshEngebretson)
100 * * Remo Eichenberger (https://github.com/remoe)
101 * * Mamod Mehyar (https://github.com/mamod)
102 * * David Demelier (https://github.com/markand)
103 * * Tim Caswell (https://github.com/creationix)
104 * * Mitchell Blank Jr (https://github.com/mitchblank)
105 * * https://github.com/yushli
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduktape.h76 * * Julien Hamaide (https://github.com/crazyjul)
77 * * Sebastian G\u00f6tte (https://github.com/jaseg)
96 * * Rajaran Gaunker (https://github.com/zimbabao)
99 * * Josh Engebretson (https://github.com/JoshEngebretson)
100 * * Remo Eichenberger (https://github.com/remoe)
101 * * Mamod Mehyar (https://github.com/mamod)
102 * * David Demelier (https://github.com/markand)
103 * * Tim Caswell (https://github.com/creationix)
104 * * Mitchell Blank Jr (https://github.com/mitchblank)
105 * * https://github.com/yushli
[all …]
/civetweb-2.7.6/unittest/
DCMakeLists.txt23 # URL "https://codeload.github.com/libcheck/check/zip/${CIVETWEB_CHECK_VERSION}"
28 URL "https://github.com/civetweb/check/archive/master.zip"
184 civetweb_add_test(PublicServer "Minimal HTTPS Server")
186 civetweb_add_test(PublicServer "Minimal HTTPS Client")
189 civetweb_add_test(PublicServer "Start Stop HTTPS Server")

1234567