Sparkle and https

Hi,

I configured https using Http.sys config tool ... but when I try connect via https I got an error:
SSL_ERROR_RX_RECORD_TOO_LONG

The configuration screen below:

Maybe is this problem because certificate is wildcard type *.pilchr.pl?

What's wrong?

Regards,

Never say the error myself, but Googling about it, it looks there are many different reasons for it to happen. One possible reason that stands out is that you are using a non-standard port for the SSL communication.

Please try using 443 port instead of 8085 and see if it solves the issue.

Hi, it wasn't problem with certificate ... but with cinfiguration on my side :crazy_face:
Btw ... thanks :muscle:

And would you mind to share what the problem and solution was, so other users can benefit from it?

Ok no problem ... it was my mistake in configuration.
The reservation on 8085 port and ssl configuration (import certyficate ) was done, but in XData Service URL I forgot change http://something to https://something and it causes SSL_ERROR_RX_RECORD_TOO_LONG error.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.