-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Troubleshooting.md #58
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,6 +290,19 @@ There was an issue with the installing of the drivers certificate, so the driver | |
[This Guide](guests.md#upgrade-from-citrix-xenserver-client-tools) may help you through the process. | ||
|
||
|
||
### My Windows VM can't connect to a secure internet after installing PV-tools/drivers (E.G SSL errors when trying to access websites, copying files from a pc to the VM ETC.) | ||
|
||
#### Cause | ||
TCP offloading is enabled for Citrix PV drivers in windows, This can cause TSL/SSL problems. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
#### Symptoms | ||
* Remote desktop gives you an error when trying to access the windows VM | ||
* Accessing websites gives TSL/SSL errors. | ||
* Copying files from 'pc1' to the windows VM gets stuck (and might even crash your explorer.exe) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's |
||
|
||
#### Solution | ||
Disable TCP-offloading. To do this: Go to your Control Panel >> Network and Internet >> Network and Sharing >> Change Adapter Settings >> Right click your PV adapter >> properties. From there you want to go to: Configure >> Advanced, and disable every offloading option. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Take care of caps when needed (or not). Also, maybe new line after the todo this? |
||
|
||
## After Upgrade | ||
|
||
### The Server stays in Maintenance Mode | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to use a shorter title, eg "Windows SSL issues" and then explain more in details if you want after the title with more words 👍