SSL Error

Post Reply
nduvnjak
Posts: 40
Joined: Wed Feb 06, 2008 3:45 pm

SSL Error

Post by nduvnjak »

Hi,
does anyone know why would this error occur during the fetch:

fetch: https://idnforums.intuit.com/categories ... entercat=y

000 [sitevalidations](checkthreadlist) 118: Cannot read from idnforums.intuit.com:443: I/O error: Connection reset by peer in the function htbuf_readnblk
error reported: SSL error


thank you
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

SSL Error

Post by Kai »

The remote server probably reset the connection for some reason, perhaps due to load etc. (I get timeouts trying that URL). It probably has nothing to do with SSL, other than it happened by chance during an https instead of http connection. Trying the fetch again later is generally the solution.
nduvnjak
Posts: 40
Joined: Wed Feb 06, 2008 3:45 pm

SSL Error

Post by nduvnjak »

thanks a lot. I will just ignore this error and continue parsing. Apparently the relevant html content is being loaded after all.
Post Reply