waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

Invalid SSL Certificates #93

Closed maxking closed 7 years ago

maxking commented 7 years ago

The Readme for the project says:

IRC client should have the following settings enabled:

    Use SSL for all server on this network
    Accept invalid SSL certificate

I am wondering what is the exact limitation in the project that needs 2nd setting to be enabled? Is it because ircb uses self generated & signed messages or something else?

rtnpro commented 7 years ago

On Wed, Feb 22, 2017 at 4:22 AM, Abhilash Raj notifications@github.com wrote:

The Readme for the project says:

IRC client should have the following settings enabled:

Use SSL for all server on this network
Accept invalid SSL certificate

I am wondering what is the exact limitation in the project that needs 2nd setting to be enabled?

Is it because ircb uses self generated & signed messages or something else? Yes!

maxking commented 7 years ago

Thanks!