1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Commit Graph

57 Commits

Author SHA1 Message Date
0293f48530 feat: add tls-hot-reload example 2025-05-12 04:23:06 +01:00
dfce64475b feat: use rustls best practice for clients 2025-05-12 03:36:54 +01:00
c39ea70fa8 chore: update actix versions 2025-05-12 03:20:02 +01:00
a554e6467e Simplify acme-letsencrypt example 2025-04-03 23:25:48 +02:00
c3bd9d9620 Simplify cert-watch example 2025-04-03 23:25:47 +02:00
60c8160d6a Simplify rustls example 2025-04-03 23:25:47 +02:00
c0c3efddc8 Simplify rustls mTLS example 2025-04-03 23:25:46 +02:00
04f8cba71b chore: fmt 2025-03-21 06:07:31 +00:00
a7527d72f3 chore: edition 2024 2025-03-11 01:42:01 +00:00
3b65ae861b docs: update folder name in cd command 2025-02-12 18:24:45 -05:00
f7b717a019 chore: remove unused deps 2024-09-11 16:05:47 -04:00
697d2ec49d chore: update deps 2024-07-07 02:51:12 +01:00
03879899a5 chore: update pin-project 2024-07-07 01:42:16 +01:00
f36601babb chore: upgrade to rustls v0.23 2024-05-25 05:36:36 +01:00
051e84268a chore: simplify cert-watch runtime 2024-02-06 22:12:55 +00:00
bd45c20874 chore: fix comment 2024-02-06 03:06:53 +00:00
7f20870e0f chore(cert-watch): better error handling 2024-02-06 02:55:39 +00:00
183c924220 feat: add cert-watch example 2024-02-06 02:50:28 +00:00
954c10fc88 fix: directory path should be https-tls (#689) 2023-12-29 12:25:15 +00:00
1eeb935674 update protobuf versions 2023-10-29 00:55:43 +01:00
fce8c007a2 remove unneeded deps 2023-09-11 00:50:09 +01:00
22b4255fac migrate acme example to acme-rfc8555 (#635) 2023-09-10 23:45:01 +00:00
a4c0cb22a9 chore: fmt 2023-09-10 20:22:26 +01:00
72d0d1eb4b fix: remaining upgrade issues 2023-08-29 18:56:00 +01:00
cfea68d5c7 use rustls v0.21 2023-08-29 18:28:15 +01:00
2ece131b36 remove unneeded dependencies 2023-07-18 17:42:33 +01:00
01cb601f67 use secure version ranges 2023-07-18 16:26:47 +01:00
8fd4262136 s/str::to_string/str::to_owned 2023-07-09 03:32:47 +01:00
dbfa486897 update minijinja version 2023-07-09 00:56:56 +01:00
7b865c6aed update deps 2023-07-08 18:52:09 +01:00
3d10ce96f5 better HTTPS readmes 2023-05-22 14:21:48 +01:00
8c1b59ff9e update mkcert command 2023-05-22 14:18:07 +01:00
48565526e7 show how to handle private keys with passphrases in openssl example 2023-05-22 14:06:04 +01:00
6424e4e023 standardize examples 2023-03-14 03:11:49 +00:00
ca6eaee52e update actix-web-lab dep 2023-03-14 02:40:02 +00:00
4c63b61245 https-tls: typo - correct URIs to use https (#606) 2023-02-25 12:38:19 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
66c7e1e9b5 use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
c78332c0f9 update env_logger to 0.10 2022-12-11 15:25:57 +00:00
ddda86784a update deps 2022-10-26 16:51:27 +01:00
99d0afde28 Update README.md 2022-09-13 01:16:48 +01:00
818d8b1384 chore: update lab dep 2022-08-28 18:41:16 +01:00
bbb2e54f07 update some easy deps 2022-07-09 22:54:51 +01:00
e97bc83f59 update actix-web-lab deps 2022-07-09 20:48:05 +01:00
db5f00e771 Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
4f1881d1a3 clean up rustls example 2022-03-15 18:17:19 +00:00
e239414a55 format markdown 2022-03-06 00:43:10 +00:00
f27cc4b6b4 normalize ports to 8080 2022-03-06 00:41:32 +00:00
e8cd22d2f2 reduce futures dep 2022-03-06 00:15:19 +00:00