Thank you for looking this over! Here is my options.xml as of right now
I have been changing these options quite frequently, so it's currently missing port 80 (which does not work anyways).
<WsusPackagePublisher>
<Server>
<Name>WSUSSERVERNAME</Name>
<IsLocal>True</IsLocal>
<Port>443</Port>
<UseSSL>True</UseSSL>
<IgnoreCertErrors>False</IgnoreCertErrors>
<DeadLineDaysSpan>0</DeadLineDaysSpan>
<DeadLineHour>0</DeadLineHour>
<DeadLineMinute>0</DeadLineMinute>
<VisibleInWsusConsole>Never</VisibleInWsusConsole>
</Server>
<Server>
<Name>WSUSSERVERNAME</Name>
<IsLocal>True</IsLocal>
<Port>8530</Port>
<UseSSL>False</UseSSL>
<IgnoreCertErrors>True</IgnoreCertErrors>
<DeadLineDaysSpan>0</DeadLineDaysSpan>
<DeadLineHour>0</DeadLineHour>
<DeadLineMinute>0</DeadLineMinute>
<VisibleInWsusConsole>Never</VisibleInWsusConsole>
</Server>
</WsusPackagePublisher>
When using SSL and trying to connect, on ports 443 and 8531, WSUSPackagePublisher crashes each time. I have been changing these options quite frequently, so it's currently missing port 80 (which does not work anyways).