-
Updated
Feb 25, 2020 - Python
https-server
Here are 150 public repositories matching this topic...
-
Updated
Apr 30, 2019
-
Updated
Jun 9, 2020 - C#
Code linearization
Is your feature request related to a problem? Please describe.
The code has a high number of nested blocks. This compromises both the readability of the code and the effectiveness of the dynamic analysis tools (as likely the compiler). This is the result of pushing for a single exit in methods (which is likely an academic heritage). Relaxing on that front would allow to more linear and readab
Couldn't see anything in the documentation about this.
Is it possible to run a HTTPS server and WSS on the same port but under different directories, or would you need to use another server on top to accomplish that?
-
Updated
Jun 1, 2020 - C++
-
Updated
May 30, 2020 - Objective-C
root@server:~/new# caddy install http.filemanager
Caddy Web Server is already installed on
/opt/caddyserver/caddy
root@server:~/new# caddy version
Caddy Web Server v1.0.0-beta2
Caddy Web Server Installer - v6.1 pre (NEXT)
PHP 5.5.9-1ubuntu4.27 (cli) (built: Mar 5 2019 18:56:49)
root@server:~/new# caddy start
Starting Caddy Web Server...2019/04/21 00:03:51 /etc/C
-
Updated
May 4, 2020 - Python
-
Updated
Jun 18, 2019 - Java
Certificates can be created on Windows with OpenSSL like this:
First, generate CA certificate:
C:\OpenSSL-Win32\bin\openssl req -x509 -new -key rootCA.key -days 10000 -out rootCA.crt
Then create cmd script with the following content:
C:\OpenSSL-Win32\bin\openssl req -newkey rsa:2048 -out %1.csr -keyout %1.key -nodes -subj "/C=US/ST=GE/L=location/O=organisation/CN=%1"
if "%~
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Jun 2, 2020 - C#
-
Updated
Dec 3, 2019 - Go
Documentation is very random:
Is there any documentation that has one by one example from "Opening Base URL to Session to Database and Logout etc.,?"
It's very complicated to understand the currently available documentation
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jun 14, 2020 - Ada
-
Updated
Jan 31, 2020 - Go
-
Updated
Oct 4, 2019 - PHP
-
Updated
Mar 9, 2020 - Go
-
Updated
Apr 14, 2017 - C++
-
Updated
Dec 20, 2018 - Go
-
Updated
Apr 11, 2018 - Go
-
Updated
Apr 26, 2020 - C#
Improve this page
Add a description, image, and links to the https-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the https-server topic, visit your repo's landing page and select "manage topics."
I haven't seen this in the documentation, but following the tutorial and then inserting nodes with a large-ish string as an attribute intended for Full Text Search (query) - is there a max string length for attribute values? I was trying to to implement a hybrid of graph and full text search, but insertion alone was taking seconds per page (HTML)?