Skip to content

Commit 76966c1

Browse files
Create v0.9.7.md
1 parent 1d7d503 commit 76966c1

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

releases/v0.9.7.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### HTTPS/SSL Support
2+
HTTPS/SSL support has been added to **Arc** so you can run the server with the added security of end-to-end encryption. There are three new parameters in the **Arc** settings to configure SSL: **usessl**, **sslhostname** and **useletsencrypt**. A full description of these can be found in the **settings.sample.yml** file.
3+
4+
> By default with **usessl** set to _true_ **Arc** will generate self-signed SSL certificates, when using this setting you will receive a warning in your browser. It is safe to ignore this warning but it is **recommended** that you generate your own certificates using a valid certificate authority.
5+
6+
### SSL and Let's Encrypt
7+
**Arc** supports the **Let's Encrypt** service for generating valid SSL certificates that are free of charge. This option can only be used if you are using a publicly accessible URL for the **Arc** server. This means it must be on the _internet_ not the _intranet_ as the Let's Encrypt service must be able to contact your site to validate the ownership of your domain name.
8+
9+
### Enhancements
10+
* Added support for running the Arc server using SSL. It supports self-signed certificates, custom certificates and Let's Encrypt.
11+
* You can now override the snippet and function files used in the auto-complete list: https://github.com/cubewise-code/arc-issues/issues/62
12+
13+
### Fixes
14+
A full list of fixes are here: https://github.com/cubewise-code/arc-issues/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.9.7
15+
16+
### Download
17+
https://code.cubewise.com/arc-download
18+
19+
### Issues
20+
If you find an issue in Arc please create a issues on our Github page (https://github.com/cubewise-code/arc-issues/issues) with the following details:
21+
22+
* Version of Arc (get this from the Arc About/Info page)
23+
* Version of TM1 (get this from the Arc Configuration page under Administration)
24+
* Browser and version
25+
* Step by step details of how to replicate the issue
26+
* Provide as many screenshots as possible.

0 commit comments

Comments
 (0)