-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvpn-required.html
More file actions
44 lines (38 loc) · 1.44 KB
/
vpn-required.html
File metadata and controls
44 lines (38 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<style>
body {
margin: 0px;
}
#header {
background-color: #4a90e2;
width:100%;
height:80px;
}
#message {
max-width:600px;
margin: auto auto;
}
h1 {
text-align:center;
}
</style>
</head>
<body>
<div id="header"></div>
<br>
<div id="message">
<h1>VPN Required</h1>
<p>You cannot access the GIC Common Area site unless you are connected to your institute's VPN. Once you connect to your institute's VPN, then refresh this page to login to the GIC Common Area. </p>
<ul>
<li>Boston Children's Hospital: Connect to the BCH Pulse Secure VPN, sometimes referred to as the "full VPN". </li>
<li>Children's Hospital of Philadelphia: Cisco AnyConnect Secure Mobility Client.</li>
<li>Cincinnati Children's Hospital Medical Center: Connect to the CCHMC Secure VPN, also referred to as Corporate VPN. </li>
<li>Rady Children’s Hospital: Connect to Corporate Network VPN or Citrix. </li>
<li>University of Pittsburgh Medical Center: <a href="https://sremote.pitt.edu" target="_blank">Connect to sremote.pitt.edu</a> </li>
<li>University of Tennessee Health Science Center: Connect to UTHSC VPN (Cisco AnyConnect Secure Mobility Client). For more information visit <a href="https://www.uthsc.edu/vpn/" target ="_blank">UTHSC VPN Access</a> </li>
<li>Washington University in St. Louis: <a href="https://msvpn.wusm.wustl.edu" target="_blank">Connect to msvpn.wusm.wustl.edu</a> </li>
</ul>
</div>
</body>
</html>