You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install [XeLaTex](http://xetex.sourceforge.net/), generally by installing a full LaTeX environment such as [Tex Live](http://www.tug.org/texlive/) (Windows / Linux) or [MacTex](http://www.tug.org/mactex/) (MacOS).
9
+
- Create PDF using `pandoc safe_haven_user_guide.md --pdf-engine=xelatex -o safe_haven_user_guide.pdf -V geometry:margin=1.2in`
@@ -673,7 +674,7 @@ In Git, when you copy a project you say you “clone” it. To work on a git pro
673
674
674
675
When you are on your Dashboard, click on the project that you’d like to clone. To work in the project, you can copy a link to the Git repository through a SSH or a HTTPS protocol. SSH is easier to use after it’s been set up, [you can find the details here](https://docs.gitlab.com/ee/gitlab-basics/create-your-ssh-keys.html). While you are at the Project tab, select HTTPS or SSH from the dropdown menu and copy the link using the Copy URL to clipboard button (you’ll have to paste it on your shell in the next step).
675
676
676
-

677
+

677
678
678
679
Go to your computer’s shell and type the following command with your SSH or HTTPS URL:
679
680
```
@@ -805,12 +806,34 @@ Merge requests are useful to integrate separate changes that you’ve made to a
805
806
3. Click on New merge request on the right side of the screen.
806
807
4. From there on, you have the option to select the source branch and the target branch you’d like to compare to. The default target project is the upstream repository, but you can choose to compare across any of its forks.
807
808
808
-

809
+

809
810
810
811
5. When ready, click on the Compare branches and continue button.
811
812
6. At a minimum, add a title and a description to your merge request. Optionally, select a user to review your merge request and to accept or close it. You may also select a milestone and labels.
812
813
813
-

814
+

814
815
815
816
7. When ready, click on the Submit merge request button.
816
817
Your merge request will be ready to be approved and merged.
818
+
819
+
## Appendix C: Troubleshooting
820
+
821
+
### Unexpected certificate error
822
+
823
+
#### Symptom
824
+
- You can successfully log into the RDS webclient at `https://rds.dsgroupX.co.uk/RDWeb/weblient`
825
+
- When you try and launch an app, you receive an error saying "Your session ended because an unexpected server authentication certificate was received from the remote PC."
826
+
- When you click on the padlock icon in the address bar and view the SSL certificate, the "SHA-1 Fingerprint" in the certificate matches the "SHA-1 Thumbprint" in the error message.
827
+
828
+

829
+
830
+
### Cause
831
+
The SSL certificate protecting your connection to the RDS webclient expires every three months and is renewed every two months.
832
+
The new SSL certificate is seamlessly picked up by your browser when connecting to `https://rds.dsgroupX.co.uk/RDWeb/weblient`.
833
+
However, the webclient downloads a separate copy of the certificate for its own use to validate connections to the apps it serves.
834
+
This downloaded certificate is cached by your browser, which means that the old certificate will continue to be used by the web app when the browser is allowed to load things from its cache.
835
+
836
+
### Solution
837
+
Get your browser to do a [hard reload](https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/) of the page at `https://rds.dsgroupX.co.uk/RDWeb/weblient` (instructions vary by browser and operating system).
838
+
This hard reload will reload items in the cache and so retrieve a copy of the new certificate.
0 commit comments