The kerberos stuff defaults to the old AIM kerberos server but should just use whats in the server setting.
#62 was created to make this work with NINA, but now that that's gone I need to get TLS setup with Open OSCAR Server to do the testing there.
Setting up TLS with Open OSCAR Server is a bit funky due to libraries no longer supporting SSLv2 as it's deprecated. stunnel is recommend to work around this. The documentation for setting this up can be found with the following links.
stunnel conf: https://github.com/mk6i/open-oscar-server/blob/main/config/ssl/stunnel.conf
SSL conf: https://github.com/mk6i/open-oscar-server/blob/main/config/ssl/settings.env
The kerberos stuff defaults to the old AIM kerberos server but should just use whats in the server setting.
#62 was created to make this work with NINA, but now that that's gone I need to get TLS setup with Open OSCAR Server to do the testing there.
Setting up TLS with Open OSCAR Server is a bit funky due to libraries no longer supporting SSLv2 as it's deprecated.
stunnelis recommend to work around this. The documentation for setting this up can be found with the following links.stunnel conf: https://github.com/mk6i/open-oscar-server/blob/main/config/ssl/stunnel.conf
SSL conf: https://github.com/mk6i/open-oscar-server/blob/main/config/ssl/settings.env